Searched refs:hold_devi (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddevcfg.c1687 membar_enter(); /* ensure visibility for hold_devi */
6805 * Some callers expect to be able to perform a hold_devi() while in a context
6809 * context is already active. The hold_devi() implementation must accommodate
6813 hold_devi(major_t major, int instance, int flags) function
6910 return (hold_devi(major, instance, flags));
6921 dip = hold_devi(major, dev_to_instance(dev), flags);
6936 * most drivers, the dip returned from hold_devi() is the

Completed in 165 milliseconds