Query: dlpi_walk
OS: opensolaris
Section: 3dlpi
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dlpi_walk(3DLPI) Data Link Provider Interface Library Functions dlpi_walk(3DLPI)NAMEdlpi_walk - traverse DLPI linksSYNOPSIScc [ flag... ] file... -ldlpi [ library... ] #include <libdlpi.h> void dlpi_walk(dlpi_walkfunc_t *fn, void *arg, uint_t flags); typedef boolean_t dlpi_walkfunc_t(const char *name, void *arg);PARAMETERSfn Function to invoke for each link. Arguments are: name The name of the DLPI interface. arg The arg parameter passed in to dlpi_walk(). arg An opaque argument that is passed transparently to the user-supplied fn() function. flags This parameter is reserved for future use. The caller should pass in 0.DESCRIPTIONThe dlpi_walk() function visits all DLPI links on the system. For each link visited, the user-supplied fn() function is invoked. The walk terminates either when all links have been visited or when fn() returns B_TRUE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOlibdlpi(3LIB), attributes(5) SunOS 5.11 18 Sep 2008 dlpi_walk(3DLPI)
Related Man Pages |
---|
dlpi_bind(3dlpi) - opensolaris |
di_walk_minor(3devinfo) - opensolaris |
dlpi_fd(3dlpi) - opensolaris |
dlpi_linkname(3dlpi) - opensolaris |
dlpi_set_physaddr(3dlpi) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
solaris zones vs container.. |
Change directory for core file |
Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
Shopt -s histappend |