Searched refs:OSSwapHostToBigInt16 (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/Libinfo-459/util.subproj/
H A Dhton.c45 return OSSwapHostToBigInt16(x);
/macosx-10.10/smb-759.0/kernel/sys5/sys/
H A Dsmb_byte_order.h36 #define htobes(x) (OSSwapHostToBigInt16(x))
/macosx-10.10/smb-759.0/lib/librap/
H A Drap.h50 #define getwbe(buf,ofs) OSSwapHostToBigInt16(get16(buf,ofs)
55 #define setwbe(buf,ofs,val) get16(buf,ofs)=OSSwapHostToBigInt16(val)
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.h64 #define htons(x) OSSwapHostToBigInt16(x)
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ORB.cpp366 fORBBuffer->options &= OSSwapHostToBigInt16(0x000f);
370 fORBBuffer->options |= OSSwapHostToBigInt16(0x8000);
375 fORBBuffer->options |= OSSwapHostToBigInt16(0x2000);
378 fORBBuffer->options |= OSSwapHostToBigInt16(0x4000);
381 fORBBuffer->options |= OSSwapHostToBigInt16(0x6000);
385 fORBBuffer->options |= OSSwapHostToBigInt16(0x0800);
395 fORBBuffer->options |= OSSwapHostToBigInt16(0x0300);
399 fORBBuffer->options |= OSSwapHostToBigInt16(0x0200);
403 fORBBuffer->options |= OSSwapHostToBigInt16(0x0100);
417 fORBBuffer->options |= OSSwapHostToBigInt16(transferSizeLo
[all...]
H A DIOFireWireSBP2ManagementORB.cpp193 fManagementORBAddress.nodeID = OSSwapHostToBigInt16(host_address.nodeID);
194 fManagementORBAddress.addressHi = OSSwapHostToBigInt16(host_address.addressHi);
354 fManagementORB.options &= OSSwapHostToBigInt16(0xfff0);
355 fManagementORB.options |= OSSwapHostToBigInt16(function | 0x8000); // new and notify
534 fManagementORB.loginID = OSSwapHostToBigInt16(login->getLoginID());
553 queryLoginsORB->lun = OSSwapHostToBigInt16(fLUN->getLUNumber());
556 queryLoginsORB->queryResponseLength = OSSwapHostToBigInt16(fResponseLen);
H A DIOFireWireSBP2Login.cpp339 fLoginORBAddress.nodeID = OSSwapHostToBigInt16( host_address.nodeID );
340 fLoginORBAddress.addressHi = OSSwapHostToBigInt16( host_address.addressHi );
379 fReconnectORBAddress.nodeID = OSSwapHostToBigInt16( host_address.nodeID );
380 fReconnectORBAddress.addressHi = OSSwapHostToBigInt16( host_address.addressHi );
439 fLogoutORBAddress.nodeID = OSSwapHostToBigInt16( host_address.nodeID );
440 fLogoutORBAddress.addressHi = OSSwapHostToBigInt16( host_address.addressHi );
452 fLoginORB.loginResponseLength = OSSwapHostToBigInt16(sizeof( FWSBP2LoginResponse ));
453 fLoginORB.lun = OSSwapHostToBigInt16(fLUN->getLUNumber());
458 fReconnectORB.options = OSSwapHostToBigInt16(3 | 0x8000); // reconnect | notify
462 fLogoutORB.options = OSSwapHostToBigInt16(
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp775 cmd.plug_offset_hi = OSSwapHostToBigInt16(0xffff);
777 cmd.connected_node_id = OSSwapHostToBigInt16(0xffc0 | localNodeID);
778 cmd.connected_plug_offset_hi = OSSwapHostToBigInt16(AddressHi(address.addressHi));
909 cmd.plug_offset_hi = OSSwapHostToBigInt16(0xffff);
911 cmd.connected_node_id = OSSwapHostToBigInt16(0xffff);
912 cmd.connected_plug_offset_hi = OSSwapHostToBigInt16(0xffff);
1184 cmd.plug_offset_hi = OSSwapHostToBigInt16(0xffff);
1186 cmd.connected_node_id = OSSwapHostToBigInt16(0xffc0 | localNodeID);
1187 cmd.connected_plug_offset_hi = OSSwapHostToBigInt16(0xffff);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h215 return (unsigned short)OSSwapHostToBigInt16((uint16_t)x);
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h186 #define OSSwapHostToBigInt16(x) ((uint16_t)(x)) macro
260 #define OSSwapHostToBigInt16(x) OSSwapInt16(x) macro
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSITargetEmulator.cpp258 fLUNReportBuffer->LUN[0].FIRST_LEVEL_ADDRESSING = OSSwapHostToBigInt16 ( 0 );
565 fLUNReportBuffer->LUN[index].FIRST_LEVEL_ADDRESSING = OSSwapHostToBigInt16 ( logicalUnit );
/macosx-10.10/architecture-266/
H A Dbyte_order.h225 return (unsigned short)OSSwapHostToBigInt16((uint16_t)x);
/macosx-10.10/disklabel-6/
H A Dutil.c264 tmp.al_magic = OSSwapHostToBigInt16(tmp.al_magic);
265 tmp.al_type = OSSwapHostToBigInt16(tmp.al_type);
/macosx-10.10/cddafs-253/
H A DAppleCDDAFileSystemVNodeOps.c1907 finderInfoPtr->finderFlags = OSSwapHostToBigInt16 ( finderInfoPtr->finderFlags );
1908 finderInfoPtr->location.v = OSSwapHostToBigInt16 ( finderInfoPtr->location.v );
1909 finderInfoPtr->location.h = OSSwapHostToBigInt16 ( finderInfoPtr->location.h );
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDABase.c72 buffer.attr = OSSwapHostToBigInt16( ( OSSwapBigToHostInt16( buffer.attr ) & ~noattr ) | attr );
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c210 return OSSwapHostToBigInt16(x);
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2809 OSSwapHostToBigInt16(RF_NULL_MAP_LENGTH - 2), // mh_Types
2810 OSSwapHostToBigInt16(RF_NULL_MAP_LENGTH), // mh_Names
2811 OSSwapHostToBigInt16(-1), // typeCount
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c2681 OSSwapHostToBigInt16(kHFSAliasVolTypeEjectable);

Completed in 177 milliseconds