/openbmc/linux/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.c | 140 void *buf, size_t bytes) in stm32_bsec_optee_ta_read() 206 unsigned int offset, void *buf, size_t bytes) in stm32_bsec_optee_ta_write()
|
H A D | sunxi_sid.c | 40 void *val, size_t bytes) in sunxi_sid_read() 94 void *val, size_t bytes) in sun8i_sid_read_by_reg()
|
H A D | rockchip-otp.c | 148 void *val, size_t bytes) in px30_otp_read() 188 void *val, size_t bytes) in rk3588_otp_read() 234 void *val, size_t bytes) in rockchip_otp_read()
|
/openbmc/estoraged/src/erase/ |
H A D | verifyDriveGeometry.cpp | 13 uint64_t eraseMaxGeometry, uint64_t eraseMinGeometry, uint64_t bytes) in geometryOkay()
|
/openbmc/linux/crypto/ |
H A D | nhpoly1305.c | 97 unsigned int bytes; in nhpoly1305_units() local 161 unsigned int bytes; in crypto_nhpoly1305_update_helper() local
|
/openbmc/linux/lib/ |
H A D | crc32test.c | 668 int bytes = 0; in crc32c_test() local 748 int bytes = 0; in crc32_test() local
|
H A D | memweight.c | 11 size_t memweight(const void *ptr, size_t bytes) in memweight()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring.c | 195 unsigned int bytes) in wait_for_space() 234 const unsigned int bytes = num_dwords * sizeof(u32); in intel_ring_begin() local
|
/openbmc/linux/sound/usb/ |
H A D | pcm.c | 1270 unsigned int stride, frames, bytes, oldptr; in retire_capture_urb() local 1338 struct urb *urb, unsigned int bytes) in urb_ctx_queue_advance() 1350 struct urb *urb, unsigned int bytes) in fill_playback_urb_dsd_dop() 1407 struct urb *urb, unsigned int bytes) in fill_playback_urb_dsd_bitrev() 1424 int offset, int stride, unsigned int bytes) in copy_to_urb() 1446 unsigned int bytes) in copy_to_urb_quirk() 1477 unsigned int frames, bytes; in prepare_playback_urb() local
|
/openbmc/qemu/block/ |
H A D | blkdebug.c | 591 uint64_t bytes, BlkdebugIOType iotype) in rule_check() 634 blkdebug_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_preadv() 655 blkdebug_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwritev() 687 blkdebug_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkdebug_co_pwrite_zeroes() 720 blkdebug_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkdebug_co_pdiscard() 755 int64_t bytes, int64_t *pnum, int64_t *map, in blkdebug_co_block_status()
|
H A D | qcow2-cluster.c | 587 unsigned int *bytes, uint64_t *host_offset, in qcow2_get_host_offset() 1161 uint64_t guest_offset, unsigned bytes, uint64_t *l2_slice, in calculate_l2_meta() 1410 uint64_t bytes = *cur_bytes; in handle_dependencies() local 1496 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_copied() 1663 uint64_t *host_offset, uint64_t *bytes, QCowL2Meta **m) in handle_alloc() 1784 unsigned int *bytes, in qcow2_alloc_host_offset() 1996 uint64_t bytes, enum qcow2_discard_type type, in qcow2_cluster_discard() 2158 uint64_t bytes, int flags) in qcow2_subcluster_zeroize()
|
/openbmc/linux/tools/include/tools/ |
H A D | libc_compat.h | 13 size_t bytes; in reallocarray() local
|
/openbmc/u-boot/lib/ |
H A D | tables_csum.c | 11 u8 *bytes = v; in table_compute_checksum() local
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_firmware.h | 31 unsigned int bytes; /** length in bytes of firmware data */ member
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_counter.h | 11 u64 bytes; member
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-firmware.c | 18 UINT8 *bytes = generate_random_bytes(size); in generate_section_firmware() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_counters.c | 50 u64 bytes; member 167 u64 bytes = MLX5_GET64(traffic_counter, stats, octets); in update_counter_cache() local 481 u64 *packets, u64 *bytes) in mlx5_fc_query() 493 u64 *bytes, u64 *packets, u64 *lastuse) in mlx5_fc_query_cached() 508 u64 *bytes, u64 *packets, u64 *lastuse) in mlx5_fc_query_cached_raw()
|
/openbmc/u-boot/include/mtd/ |
H A D | ubi-user.h | 308 __s64 bytes; member 328 __s64 bytes; member 393 __s32 bytes; member
|
/openbmc/linux/include/uapi/mtd/ |
H A D | ubi-user.h | 347 __s64 bytes; member 367 __s64 bytes; member 432 __s32 bytes; member
|
/openbmc/linux/lib/crypto/ |
H A D | libchacha.c | 16 unsigned int bytes, int nrounds) in chacha_crypt_generic()
|
/openbmc/u-boot/include/ |
H A D | tables_csum.h | 11 u8 *bytes = v; in table_compute_checksum() local
|
/openbmc/linux/fs/ecryptfs/ |
H A D | debug.c | 84 void ecryptfs_dump_hex(char *data, int bytes) in ecryptfs_dump_hex()
|
/openbmc/linux/fs/squashfs/ |
H A D | cache.c | 306 int bytes = min_t(int, entry->length - offset, in squashfs_copy_data() local 335 int bytes, res = length; in squashfs_read_metadata() local
|
/openbmc/qemu/contrib/plugins/ |
H A D | drcov.c | 58 const uint8_t *bytes = (const uint8_t *)(&data); in printf_char_array32() local 64 const uint8_t *bytes = (const uint8_t *)(&data); in printf_char_array16() local
|
/openbmc/linux/fs/pstore/ |
H A D | blk.c | 188 static ssize_t psblk_generic_blk_read(char *buf, size_t bytes, loff_t pos) in psblk_generic_blk_read() 193 static ssize_t psblk_generic_blk_write(const char *buf, size_t bytes, in psblk_generic_blk_write()
|