2 .\" Copyright (c) 1998, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DI_MINOR_NEXT 3DEVINFO "Dec 1, 1998"
8 di_minor_next \- libdevinfo minor node traversal functions
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-ldevinfo\fR [ \fIlibrary\fR... ]
13 #include <libdevinfo.h>
15 \fBdi_minor_t\fR \fBdi_minor_next\fR(\fBdi_node_t\fR \fInode\fR, \fBdi_minor_t\fR \fIminor\fR);
25 Handle to the current minor node or \fBDI_MINOR_NIL\fR.
34 Device node with which the minor node is associated.
40 The \fBdi_minor_next()\fR function returns a handle to the next minor node for
41 the device node \fInode\fR. If \fIminor\fR is \fBDI_MINOR_NIL\fR, a handle to
42 the first minor node is returned.
46 Upon successful completion, a handle to the next minor node is returned.
47 Otherwise, \fBDI_MINOR_NIL\fR is returned and \fIerrno\fR is set to indicate
52 The \fBdi_minor_next()\fR function will fail if:
68 Minor node information is not available in snapshot.
77 End of minor node list.
83 See \fBattributes\fR(5) for descriptions of the following attributes:
91 ATTRIBUTE TYPE ATTRIBUTE VALUE
93 Interface Stability Evolving
101 \fBlibdevinfo\fR(3LIB), \fBattributes\fR(5)
104 \fIWriting Device Drivers\fR