Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/man/man3dlpi/dlpi_walk.3dlpi
Real path: /usr/share/man/man3dlpi/dlpi_walk.3dlpi
Zurück
'\" te .\" Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. .TH dlpi_walk 3DLPI "7 Apr 2011" "Oracle Solaris 11.4" "Data Link Provider Interface Library Functions" .SH NAME dlpi_walk \- traverse DLPI links .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... -\fBldlpi\fR [ \fIlibrary\fR... ] #include <libdlpi.h> \fBvoid\fR \fBdlpi_walk\fR(\fBdlpi_walkfunc_t *\fR\fIfn\fR, \fBvoid *\fR\fIarg\fR, \fBuint_t\fR \fIflags\fR); .fi .LP .nf \fBtypedef boolean_t\fR \fBdlpi_walkfunc_t\fR(\fBconst char *\fR\fIname\fR, \fBvoid *\fR\fIarg\fR); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIfn\fR\fR .ad .RS 13n .rt Function to invoke for each link. Arguments are: .sp .ne 2 .mk .na \fB\fIname\fR\fR .ad .RS 8n .rt The name of the DLPI interface. .RE .sp .ne 2 .mk .na \fB\fIarg\fR\fR .ad .RS 8n .rt The \fIarg\fR parameter passed in to \fBdlpi_walk()\fR. .RE .RE .sp .ne 2 .mk .na \fB\fIarg\fR\fR .ad .RS 13n .rt An opaque argument that is passed transparently to the user-supplied \fIfn\fR() function. .RE .sp .ne 2 .mk .na \fB\fIflags\fR\fR .ad .RS 13n .rt \fBDLPI_ALLZONES\fR .sp Include non-global zone DLPI links in the walk (global zone only). .RE .SH DESCRIPTION .sp .LP The \fBdlpi_walk()\fR function visits all DLPI links. The walk terminates either when all links have been visited or when \fIfn\fR() returns \fBB_TRUE\fR. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Interface Stability Committed _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibdlpi\fR(3LIB), \fBattributes\fR(7)