Searched refs:OSSwapLittleToHostInt16 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h30 #define letohs(x) (OSSwapLittleToHostInt16(x))
/macosx-10.10/smb-759.0/lib/librap/
H A Drap.c298 *value = OSSwapLittleToHostInt16(*(uint16_t*)rap->r_npbuf);
330 rap->r_result = OSSwapLittleToHostInt16(*rp++);
331 conv = OSSwapLittleToHostInt16(*rp++);
339 rap->r_entries = entries = OSSwapLittleToHostInt16(*(uint16_t*)rap->r_npbuf);
/macosx-10.10/gpt-12/
H A Dgpt.h57 #define le16toh(x) OSSwapLittleToHostInt16((x))
/macosx-10.10/ntfs-84/kext/
H A Dntfs_endian.h51 return (u16)(OSSwapLittleToHostInt16(x));
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h269 return (unsigned short)OSSwapLittleToHostInt16((uint16_t)x);
/macosx-10.10/smb-759.0/rpcwrappers/
H A Dnetshareenum.cpp247 shareType = OSSwapLittleToHostInt16(InfoStruct->ShareInfo.Level1->Buffer[ii].shi1_type);
298 shareType = OSSwapLittleToHostInt16(shareInfo1->shi1_type);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h222 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x) macro
296 #define OSSwapLittleToHostInt16(x) ((uint16_t)(x)) macro
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c1160 outxattr->major_version = OSSwapLittleToHostInt16(outxattr->major_version);
1161 outxattr->minor_version = OSSwapLittleToHostInt16(outxattr->minor_version);
1494 xattr->xattr_major_version = OSSwapLittleToHostInt16(xattr->xattr_major_version);
1495 xattr->xattr_minor_version = OSSwapLittleToHostInt16(xattr->xattr_minor_version);
1578 xattr->xattr_major_version = OSSwapLittleToHostInt16(xattr->xattr_major_version);
1579 xattr->xattr_minor_version = OSSwapLittleToHostInt16(xattr->xattr_minor_version);
/macosx-10.10/architecture-266/
H A Dbyte_order.h279 return (unsigned short)OSSwapLittleToHostInt16((uint16_t)x);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOFDiskPartitionScheme.cpp280 if ( OSSwapLittleToHostInt16(fdiskMap->signature) != DISK_SIGNATURE )
H A DIOGUIDPartitionScheme.cpp292 if ( OSSwapLittleToHostInt16(fdiskMap->signature) != DISK_SIGNATURE )
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Ddarwin_usb.c1412 tpriv->req.wValue = OSSwapLittleToHostInt16 (setup->wValue);
1413 tpriv->req.wIndex = OSSwapLittleToHostInt16 (setup->wIndex);
1414 tpriv->req.wLength = OSSwapLittleToHostInt16 (setup->wLength);
/macosx-10.10/bless-103/libbless/Misc/
H A DBLElToritoFindUEFI.c537 UInt16 sectionEntriesForCurrentHeader = OSSwapLittleToHostInt16 (he->sections_count);
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c199 return OSSwapLittleToHostInt16(x);

Completed in 277 milliseconds