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

/opensolaris-onvv-gate/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) {
357 fcsm_dip = dip;
433 if (ddi_create_minor_node(fcsm_dip, "fcsm", S_IFCHR,
440 fcsm_dip = NULL;
476 *result = (void *)fcsm_dip;
787 ddi_remove_minor_node(fcsm_dip, NULL);
788 fcsm_dip = NULL;
880 ddi_remove_minor_node(fcsm_dip, NULL);
881 fcsm_dip
[all...]

Completed in 41 milliseconds