Searched defs:fcip_module_dip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c479 static dev_info_t *fcip_module_dip = (dev_info_t *)0; variable
1074 (void *)fcip_module_dip, ddi_get_instance(fptr->fcip_dip)));
1076 if (fcip_module_dip == NULL) {
1096 if (fcip_module_dip == NULL) {
1112 if (ddi_create_minor_node(fcip_module_dip, "fcip", S_IFCHR,
1136 ddi_remove_minor_node(fcip_module_dip, NULL);
1468 ASSERT(fcip_module_dip == NULL);
1469 fcip_module_dip = dip;
1660 fcip_module_dip = NULL;
1835 if (fcip_num_instances == 0 && (fcip_module_dip !
[all...]

Completed in 53 milliseconds