Searched refs:swap32 (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dbyteorder.h38 #define swap32(x) \ macro
52 #define CPU_TO_LE32(x) swap32(x)
59 #define CPU_TO_BE32(x) swap32(x)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbyteswap.h15 #define swap32(x) __bswap_32(x) macro
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dlib.h60 u_int32_t swap32(u_int32_t);
H A Dboot2.c330 dsk_start = swap32(dsk_start);
341 (swap32(d->d_magic) == DISKMAGIC &&
342 swap32(d->d_magic2) == DISKMAGIC)) {
350 swap32(d->d_partitions[bootpart].p_offset),
351 swap32(d->d_partitions[RAW_PART].p_offset));
352 dsk_start += swap32(d->d_partitions[bootpart].p_offset);
353 dsk_start -= swap32(d->d_partitions[RAW_PART].p_offset);
H A Dixp425_board.c124 swap32(u_int32_t a) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c350 static unsigned int swap32(unsigned int x) function
947 expClock = (unsigned long)swap32(rrsig->sigExpireTime);
950 inceptClock = (unsigned long)swap32(rrsig->sigInceptTime);
954 DNSTypeName(swap16(rrsig->typeCovered)), rrsig->alg, rrsig->labels, swap32(rrsig->origTTL),
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h269 extern mDNSu32 swap32(mDNSu32 x);
H A DDNSCommon.c236 mDNSexport mDNSu32 swap32(mDNSu32 x) function
505 expClock = (unsigned long)swap32(rrsig->sigExpireTime);
508 inceptClock = (unsigned long)swap32(rrsig->sigInceptTime);
512 DNSTypeName(swap16(rrsig->typeCovered)), DNSSECAlgName(rrsig->alg), rrsig->labels, swap32(rrsig->origTTL),
H A DmDNS.c9824 *seq = swap32(value);
9827 *ack = swap32(value);
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s839 ATOMIC_BACKOFF_BACKOFF(%o4, %o5, %g4, %g5, swap32, 0b)
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c7432 #define swap32(value) \ macro
7437 (((uint64_t)swap32((uint32_t)((value) & 0xffffffff)) \
7439 (uint64_t)swap32((uint32_t)((value) >> 32)))
7450 return (swap32(value));

Completed in 889 milliseconds