/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 219 static void process_event_record(uint8_t *event_data, size_t bytes) in process_event_record() 229 static void display_event(uint8_t *event_data, size_t bytes) in display_event() 252 size_t bytes = sizeof(event_data); /* Event size in bytes */ in get_hab_status() local 435 static int chk_bounds(u8 *addr, size_t bytes, u8 *start, u8 *end) in chk_bounds() 453 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() 543 size_t bytes; in imx_hab_authenticate_image() local
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section-memory.c | 18 UINT8 *bytes = generate_random_bytes(size); in generate_section_memory() local 42 UINT8 *bytes = generate_random_bytes(size); in generate_section_memory2() local
|
/openbmc/linux/tools/include/linux/ |
H A D | overflow.h | 84 size_t bytes; in array_size() local 106 size_t bytes; in array3_size() local 118 size_t bytes; in __ab_c_size() local
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_writemeta_unittest.cpp | 34 std::vector<std::uint8_t> bytes = {0xaa, 0x55}; in TEST_F() local 50 std::vector<std::uint8_t> bytes = {0x01, 0x02, 0x03, 0x04}; in TEST_F() local
|
H A D | firmware_write_unittest.cpp | 40 std::vector<std::uint8_t> bytes = {0xaa, 0x55}; in TEST_F() local 64 std::vector<std::uint8_t> bytes = {0x01, 0x02, 0x03, 0x04}; in TEST_F() local
|
/openbmc/qemu/include/qemu/ |
H A D | coroutine.h | 296 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \ argument 298 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \ argument 306 #define qemu_co_recv(sockfd, buf, bytes) \ argument 308 #define qemu_co_send(sockfd, buf, bytes) \ argument
|
/openbmc/linux/sound/i2c/other/ |
H A D | pt2258.c | 34 unsigned char bytes[2]; in snd_pt2258_reset() local 97 unsigned char bytes[2]; in pt2258_stereo_volume_put() local 146 unsigned char bytes[2]; in pt2258_switch_put() local
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_fuse.py | 132 def read(self, path: str, size: int, offset: int, fh: IO[bytes]) -> bytes: 159 fh: Optional[IO[bytes]] = None) -> Mapping[str, object]: 203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]:
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | cacheflush.h | 73 unsigned long bytes = l1_dcache_bytes(); in flush_dcache_range() local 95 unsigned long bytes = l1_dcache_bytes(); in clean_dcache_range() local 114 unsigned long bytes = l1_dcache_bytes(); in invalidate_dcache_range() local
|
/openbmc/qemu/block/ |
H A D | block-copy.c | 53 int64_t bytes; member 190 int64_t offset, int64_t bytes) in block_copy_task_create() 486 block_copy_do_copy(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_do_copy() 607 int block_copy_block_status(BlockCopyState *s, int64_t offset, int64_t bytes, in block_copy_block_status() 649 int64_t bytes = s->len - offset; in block_copy_is_cluster_allocated() local 683 void block_copy_reset(BlockCopyState *s, int64_t offset, int64_t bytes) in block_copy_reset() 706 int64_t clusters, bytes; in block_copy_reset_unallocated() local 735 int64_t bytes = call_state->bytes; in block_copy_dirty_clusters() local 923 int coroutine_fn block_copy(BlockCopyState *s, int64_t start, int64_t bytes, in block_copy() 957 int64_t offset, int64_t bytes, in block_copy_async()
|
H A D | raw-format.c | 190 int64_t bytes, bool is_write) in raw_adjust_offset() 210 raw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_preadv() 225 raw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwritev() 287 int64_t bytes, int64_t *pnum, int64_t *map, in raw_co_block_status() 298 raw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in raw_co_pwrite_zeroes() 311 raw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in raw_co_pdiscard() 577 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_from() 594 int64_t bytes, BdrvRequestFlags read_flags, in raw_co_copy_range_to()
|
H A D | null.c | 120 int64_t offset, int64_t bytes, in null_co_preadv() 134 int64_t offset, int64_t bytes, in null_co_pwritev() 193 int64_t offset, int64_t bytes, in null_aio_preadv() 208 int64_t offset, int64_t bytes, in null_aio_pwritev() 231 int64_t bytes, int64_t *pnum, in null_co_block_status()
|
H A D | mirror.c | 109 uint64_t bytes; member 147 uint64_t bytes) in mirror_wait_on_conflicts() 275 int64_t bytes) in mirror_clip_bytes() 283 uint64_t *bytes) in mirror_cow_align() 438 unsigned bytes, MirrorMethod mirror_method) in mirror_perform() 859 int bytes = MIN(s->bdev_length - offset, in mirror_dirty_init() local 887 int bytes = MIN(s->bdev_length - offset, in mirror_dirty_init() local 1339 uint64_t offset, uint64_t bytes, in do_sync_target_write() 1450 uint64_t bytes) in active_write_prepare() 1517 bdrv_mirror_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_mirror_top_preadv() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_kern.h | 239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 270 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local 316 int ret = 0, *bytes, zero = 0; in bpf_prog8() local 337 int ret = 0, *bytes, zero = 0; in bpf_prog9() local 353 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop; in bpf_prog10() local
|
/openbmc/linux/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.h | 68 size_t bytes) in stm32_bsec_optee_ta_read() 76 size_t bytes) in stm32_bsec_optee_ta_write()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_nvm.c | 815 u8 *bytes, int *perrno) in i40e_nvmupd_command() 931 u8 *bytes, int *perrno) in i40e_nvmupd_state_init() 1070 u8 *bytes, int *perrno) in i40e_nvmupd_state_reading() 1112 u8 *bytes, int *perrno) in i40e_nvmupd_state_writing() 1378 u8 *bytes, int *perrno) in i40e_nvmupd_exec_aq() 1462 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_result() 1531 u8 *bytes, int *perrno) in i40e_nvmupd_get_aq_event() 1565 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_read() 1644 u8 *bytes, int *perrno) in i40e_nvmupd_nvm_write()
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | message.py | 63 value: Union[bytes, Mapping[str, object]] = b'{}', *, 145 def _deserialize(cls, data: bytes) -> Dict[str, object]: 180 def __init__(self, error_message: str, raw: bytes):
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | mmio.c | 65 void *p_data, unsigned int bytes, bool read) in failsafe_emulate_mmio_rw() 107 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_read() 182 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_write()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_tx.c | 64 size_t bytes) in gve_tx_fifo_pad_alloc_one_frag() 69 static bool gve_tx_fifo_can_alloc(struct gve_tx_fifo *fifo, size_t bytes) in gve_tx_fifo_can_alloc() 84 static int gve_tx_alloc_fifo(struct gve_tx_fifo *fifo, size_t bytes, in gve_tx_alloc_fifo() 139 static void gve_tx_free_fifo(struct gve_tx_fifo *fifo, size_t bytes) in gve_tx_free_fifo() 161 u64 pkts = 0, bytes = 0; in gve_clean_xdp_done() local 204 size_t bytes; in gve_tx_free_ring() local 241 size_t bytes; in gve_tx_alloc_ring() local 352 int bytes; in gve_skb_fifo_bytes_required() local 829 u64 pkts = 0, bytes = 0; in gve_clean_tx_done() local
|
/openbmc/libbej/src/ |
H A D | bej_common.c | 3 uint64_t bejGetUnsignedInteger(const uint8_t* bytes, uint8_t numOfBytes) in bejGetUnsignedInteger() 68 uint8_t bytes = 0; in bejNnintEncodingSizeOfUInt() local
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | sp_local.h | 76 #define store_sp_var(var, data, bytes) \ argument 91 #define store_sp_var_with_offset(var, offset, data, bytes) \ argument 95 #define load_sp_var(var, data, bytes) \ argument 98 #define load_sp_var_with_offset(var, offset, data, bytes) \ argument
|
/openbmc/linux/sound/i2c/ |
H A D | i2c.c | 132 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_sendbytes() 139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes() 262 unsigned char *bytes, int count) in snd_i2c_bit_sendbytes() 288 unsigned char *bytes, int count) in snd_i2c_bit_readbytes()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rx8581.c | 191 size_t bytes) in rx8571_nvram_read() 200 size_t bytes) in rx8571_nvram_write() 209 size_t bytes) in rx85x1_nvram_read() 222 size_t bytes) in rx85x1_nvram_write()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | page_track.h | 42 const u8 *new, int bytes) { } in __kvm_page_track_write() 51 const u8 *new, int bytes) in kvm_page_track_write()
|
/openbmc/qemu/include/block/ |
H A D | block_int-io.h | 61 int64_t offset, int64_t bytes, void *buf, BdrvRequestFlags flags) in bdrv_co_pread() 71 int64_t offset, int64_t bytes, const void *buf, BdrvRequestFlags flags) in bdrv_co_pwrite()
|