ddi_node_name(9f) sunos man page | unix.com

Man Page: ddi_node_name

Operating Environment: sunos

Section: 9f

ddi_node_name(9F)					   Kernel Functions for Drivers 					 ddi_node_name(9F)

NAME
ddi_node_name - return the devinfo node name
SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> char *ddi_node_name(dev_info_t *dip);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
PARAMETERS
dip A pointer the device's dev_info structure.
DESCRIPTION
ddi_node_name() returns the device node name contained in the dev_info node pointed to by dip.
RETURN VALUES
ddi_node_name() returns the device node name contained in the dev_info structure.
CONTEXT
ddi_node_name() can be called from user or interrupt context.
SEE ALSO
ddi_binding_name(9F) Writing Device Drivers SunOS 5.10 3 May 1996 ddi_node_name(9F)
Related Man Pages
ddi_get_name(9f) - opensolaris
ddi_dev_is_sid(9f) - minix
ddi_dev_is_sid(9f) - redhat
ddi_binding_name(9f) - centos
ddi_binding_name(9f) - hpux
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to convert number to english?
Merge and Sort tabular data from different text files
Once upon an uptime.
Outputting sequences based on length with sed