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

/illumos-gate/usr/src/uts/common/sys/
H A Dinstance.h54 * Each node has one or more in_drv entries hanging from it.
65 struct in_drv *in_drivers; /* drivers bound to this node */
70 typedef struct in_drv { struct
78 struct in_drv *ind_next; /* next for this driver */
79 struct in_drv *ind_next_drv; /* next driver this node */

Completed in 44 milliseconds