Searched refs:be64_to_cpu (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h149 be64_to_cpu(fsw_u64 x) function
H A Dfsw_hfs.c288 be64_to_cpu(vol->primary_voldesc->catalogFile.logicalSize);
296 be64_to_cpu(vol->primary_voldesc->extentsFile.logicalSize);
679 vp->file_info.size = be64_to_cpu(file_info->dataFork.logicalSize);
1143 file_info.size = be64_to_cpu(info->dataFork.logicalSize);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbig_bswap.h17 #define be64_to_cpu(x) (x) macro
H A Dlittle_bswap.h19 #define be64_to_cpu(x) __bswap_64(x) macro
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.c970 ((u64 *)serial_number)[0] = be64_to_cpu(data1);
973 ((u64 *)serial_number)[1] = be64_to_cpu(data2);
1001 ((u64 *)part_number)[0] = be64_to_cpu(data1);
1004 ((u64 *)part_number)[1] = be64_to_cpu(data2);
1038 ((u64 *)product_desc)[j++] = be64_to_cpu(data1);
1041 ((u64 *)product_desc)[j++] = be64_to_cpu(data2);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbitops.h47 #define BIT64_to_cpu be64_to_cpu
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dfcp.c883 path->fibre.wwn = be64_to_cpu ( wwn.u64 );
885 path->fibre.lun = be64_to_cpu ( lun.u64 );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Dscsi.c606 capacity.blocks = ( be64_to_cpu ( capacity16->lba ) + 1 );
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa.c857 pkt->replay = be64_to_cpu ( pkt->replay );

Completed in 378 milliseconds