Searched defs:fcaname (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c874 char fcaname[50] = {0}; local
879 (void) snprintf(fcaname, sizeof (fcaname),
881 fcanlen = strlen(fcaname);
884 (void) sprintf(sym_name, "%s:%s", utsname.nodename, fcaname);
7625 char *portname, *fcaname; local
7629 fcaname = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
7630 (void) ddi_pathname(port->fp_fca_dip, fcaname);
7632 "Create NPIV port %s %s %s", portname, fcaname,
7635 kmem_free(fcaname, MAXPATHLE
[all...]

Completed in 62 milliseconds