Searched defs:ddi_major_to_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c4620 return (ddi_major_to_name(major));
6563 * ddi_major_to_name: Returns the module name bound to a major number.
6566 ddi_major_to_name(major_t major) function
6796 if ((drvname = ddi_major_to_name(getminor(devt))) == NULL)
7474 return (ddi_major_to_name(major_no));
7496 (strcmp(ddi_major_to_name(getmajor(dev)), "did") == 0));

Completed in 69 milliseconds