Searched refs:in_drv (Results 1 – 2 of 2) sorted by relevance
65 struct in_drv *in_drivers; /* drivers bound to this node */70 typedef struct in_drv { struct78 struct in_drv *ind_next; /* next for this driver */ argument79 struct in_drv *ind_next_drv; /* next driver this node */ argument
147 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()