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

/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c403 major_t major, hint_major; local
419 hint_major = ddi_name_to_major(hint);
420 if (hint_major != DDI_MAJOR_T_NONE) {
421 e_ddi_devid_hold_by_major(hint_major);
429 if (major == hint_major)
444 if (major != DDI_MAJOR_T_NONE && major != hint_major) {

Completed in 45 milliseconds