Home
last modified time | relevance | path

Searched defs:num_bytes (Results 1 – 5 of 5) sorted by relevance

/spdk/test/nvme/boot_partition/
H A Dboot_partition.c24 fill_pattern(char *buf, size_t num_bytes, char pattern) in fill_pattern() argument
/spdk/lib/accel/
H A Daccel_internal.h28 uint64_t num_bytes; member
/spdk/test/nvme/simple_copy/
H A Dsimple_copy.c38 fill_random(char *buf, size_t num_bytes) in fill_random() argument
/spdk/lib/nvme/
H A Dnvme_auth.c531 const size_t num_bytes = (size_t)spdk_divide_round_up(EVP_PKEY_get_bits(key), 8); in spdk_nvme_dhchap_dhkey_get_pubkey() local
/spdk/lib/scsi/
H A Dscsi_bdev.c1216 uint64_t num_bytes, uint64_t *num_blocks) in _bytes_to_blocks()