Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c49 static dev_info_t *fcsm_dip = NULL; variable
349 if (fcsm_dip != NULL) { in fcsm_attach()
356 fcsm_dip = dip; in fcsm_attach()
432 if (ddi_create_minor_node(fcsm_dip, "fcsm", S_IFCHR, in fcsm_attach()
439 fcsm_dip = NULL; in fcsm_attach()
475 *result = (void *)fcsm_dip; in fcsm_getinfo()
786 ddi_remove_minor_node(fcsm_dip, NULL); in fcsm_detach()
787 fcsm_dip = NULL; in fcsm_detach()
879 ddi_remove_minor_node(fcsm_dip, NULL); in fcsm_detach()
880 fcsm_dip = NULL; in fcsm_detach()