| Current File : //usr/share/man/man9f/ddi_node_name.9f |
'\" te
.\" All Rights Reserved Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
.TH ddi_node_name 9F "16 Jan 2006" "SunOS 5.11" "Kernel Functions for Drivers"
.SH NAME
ddi_node_name \- return the devinfo node name
.SH SYNOPSIS
.LP
.nf
#include <sys/ddi.h>
#include <sys/sunddi.h>
\fBchar *\fR\fBddi_node_name\fR(\fBdev_info_t *\fR\fIdip\fR);
.fi
.SH INTERFACE LEVEL
.sp
.LP
Solaris DDI specific (Solaris DDI).
.SH PARAMETERS
.sp
.ne 2
.mk
.na
\fB\fIdip\fR\fR
.ad
.RS 7n
.rt
A pointer the device's \fBdev_info\fR structure.
.RE
.SH DESCRIPTION
.sp
.LP
The \fBddi_node_name()\fR function returns the device node name contained in the \fBdev_info\fR node pointed to by \fIdip\fR.
.SH RETURN VALUES
.sp
.LP
The \fBddi_node_name()\fR function returns the device node name contained in the \fBdev_info\fR structure.
.SH CONTEXT
.sp
.LP
The \fBddi_node_name()\fR function can be called from user, interrupt, or kernel context.
.SH SEE ALSO
.sp
.LP
\fBddi_binding_name\fR(9F)
.sp
.LP
\fIWriting Device Drivers for Oracle Solaris 11.2\fR