Searched refs:swap32 (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/cdrw/ |
H A D | byteorder.h | 38 #define swap32(x) \ macro 52 #define CPU_TO_LE32(x) swap32(x) 59 #define CPU_TO_BE32(x) swap32(x)
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | byteswap.h | 15 #define swap32(x) __bswap_32(x) macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
H A D | dns-sd.c | 366 static unsigned int swap32(unsigned int x) in swap32() function 969 expClock = (unsigned long)swap32(rrsig->sigExpireTime); in ParseDNSSECRecords() 972 inceptClock = (unsigned long)swap32(rrsig->sigInceptTime); in ParseDNSSECRecords() 976 … DNSTypeName(swap16(rrsig->typeCovered)), rrsig->alg, rrsig->labels, swap32(rrsig->origTTL), in ParseDNSSECRecords()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | DNSCommon.h | 269 extern mDNSu32 swap32(mDNSu32 x);
|
H A D | DNSCommon.c | 236 mDNSexport mDNSu32 swap32(mDNSu32 x) in swap32() function 505 expClock = (unsigned long)swap32(rrsig->sigExpireTime); in GetRRDisplayString_rdb() 508 inceptClock = (unsigned long)swap32(rrsig->sigInceptTime); in GetRRDisplayString_rdb() 512 …Name(swap16(rrsig->typeCovered)), DNSSECAlgName(rrsig->alg), rrsig->labels, swap32(rrsig->origTTL), in GetRRDisplayString_rdb()
|
H A D | mDNS.c | 9813 *seq = swap32(value); in mDNS_ExtractKeepaliveInfo() 9816 *ack = swap32(value); in mDNS_ExtractKeepaliveInfo()
|
/titanic_50/usr/src/common/atomic/sparcv9/ |
H A D | atomic.s | 839 ATOMIC_BACKOFF_BACKOFF(%o4, %o5, %g4, %g5, swap32, 0b)
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 7432 #define swap32(value) \ macro 7437 (((uint64_t)swap32((uint32_t)((value) & 0xffffffff)) \ 7439 (uint64_t)swap32((uint32_t)((value) >> 32))) 7450 return (swap32(value)); in ddi_swap32()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4949 [GRUB] (swap32): Likewise.
|