Home
last modified time | relevance | path

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

12345678910>>...55

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
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/qemu/block/
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
H A Dwrite-threshold.c47 int64_t bytes) in bdrv_write_threshold_check_write()
/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/libbej/test/
H A Dbej_common_test.cpp12 constexpr uint8_t bytes[] = {0xab, 0xcd, 0xef, 0x12, in TEST() local
/openbmc/linux/arch/hexagon/mm/
H A Dcopy_from_user.S31 #define bytes r2 macro
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnetcnt.c19 unsigned long bytes; in serial_test_netcnt() local
/openbmc/libcper/generator/sections/
H A Dgen-section-cxl-protocol.c24 UINT8 *bytes = generate_random_bytes(size); in generate_section_cxl_protocol() local
/openbmc/qemu/scripts/
H A Dfeature_to_c.py6 def writeliteral(indent, bytes): argument
/openbmc/bios-bmc-smm-error-logger/src/
H A Dpci_handler.cpp49 const std::span<const uint8_t> bytes) in write()
/openbmc/linux/drivers/nvmem/
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()
H A Dimx-ocotp-ele.c64 static int imx_ocotp_reg_read(void *context, unsigned int offset, void *val, size_t bytes) in imx_ocotp_reg_read()
111 unsigned int offset, void *data, size_t bytes) in imx_ocotp_cell_pp()
H A Dapple-efuses.c19 size_t bytes) in apple_efuses_read()
H A Dqoriq-efuse.c18 size_t bytes) in qoriq_efuse_read()
/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/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/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/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/net/rds/
H A Dpage.c68 int rds_page_remainder_alloc(struct scatterlist *scat, unsigned long bytes, in rds_page_remainder_alloc()
/openbmc/linux/fs/squashfs/
H A Dsymlink.c43 int bytes, copied; in squashfs_symlink_read_folio() local
/openbmc/linux/kernel/dma/
H A Dswiotlb.c261 unsigned long bytes; in swiotlb_update_mem_attributes() local
273 unsigned long bytes = nslabs << IO_TLB_SHIFT, i; in swiotlb_init_io_tlb_pool() local
322 size_t bytes = PAGE_ALIGN(nslabs << IO_TLB_SHIFT); in swiotlb_memblock_alloc() local
574 static struct page *alloc_dma_pages(gfp_t gfp, size_t bytes, u64 phys_limit) in alloc_dma_pages()
612 static struct page *swiotlb_alloc_tlb(struct device *dev, size_t bytes, in swiotlb_alloc_tlb()
657 static void swiotlb_free_tlb(void *vaddr, size_t bytes) in swiotlb_free_tlb()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h25 u32 bytes; member

12345678910>>...55