Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c473 static dev_info_t *fcip_module_dip = (dev_info_t *)0; variable
1057 if (fcip_module_dip == NULL) { in fcip_port_attach_handler()
1077 if (fcip_module_dip == NULL) { in fcip_port_attach_handler()
1093 if (ddi_create_minor_node(fcip_module_dip, "fcip", S_IFCHR, in fcip_port_attach_handler()
1117 ddi_remove_minor_node(fcip_module_dip, NULL); in fcip_port_attach_handler()
1420 ASSERT(fcip_module_dip == NULL); in fcip_attach()
1421 fcip_module_dip = dip; in fcip_attach()
1603 fcip_module_dip = NULL; in fcip_detach()
1778 if (fcip_num_instances == 0 && (fcip_module_dip != NULL)) { in fcip_check_remove_minor_node()
1779 ddi_remove_minor_node(fcip_module_dip, NULL); in fcip_check_remove_minor_node()
[all …]