Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c49 static dev_info_t *fcsm_dip = NULL; variable
350 if (fcsm_dip != NULL) { in fcsm_attach()
357 fcsm_dip = dip; in fcsm_attach()
433 if (ddi_create_minor_node(fcsm_dip, "fcsm", S_IFCHR, in fcsm_attach()
440 fcsm_dip = NULL; in fcsm_attach()
476 *result = (void *)fcsm_dip; in fcsm_getinfo()
787 ddi_remove_minor_node(fcsm_dip, NULL); in fcsm_detach()
788 fcsm_dip = NULL; in fcsm_detach()
880 ddi_remove_minor_node(fcsm_dip, NULL); in fcsm_detach()
881 fcsm_dip = NULL; in fcsm_detach()