Searched refs:hbaWWN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DTargetEvent.h52 hbaWWN(myHBAPortWWN), targetWWN(myTargetPortWWN), type(myType) { }
53 uint64_t getHBAPortWWN() { return (hbaWWN); }
58 uint64_t hbaWWN; member in class:TargetEvent
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c951 uint64_t hbaWWN; local
964 sscanf(argv[0], "%016llx", &hbaWWN);
965 hbaWWN = htonll(hbaWWN);
966 memcpy(myWWN.wwn, &hbaWWN, sizeof (hbaWWN));
H A Dfcinfo-list.c727 uint64_t hbaWWN; local
769 sscanf(wwn_argv[port_wwn_counter], "%016llx", &hbaWWN);
770 hbaWWN = htonll(hbaWWN);
771 memcpy(myWWN.wwn, &hbaWWN, sizeof (hbaWWN));
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1055 uint64_t hbaWWN; local
1061 hbaWWN = strtoull(input->wwn_argv[port_wwn_counter], NULL,
1063 if (hbaWWN == 0 && errno != 0)
1065 if (wwnConversion(pWWN->wwn) == hbaWWN) {

Completed in 63 milliseconds