Home
last modified time | relevance | path

Searched defs:bytes (Results 226 – 250 of 1370) sorted by relevance

12345678910>>...55

/openbmc/linux/arch/powerpc/kvm/
H A Dpowerpc.c1256 unsigned int rt, unsigned int bytes, in __kvmppc_handle_load()
1300 unsigned int rt, unsigned int bytes, in kvmppc_handle_load()
1309 unsigned int rt, unsigned int bytes, in kvmppc_handle_loads()
1317 unsigned int rt, unsigned int bytes, in kvmppc_handle_vsx_load()
1343 u64 val, unsigned int bytes, int is_default_endian) in kvmppc_handle_store()
1458 int rs, unsigned int bytes, int is_default_endian) in kvmppc_handle_vsx_store()
1525 unsigned int rt, unsigned int bytes, int is_default_endian) in kvmppc_handle_vmx_load()
1620 unsigned int rs, unsigned int bytes, int is_default_endian) in kvmppc_handle_vmx_store()
/openbmc/qemu/block/
H A Dnvme.c172 size_t bytes; in nvme_init_queue() local
229 size_t bytes; in nvme_create_queue_pair() local
1184 uint64_t offset, uint64_t bytes, in nvme_co_prw_aligned()
1257 uint64_t offset, uint64_t bytes, in nvme_co_prw()
1294 int64_t offset, int64_t bytes, in nvme_co_preadv()
1302 int64_t offset, int64_t bytes, in nvme_co_pwritev()
1339 int64_t bytes, in nvme_co_pwrite_zeroes()
1403 int64_t bytes) in nvme_co_pdiscard()
H A Dwrite-threshold.c47 int64_t bytes) in bdrv_write_threshold_check_write()
H A Dparallels.c282 int64_t bytes = to_allocate * s->cluster_size; in allocate_clusters() local
420 int64_t bytes, int64_t *pnum, int64_t *map, in parallels_co_block_status()
538 parallels_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in parallels_co_pdiscard()
582 parallels_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in parallels_co_pwrite_zeroes()
1206 int64_t bytes; in parallels_opts_prealloc() local
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_verificationpending_unittest.cpp324 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
337 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
H A Dfirmware_state_verificationstarted_unittest.cpp215 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
227 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
H A Dfirmware_state_verificationcompleted_unittest.cpp229 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
241 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
/openbmc/linux/drivers/mfd/
H A Dmax8925-i2c.c19 int reg, int bytes, void *dest) in max8925_read_device()
35 int reg, int bytes, void *src) in max8925_write_device()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.cpp261 auto bytes = item->second->dataHandler->readMeta(); in stat() local
526 std::vector<std::uint8_t> bytes; in write() local
/openbmc/bios-bmc-smm-error-logger/src/
H A Dpci_handler.cpp49 const std::span<const uint8_t> bytes) in write()
/openbmc/qemu/scripts/
H A Dfeature_to_c.py6 def writeliteral(indent, bytes): argument
/openbmc/linux/fs/
H A Dstat.c797 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes()
809 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes()
818 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes()
831 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes()
852 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
/openbmc/linux/net/rds/
H A Dpage.c68 int rds_page_remainder_alloc(struct scatterlist *scat, unsigned long bytes, in rds_page_remainder_alloc()
/openbmc/linux/drivers/nvmem/
H A Dqoriq-efuse.c18 size_t bytes) in qoriq_efuse_read()
H A Dapple-efuses.c19 size_t bytes) in apple_efuses_read()
H A Drave-sp-eeprom.c274 void *val, size_t bytes) in rave_sp_eeprom_reg_read()
281 void *val, size_t bytes) in rave_sp_eeprom_reg_write()
/openbmc/linux/fs/squashfs/
H A Dsymlink.c43 int bytes, copied; in squashfs_symlink_read_folio() local
H A Dfile_direct.c33 int i, n, pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_set.h71 struct ip_set_counter_match0 bytes; member
90 struct ip_set_counter_match bytes; member
/openbmc/linux/arch/x86/crypto/
H A Dpoly1305_glue.c107 const size_t bytes = min_t(size_t, len, SZ_4K); in poly1305_simd_blocks() local
171 unsigned int bytes, used; in poly1305_update_arch() local
/openbmc/linux/block/
H A Dbio-integrity.c219 unsigned int bytes, offset, i; in bio_integrity_prep() local
380 unsigned bytes = bio_integrity_bytes(bi, bytes_done >> 9); in bio_integrity_advance() local
/openbmc/u-boot/drivers/spi/
H A Dich.c174 static inline void spi_use_out(struct spi_trans *trans, unsigned bytes) in spi_use_out()
180 static inline void spi_use_in(struct spi_trans *trans, unsigned bytes) in spi_use_in()
378 int bytes = bitlen / 8; in ich_spi_xfer() local
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h25 u32 bytes; member
/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
/openbmc/linux/drivers/rtc/
H A Drtc-rp5c01.c164 size_t bytes) in rp5c01_nvram_read()
192 size_t bytes) in rp5c01_nvram_write()

12345678910>>...55