Query: ddi_node_name
OS: centos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ddi_node_name(9F) Kernel Functions for Drivers ddi_node_name(9F)NAMEddi_node_name - return the devinfo node nameSYNOPSIS#include <sys/ddi.h> #include <sys/sunddi.h> char *ddi_node_name(dev_info_t *dip);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSdip A pointer the device's dev_info structure.DESCRIPTIONddi_node_name() returns the device node name contained in the dev_info node pointed to by dip.RETURN VALUESddi_node_name() returns the device node name contained in the dev_info structure.CONTEXTddi_node_name() can be called from user or interrupt context.SEE ALSOddi_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) - php |
ddi_dev_is_sid(9f) - redhat |
ddi_binding_name(9f) - mojave |
ddi_binding_name(9f) - freebsd |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
DB2 convert digits to binary format |
Tar Command |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |