srp port provider

Version 11 by cting
on Jun 13, 2009 21:48.

compared with
Current by vela_1
on Nov 24, 2009 11:23.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View page history
h1. {anchor:CHP-srp} {{srp}} Provider
{warning:title=Under Development} This DTrace provider is in development and is not available as of May 16, 2009.{warning}
The {{srp}} provider provides probes for tracing srp port provider activity.
{
printf("Tracing... Hit Ctrl-C to end.\n\n");
printf("%-14s %-35s %-20s\n", "SRP EVENT", "LOCAL PORT", "EUI NAME");
"EUI NAME");
};

srp:::service-up
{
printf("%-14s %-35s %-20s\n", probename, args[0]->ci_local, args[1]->pi_target);
args[0]->ci_local, args[1]->pi_target);
}

srp:::service-down
{
printf("%-14s %-35s %-20s\n", probename, args[0]->ci_local, args[1]->pi_target);
args[0]->ci_local, args[1]->pi_target);
}

The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact