Home
last modified time | relevance | path

Searched refs:in_drv (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dinstance.h65 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 */ argument
79 struct in_drv *ind_next_drv; /* next driver this node */ argument
/titanic_44/usr/src/uts/common/os/
H A Dinstance.c147 struct in_drv *dp; in e_ddi_instance_init()
1407 for (ptr = prev->ind_next_drv; ptr != (struct in_drv *)NULL; in in_dq_drv()