ndi_flavorv_set
ndi_flavorv_set(self, SCSA_FLAVOR_SCSI_DEVICE, tran);
ndi_flavorv_set(self, SCSA_FLAVOR_SCSI_DEVICE, NULL);
ndi_flavorv_set(self, SCSA_FLAVOR_SMP, tran);
ndi_flavorv_set(self, SCSA_FLAVOR_SMP, NULL);
ndi_flavorv_set(child, SCSA_FLAVOR_SCSI_DEVICE, NULL);
ndi_flavorv_set(child, SCSA_FLAVOR_SCSI_DEVICE, tran);
ndi_flavorv_set(child, SCSA_FLAVOR_SMP, NULL);
ndi_flavorv_set(child, SCSA_FLAVOR_SMP, NULL);
ndi_flavorv_set(child, SCSA_FLAVOR_SMP, tran);
void ndi_flavorv_set(dev_info_t *self, ndi_flavor_t child_flavor, void *);