Home
last modified time | relevance | path

Searched refs:cnwwn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c598 char cpwwn[17], cnwwn[17]; in FCOE_CreatePort() local
601 WWN2str(cnwwn, &nwwn); in FCOE_CreatePort()
605 cnwwn, in FCOE_CreatePort()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1255 uint8_t *nwwn, *pwwn, *cnwwn, *cpwwn; in fcoe_cmp_wwn() local
1257 cnwwn = checkedmac->fm_eport.eport_nodewwn; in fcoe_cmp_wwn()
1269 if (memcmp(nwwn, cnwwn, 8) == 0) { in fcoe_cmp_wwn()