Searched refs:fcp_global_dip (Results 1 – 1 of 1) sorted by relevance
967 static dev_info_t *fcp_global_dip = NULL; variable1218 fcp_global_dip = devi; in fcp_attach()1221 if (ddi_create_minor_node(fcp_global_dip, "fcp", S_IFCHR, in fcp_attach()1223 ddi_report_dev(fcp_global_dip); in fcp_attach()1227 fcp_global_dip = NULL; in fcp_attach()1278 ddi_remove_minor_node(fcp_global_dip, NULL); in fcp_detach()1279 fcp_global_dip = NULL; in fcp_detach()9666 dip = fcp_global_dip; in fcp_log()