Searched defs: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) {
356 fcsm_dip = dip;
432 if (ddi_create_minor_node(fcsm_dip, "fcsm", S_IFCHR,
439 fcsm_dip = NULL;
475 *result = (void *)fcsm_dip;
786 ddi_remove_minor_node(fcsm_dip, NULL);
787 fcsm_dip = NULL;
879 ddi_remove_minor_node(fcsm_dip, NULL);
880 fcsm_dip
[all...]

Completed in 62 milliseconds