Searched refs:OSSwapBigToHostInt64 (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/hfs-285/mount_hfs/
H A Dhfs_endian.h50 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a)
/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h41 #define betohq(x) (OSSwapBigToHostInt64(x))
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.h50 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a)
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dendian.h47 static inline unsigned long n2h(unsigned long v) { return OSSwapBigToHostInt64(v); }
50 static inline signed long n2h(signed long v) { return OSSwapBigToHostInt64(v); }
62 static inline unsigned long long n2h(unsigned long long v) { return OSSwapBigToHostInt64(v); }
65 static inline long long n2h(long long v) { return OSSwapBigToHostInt64(v); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dendian.h47 static inline unsigned long n2h(unsigned long v) { return OSSwapBigToHostInt64(v); }
50 static inline signed long n2h(signed long v) { return OSSwapBigToHostInt64(v); }
62 static inline unsigned long long n2h(unsigned long long v) { return OSSwapBigToHostInt64(v); }
65 static inline long long n2h(long long v) { return OSSwapBigToHostInt64(v); }
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Dhfs_endian.h41 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a)
/macosx-10.10/hfs-285/newfs_hfs/
H A Dhfs_endian.h57 #define SWAP_BE64(__a) OSSwapBigToHostInt64 (__a)
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.h46 (header)->size = OSSwapBigToHostInt64((header)->size); \
73 (header)->priSize = OSSwapBigToHostInt64((header)->priSize); \
74 (header)->priUsed = OSSwapBigToHostInt64((header)->priUsed); \
77 (header)->pri.bytesPerBit = OSSwapBigToHostInt64((header)->pri.bytesPerBit); \
90 (extent)->extentByteOffset = OSSwapBigToHostInt64((extent)->extentByteOffset); \
91 (extent)->extentByteCount = OSSwapBigToHostInt64((extent)->extentByteCount); \
H A DAppleLVMGroup.h50 (entry)->lveVolumeSize = OSSwapBigToHostInt64((entry)->lveVolumeSize); \
51 (entry)->lveEntryOffset = OSSwapBigToHostInt64((entry)->lveEntryOffset); \
/macosx-10.10/hfs-285/CopyHFSMeta/
H A Dhfsmeta.h42 # define S64(x) OSSwapBigToHostInt64(x)
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h188 return (unsigned long long)OSSwapBigToHostInt64((uint64_t)x);
197 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapBigToHostInt64((uint64_t)x));
/macosx-10.10/diskdev_cmds-576/quotacheck.tproj/
H A Dquotacheck.c468 OSSwapBigToHostInt64(dqbuf.dqb_curbytes) == fup->fu_curbytes) {
480 if (OSSwapBigToHostInt64(dqbuf.dqb_curbytes) != fup->fu_curbytes)
482 (OSSwapBigToHostInt64(dqbuf.dqb_curbytes)/1024), (fup->fu_curbytes/1024));
490 OSSwapBigToHostInt64(dqbuf.dqb_curbytes) < OSSwapBigToHostInt64(dqbuf.dqb_bsoftlimit) &&
491 fup->fu_curbytes >= OSSwapBigToHostInt64(dqbuf.dqb_bsoftlimit))
559 dqbp->dqb_bhardlimit = OSSwapBigToHostInt64(dqbp->dqb_bhardlimit);
560 dqbp->dqb_bsoftlimit = OSSwapBigToHostInt64(dqbp->dqb_bsoftlimit);
561 dqbp->dqb_curbytes = OSSwapBigToHostInt64(dqbp->dqb_curbytes);
/macosx-10.10/architecture-266/
H A Dbyte_order.h198 return (unsigned long long)OSSwapBigToHostInt64((uint64_t)x);
207 return NXConvertSwappedDoubleToHost((NXSwappedDouble)OSSwapBigToHostInt64((uint64_t)x));
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h212 #define OSSwapBigToHostInt64(x) ((uint64_t)(x)) macro
286 #define OSSwapBigToHostInt64(x) OSSwapInt64(x) macro
/macosx-10.10/diskdev_cmds-576/quota.tproj/
H A Dquota.c758 dqbp->dqb_bhardlimit = OSSwapBigToHostInt64(dqbp->dqb_bhardlimit);
759 dqbp->dqb_bsoftlimit = OSSwapBigToHostInt64(dqbp->dqb_bsoftlimit);
760 dqbp->dqb_curbytes = OSSwapBigToHostInt64(dqbp->dqb_curbytes);
/macosx-10.10/diskdev_cmds-576/repquota.tproj/
H A Drepquota.c341 bsoftlimit = OSSwapBigToHostInt64( dqbuf.dqb_bsoftlimit );
343 curbytes = OSSwapBigToHostInt64( dqbuf.dqb_curbytes );
355 OSSwapBigToHostInt64( dqbuf.dqb_bhardlimit ) / 1024,
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_jnl.c539 jib.offset = OSSwapBigToHostInt64(jib.offset);
540 jib.size = OSSwapBigToHostInt64(jib.size);
545 jib.size = OSSwapBigToHostInt64(jib.size);
546 jib.offset = OSSwapBigToHostInt64(jib.offset);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp203 labelBase = OSSwapBigToHostInt64(headerMap->al_offset);
/macosx-10.10/diskdev_cmds-576/edquota.tproj/
H A Dedquota.c600 dqbp->dqb_bhardlimit = OSSwapBigToHostInt64(dqbp->dqb_bhardlimit);
601 dqbp->dqb_bsoftlimit = OSSwapBigToHostInt64(dqbp->dqb_bsoftlimit);
602 dqbp->dqb_curbytes = OSSwapBigToHostInt64(dqbp->dqb_curbytes);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_quota.c847 dqb->dqb_bhardlimit = OSSwapBigToHostInt64(dqb->dqb_bhardlimit);
848 dqb->dqb_bsoftlimit = OSSwapBigToHostInt64(dqb->dqb_bsoftlimit);
849 dqb->dqb_curbytes = OSSwapBigToHostInt64(dqb->dqb_curbytes);
/macosx-10.10/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.c62 #define ntohll(x) OSSwapBigToHostInt64(x)
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c539 crashdump_offset = OSSwapBigToHostInt64((*(uint64_t *)dp->th_data));
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.cpp674 cs->size = OSSwapBigToHostInt64(cs->size);
736 ts->size = OSSwapBigToHostInt64(ts->size);
/macosx-10.10/disklabel-6/
H A Dutil.c234 retval->al_offset = OSSwapBigToHostInt64(retval->al_offset);
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_cssm.c536 case sizeof(uint64_t): *(uint64_t*)objp->Data = OSSwapBigToHostInt64(*(uint64_t*)objp->Data); break;

Completed in 280 milliseconds

12