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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct_defines.h209 #define FC_WWN_LEN 8 macro
213 #define FC_WWN_BUFLEN (FC_WWN_LEN * 3)
H A Dfct.h60 uint8_t rp_nwwn[FC_WWN_LEN];
61 uint8_t rp_pwwn[FC_WWN_LEN];
219 uint8_t port_nwwn[FC_WWN_LEN];
220 uint8_t port_pwwn[FC_WWN_LEN];
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2727 if (bcmp(irp->irp_rp->rp_nwwn, nodewwn, FC_WWN_LEN)) {
2747 if (bcmp(irp->irp_rp->rp_pwwn, portwwn, FC_WWN_LEN)) {

Completed in 68 milliseconds