Kernel Functions for Drivers ddinodename(9F)
NAME
ddinodename - return the devinfo node name
SYNOPSIS
#include
#include
char *ddinodename(devinfot *dip);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
dip A pointer the device's devinfo structure.
DESCRIPTION
The ddinodename() function returns the device node name
contained in the devinfo node pointed to by dip.
RETURN VALUES
The ddinodename() function returns the device node name
contained in the devinfo structure.
CONTEXT
The ddinodename() function can be called from user, inter-
rupt, or kernel context.
SEE ALSO
ddibindingname(9F)
Writing Device Drivers
SunOS 5.11 Last change: 16 Jan 2006 1
|