Searched refs:htonll (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s31 * NOTE: htonll/ntohll, htonl/ntohl, and htons/ntohs are identical
39 * unsigned long long htonll( hll )
44 ENTRY(htonll) function
48 SET_SIZE(htonll)
/osnet-11/usr/src/lib/sun_fc/common/
H A DTargetEventListener.cc76 hbalwwn = htonll(hbalwwn);
79 uint64_t tgtlwwn = htonll(e->getTargetPortWWN());
H A DAdapterAddEventListener.cc62 uint64_t lwwn = htonll(e->getPortWWN());
H A DAdapterDeviceEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DAdapterEventListener.cc67 lwwn = htonll(lwwn);
H A DAdapterPortEventListener.cc67 lwwn = htonll(lwwn);
H A DAdapterPortStatEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DLinkEventListener.cc64 uint64_t lwwn = htonll(e->getPortWWN());
H A DSun_fcSendCTPassThru.cc50 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendRNID.cc49 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendReadCapacity.cc52 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendReportLUNs.cc50 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcSendScsiInquiry.cc51 uint64_t tmp = htonll(port->getPortWWN());
H A DSun_fcGetFcpTargetMapping.cc46 uint64_t tmp = htonll(port->getPortWWN());
H A DTgtFCHBAPort.cc265 uint64_t en_wwn = htonll(portwwn);
319 uint64_t en_wwn = htonll(portwwn);
364 uint64_t en_wwn = htonll(wwn);
417 en_portWWN = htonll(portWWN);
H A Dsun_fc.h148 #define htonll(x) (x) macro
151 #define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32)) macro
H A DFCHBAPort.cc512 uint64_t en_wwn = htonll(vportwwn);
533 uint64_t en_wwn = htonll(vnodewwn);
535 en_wwn = htonll(vportwwn);
669 uint64_t en_wwn = htonll(wwn);
991 uint64_t targetWwn = htonll(wwn);
1038 uint64_t targetWwn = htonll(wwn);
1076 uint64_t targetWwn = htonll(pwwn);
1159 uint64_t netdestwwn = htonll(destwwn);
H A DTgtFCHBA.cc121 uint64_t en_wwn = htonll(portwwn);
196 uint64_t en_wwn = htonll(portwwn);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dbyteorder64.c39 htonll(uint64_t in) function
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c38 * htonll(), ntohll(), htonl(), ntohl(), htons(), ntohs()
45 htonll(uint64_t in) function
/osnet-11/usr/src/lib/sun_sas/common/
H A Devent.c164 addr = htonll(strtoll(charptr,
H A Ddevtree_device_disco.c281 tmpAddr = htonll(strtoll(charptr, NULL, 16));
307 tmpAddr = htonll(strtoll(charptr, NULL, 16));
718 tmpAddr = htonll(strtoll(charptr, NULL, 16));
747 tmpAddr = htonll(strtoll(charptr, NULL, 16));
H A Ddevtree_hba_disco.c204 tmpAddr = htonll(strtoll(charptr, NULL, 16));
232 tmpAddr = htonll(strtoll(charptr, NULL, 16));
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h219 #define htonll(x) (x) macro
222 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32)) macro

Completed in 62 milliseconds

12