Home
last modified time | relevance | path

Searched refs:devi_flavorv (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2552 ASSERT(nflavors > 0 && (DEVI(self)->devi_flavorv == NULL || in ndi_flavorv_alloc()
2554 if (nflavors <= 1 || (DEVI(self)->devi_flavorv)) { in ndi_flavorv_alloc()
2557 DEVI(self)->devi_flavorv = in ndi_flavorv_alloc()
2569 DEVI(self)->devi_flavorv != NULL); in ndi_flavorv_set()
2571 DEVI(self)->devi_flavorv == NULL) { in ndi_flavorv_set()
2574 DEVI(self)->devi_flavorv[child_flavor - 1] = v; in ndi_flavorv_set()
2585 DEVI(self)->devi_flavorv != NULL); in ndi_flavorv_get()
2587 DEVI(self)->devi_flavorv == NULL) { in ndi_flavorv_get()
2590 return (DEVI(self)->devi_flavorv[child_flavor - 1]); in ndi_flavorv_get()
H A Ddevcfg.c1440 if (DEVI(dip)->devi_flavorv_n > 1 && DEVI(dip)->devi_flavorv != NULL) { in detach_node()
1441 kmem_free(DEVI(dip)->devi_flavorv, in detach_node()
1443 DEVI(dip)->devi_flavorv = NULL; in detach_node()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h283 void **devi_flavorv; /* child-flavor specific data */ member