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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct_defines.h211 * NB: FC_WWN_BUFLEN should be 64-bit aligned (divisible by 8).
213 #define FC_WWN_BUFLEN (FC_WWN_LEN * 3) macro
214 #define FC_WWN_STRLEN (FC_WWN_BUFLEN - 1) /* add trailing null */
H A Dfct.h58 char rp_nwwn_str[FC_WWN_BUFLEN];
59 char rp_pwwn_str[FC_WWN_BUFLEN];
217 char port_nwwn_str[FC_WWN_BUFLEN];
218 char port_pwwn_str[FC_WWN_BUFLEN];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1158 (void) snprintf(fct_port->port_nwwn_str, FC_WWN_BUFLEN,
1164 (void) snprintf(fct_port->port_pwwn_str, FC_WWN_BUFLEN,

Completed in 69 milliseconds