Searched refs:lwwn (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/sun_fc/common/ |
H A D | AdapterEventListener.cc | 64 uint64_t lwwn = e->getPortWWN(); in dispatch() local 66 if (hba->containsWWN(lwwn)) { in dispatch() 67 lwwn = htonll(lwwn); in dispatch() 68 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
H A D | AdapterPortEventListener.cc | 64 uint64_t lwwn = e->getPortWWN(); in dispatch() local 66 if (port->getPortWWN() == lwwn) { in dispatch() 67 lwwn = htonll(lwwn); in dispatch() 68 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
H A D | AdapterDeviceEventListener.cc | 64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch() local 66 if (port->getPortWWN() == lwwn) { in dispatch() 67 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
H A D | AdapterAddEventListener.cc | 62 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch() local 63 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
H A D | AdapterPortStatEventListener.cc | 64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch() local 65 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
H A D | LinkEventListener.cc | 64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch() local 65 memcpy(&wwn, &lwwn, sizeof (wwn)); in dispatch()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dhchap.c | 6730 uint8_t lwwn[8]; in emlxs_log_auth_event() local 6742 bcopy((void *) &auth_cfg->local_entity, (void *)lwwn, 8); in emlxs_log_auth_event() 6748 lwwn[0], lwwn[1], lwwn[2], lwwn[3], lwwn[4], lwwn[5], lwwn[6], in emlxs_log_auth_event() 6749 lwwn[7]); in emlxs_log_auth_event()
|