Searched refs:cpu_to_be16 (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h130 cpu_to_be16(fsw_u16 x) function
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbig_bswap.h13 #define cpu_to_be16(x) (x) macro
H A Dlittle_bswap.h15 #define cpu_to_be16(x) __bswap_16(x) macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c498 command->cdb.read10.len = cpu_to_be16 ( scsicmd->count );
529 command->cdb.write10.len = cpu_to_be16 ( scsicmd->count );

Completed in 59 milliseconds