Home
last modified time | relevance | path

Searched defs:bytes (Results 251 – 275 of 1369) sorted by relevance

1...<<11121314151617181920>>...55

/openbmc/qemu/chardev/
H A Dmsmouse.c93 unsigned char bytes[4] = { 0x40, 0x00, 0x00, 0x00 }; in msmouse_queue_event() local
185 uint8_t bytes[MSMOUSE_BUF_SZ / 2]; in msmouse_ioctl() local
/openbmc/linux/drivers/rtc/
H A Drtc-rp5c01.c164 size_t bytes) in rp5c01_nvram_read()
192 size_t bytes) in rp5c01_nvram_write()
/openbmc/linux/block/
H A Dblk-crypto.c144 void __bio_crypt_advance(struct bio *bio, unsigned int bytes) in __bio_crypt_advance()
157 unsigned int bytes, in bio_crypt_dun_is_contiguous()
/openbmc/qemu/block/
H A Dvdi.c527 int64_t bytes, int64_t *pnum, int64_t *map, in vdi_co_block_status()
551 vdi_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in vdi_co_preadv()
607 vdi_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in vdi_co_pwritev()
746 uint64_t bytes = 0; in vdi_co_do_create() local
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c7 int i, j, bytes, efd, err, prog_fd[num_progs], pmu_fd[num_progs]; in serial_test_tp_attach_query() local
H A Dtask_fd_query_tp.c8 int err, bytes, efd, prog_fd, pmu_fd; in test_task_fd_query_tp_core() local
/openbmc/linux/fs/squashfs/
H A Dfile_direct.c33 int i, n, pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
/openbmc/sdeventplus/example/
H A Ddelayed_echo.cpp48 ssize_t bytes = read(fd, buffer.data(), 4096); in main() local
/openbmc/linux/samples/bpf/
H A Dsockex2_user.c13 __u64 bytes; member
/openbmc/linux/drivers/nvmem/
H A Duniphier-efuse.c20 unsigned int reg, void *_val, size_t bytes) in uniphier_reg_read()
H A Dimx-ocotp-scu.c133 void *val, size_t bytes) in imx_scu_ocotp_read()
181 void *val, size_t bytes) in imx_scu_ocotp_write()
H A Dlan9662-otpc.c123 void *_val, size_t bytes) in lan9662_otp_read()
143 void *_val, size_t bytes) in lan9662_otp_write()
H A Dzynqmp_nvmem.c20 void *val, size_t bytes) in zynqmp_nvmem_read()
/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.h67 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/ member
H A Ddecimal64.h69 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/ member
H A Ddecimal32.h67 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits*/ member
/openbmc/bmcweb/redfish-core/include/utils/
H A Dhex_utils.hpp27 inline std::string bytesToHexString(const std::vector<uint8_t>& bytes) in bytesToHexString()
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c31 int bytes = 0, got; in trace_bytes() local
429 int loc, bytes; in TEST_F() local
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_comms.c110 unsigned int bytes = 0; in xb_write() local
162 unsigned int bytes = 0; in xb_read() local
/openbmc/linux/drivers/net/ethernet/8390/
H A Dxsurf100.c66 static void z_memcpy_fromio32(void *dst, const void __iomem *src, size_t bytes) in z_memcpy_fromio32()
85 static void z_memcpy_toio32(void __iomem *dst, const void *src, size_t bytes) in z_memcpy_toio32()
/openbmc/linux/drivers/scsi/
H A Dmac_scsi.c317 int bytes, chunk_bytes; in macscsi_pread() local
365 int bytes, chunk_bytes; in macscsi_pwrite() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_dp_auxch.c67 int bytes; in radeon_dp_aux_transfer_native() local
/openbmc/pldm/fw-update/
H A Dwatch.cpp81 auto bytes = read(fd, buffer, maxBytes); in callback() local
/openbmc/linux/drivers/soc/atmel/
H A Dsfr.c24 void *buf, size_t bytes) in atmel_sfr_read()
/openbmc/linux/tools/perf/bench/
H A Dnuma.c427 ssize_t bytes; in alloc_data() local
491 static void free_data(void *data, ssize_t bytes) in free_data()
505 static void * zalloc_shared_data(ssize_t bytes) in zalloc_shared_data()
513 static void * setup_shared_data(ssize_t bytes) in setup_shared_data()
522 static void * setup_private_data(ssize_t bytes) in setup_private_data()
819 static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val) in do_work()
1573 double bytes; in __bench_numa() local

1...<<11121314151617181920>>...55