Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c971 static dev_info_t *fcp_global_dip = NULL; variable
1222 fcp_global_dip = devi; in fcp_attach()
1225 if (ddi_create_minor_node(fcp_global_dip, "fcp", S_IFCHR, in fcp_attach()
1227 ddi_report_dev(fcp_global_dip); in fcp_attach()
1231 fcp_global_dip = NULL; in fcp_attach()
1282 ddi_remove_minor_node(fcp_global_dip, NULL); in fcp_detach()
1283 fcp_global_dip = NULL; in fcp_detach()
9655 dip = fcp_global_dip; in fcp_log()