Home
last modified time | relevance | path

Searched defs:bytes (Results 101 – 125 of 264) sorted by relevance

1234567891011

/openbmc/qemu/block/
H A Dnvme.c173 size_t bytes; in nvme_init_queue() local
230 size_t bytes; in nvme_create_queue_pair() local
1189 uint64_t offset, uint64_t bytes, in nvme_co_prw_aligned()
1262 uint64_t offset, uint64_t bytes, in nvme_co_prw()
1299 int64_t offset, int64_t bytes, in nvme_co_preadv()
1307 int64_t offset, int64_t bytes, in nvme_co_pwritev()
1344 int64_t bytes, in nvme_co_pwrite_zeroes()
1408 int64_t bytes) in nvme_co_pdiscard()
H A Dqcow.c534 int64_t offset, int64_t bytes, int64_t *pnum, in qcow_co_block_status()
629 qcow_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_preadv()
725 qcow_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_pwritev()
1055 qcow_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in qcow_co_pwritev_compressed()
H A Dcommit.c135 int64_t bytes = *requested_bytes; in commit_iteration() local
271 bdrv_commit_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_commit_top_preadv()
H A Dfile-posix.c2251 uint64_t bytes = aiocb->aio_nbytes; in handle_aiocb_copy_range() local
2568 raw_co_prw(BlockDriverState *bs, int64_t *offset_ptr, uint64_t bytes, in raw_co_prw()
2664 raw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_preadv()
2671 raw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwritev()
3286 int64_t bytes, int64_t *pnum, in raw_co_block_status()
3643 raw_do_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_do_pdiscard()
3668 raw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in raw_co_pdiscard()
3674 raw_do_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_do_pwrite_zeroes()
3742 int64_t bytes, BdrvRequestFlags flags) in raw_co_pwrite_zeroes()
3934 BdrvChild *dst, int64_t dst_offset, int64_t bytes, in raw_co_copy_range_from()
[all …]
H A Dqed-table.c27 unsigned int bytes = s->header.cluster_size * s->header.table_size; in qed_read_table() local
/openbmc/u-boot/drivers/spi/
H A Dsandbox_spi.c59 uint bytes = bitlen / 8, i; in sandbox_spi_xfer() local
/openbmc/qemu/tests/tcg/plugins/
H A Dpatch.c34 GByteArray *bytes = g_byte_array_new(); in str_to_bytes() local
/openbmc/qemu/block/export/
H A Dvirtio-blk-handler.c63 int bytes; in virtio_blk_discard_write_zeroes() local
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/test/
H A Dhandler_readwrite_unittest.cpp39 int bytes = handlerMaxBufferSize + 1; in TEST_F() local
/openbmc/bmcweb/features/kvm/
H A Dkvm_websocket.hpp81 std::size_t bytes = outputBuffer.capacity() - outputBuffer.size(); in doRead() local
/openbmc/u-boot/common/
H A Ddlmalloc.c1237 Void_t* mALLOc(size_t bytes) in mALLOc()
1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc()
1877 Void_t* mEMALIGn(size_t alignment, size_t bytes) in mEMALIGn()
2031 Void_t* vALLOc(size_t bytes) in vALLOc()
2046 Void_t* pvALLOc(size_t bytes) in pvALLOc()
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/
H A Defuse.h15 } bytes; member
/openbmc/qemu/hw/block/
H A Dblock.c30 int64_t bytes, offset = 0; in blk_pread_nonzeroes() local
/openbmc/u-boot/lib/libavb/
H A Davb_util.c38 uint8_t bytes[4]; in avb_htobe32() member
51 uint8_t bytes[8]; in avb_htobe64() member
/openbmc/estoraged/src/
H A Dutil.cpp30 uint64_t bytes = 0; in findSizeOfBlockDevice() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfile_handler_unittest.cpp58 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
/openbmc/phosphor-ipmi-blobs/
H A Dprocess.cpp85 std::vector<uint8_t> bytes(requestBodyLen); in validateBlobCommand() local
/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c372 static char *hex_string(const uint8_t *bytes, in hex_string()
H A Dtest-block-iothread.c36 int64_t offset, int64_t bytes, in bdrv_test_co_preadv()
44 int64_t offset, int64_t bytes, in bdrv_test_co_pwritev()
52 int64_t offset, int64_t bytes) in bdrv_test_co_pdiscard()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c738 uint8_t bytes[2]; member
791 uint8_t bytes[2]; member
853 uint8_t bytes[4]; member
919 uint8_t bytes[4]; member
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dvvfat132 def write_sectors(self, sector: int, data: bytes) -> None:
/openbmc/u-boot/drivers/block/
H A Dblkcache.c78 lbaint_t bytes; in blkcache_fill() local
/openbmc/bmcweb/src/
H A Djson_html_serializer.cpp71 std::size_t bytes = 0; // number of bytes written to string_buffer in dumpEscaped() local
/openbmc/qemu/audio/
H A Dnoaudio.c92 int64_t bytes = audio_rate_get_bytes(&no->rate, &hw->info, size); in no_read() local
H A Dwavaudio.c45 int64_t bytes = audio_rate_get_bytes(&wav->rate, &hw->info, len); in wav_write_out() local

1234567891011