Searched refs:devi_flavorv (Results 1 – 3 of 3) sorted by relevance
2552 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()
1442 if (DEVI(dip)->devi_flavorv_n > 1 && DEVI(dip)->devi_flavorv != NULL) { in detach_node()1443 kmem_free(DEVI(dip)->devi_flavorv, in detach_node()1445 DEVI(dip)->devi_flavorv = NULL; in detach_node()
283 void **devi_flavorv; /* child-flavor specific data */ member