/openbmc/phosphor-ipmi-blobs/ |
H A D | manager.cpp | 153 std::vector<uint8_t> BlobManager::read(uint16_t session, uint32_t offset, in read() 177 bool BlobManager::write(uint16_t session, uint32_t offset, in write() 207 bool BlobManager::writeMeta(uint16_t session, uint32_t offset, in writeMeta()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeBasicContext.cpp | 52 int bus, uint8_t device, uint8_t offset) in encodeBasicQuery() 71 uint8_t& device, uint8_t& offset) in decodeBasicQuery() 142 uint8_t offset = 0; in processBasicQueryStream() local
|
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 245 unsigned long offset, len, saved_auxv, auxv_len; in gdb_handle_query_xfer_auxv() local 342 off_t offset = gdb_get_cmd_param(params, 2)->val_ull; in gdb_handle_v_file_pread() local 386 uint32_t offset = gdb_get_cmd_param(params, 1)->val_ul; in gdb_handle_query_xfer_exec_file() local
|
/openbmc/qemu/hw/9pfs/ |
H A D | codir.c | 74 off_t offset, int32_t maxsize, bool dostat) in do_readdir_many() 219 off_t offset, int32_t maxsize, in v9fs_co_readdir_many() 252 off_t offset) in v9fs_co_seekdir()
|
/openbmc/qemu/block/ |
H A D | blkverify.c | 32 uint64_t offset; member 196 blkverify_co_prwv(BlockDriverState *bs, BlkverifyRequest *r, uint64_t offset, in blkverify_co_prwv() 232 blkverify_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkverify_co_preadv() 261 blkverify_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkverify_co_pwritev()
|
H A D | vhdx-log.c | 63 uint64_t offset; in vhdx_log_peek_hdr() local 137 uint64_t offset; in vhdx_log_read_sectors() local 180 uint64_t offset; in vhdx_log_write_sectors() local 423 uint32_t offset = 0; in vhdx_log_flush_desc() local 862 void *data, uint32_t length, uint64_t offset) in vhdx_log_write() 1046 void *data, uint32_t length, uint64_t offset) in vhdx_log_write_and_flush()
|
H A D | mirror.c | 109 int64_t offset; member 150 uint64_t offset, in mirror_wait_on_conflicts() 278 int64_t offset, in mirror_clip_bytes() 286 static int coroutine_fn mirror_cow_align(MirrorBlockJob *s, int64_t *offset, in mirror_cow_align() 460 static unsigned mirror_perform(MirrorBlockJob *s, int64_t offset, in mirror_perform() 524 int64_t offset; in mirror_iteration() local 888 int64_t offset; in mirror_dirty_init() local 1430 uint64_t offset, uint64_t bytes, in do_sync_target_write() 1564 uint64_t offset, in active_write_prepare() 1632 bdrv_mirror_top_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_mirror_top_preadv() [all …]
|
H A D | qcow2-cluster.c | 211 l2_load(BlockDriverState *bs, uint64_t offset, in l2_load() 586 int qcow2_get_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_get_host_offset() 756 get_cluster_table(BlockDriverState *bs, uint64_t offset, in get_cluster_table() 828 qcow2_alloc_compressed_cluster_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_compressed_cluster_offset() 1070 uint64_t offset = cluster_offset + ((uint64_t)i << s->cluster_bits); in qcow2_alloc_cluster_link_l2() local 1783 int coroutine_fn qcow2_alloc_host_offset(BlockDriverState *bs, uint64_t offset, in qcow2_alloc_host_offset() 1902 discard_in_l2_slice(BlockDriverState *bs, uint64_t offset, uint64_t nb_clusters, in discard_in_l2_slice() 1995 int qcow2_cluster_discard(BlockDriverState *bs, uint64_t offset, in qcow2_cluster_discard() 2041 zero_in_l2_slice(BlockDriverState *bs, uint64_t offset, in zero_in_l2_slice() 2111 zero_l2_subclusters(BlockDriverState *bs, uint64_t offset, in zero_l2_subclusters() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | iotkit-secctl.c | 119 static inline int offset_to_ppc_idx(uint32_t offset) in offset_to_ppc_idx() 146 uint32_t offset = addr & ~0x3; in iotkit_secctl_s_read() local 342 uint32_t offset = addr; in iotkit_secctl_s_write() local 464 uint32_t offset = addr & ~0x3; in iotkit_secctl_ns_read() local 532 uint32_t offset = addr; in iotkit_secctl_ns_write() local
|
H A D | allwinner-sramc.c | 47 static uint64_t allwinner_sramc_read(void *opaque, hwaddr offset, in allwinner_sramc_read() 79 static void allwinner_sramc_write(void *opaque, hwaddr offset, in allwinner_sramc_write()
|
/openbmc/qemu/hw/audio/ |
H A D | pl041.c | 102 #define REGISTER(name, offset) #name, argument 111 static const char *get_reg_name(hwaddr offset) in get_reg_name() 341 static uint64_t pl041_read(void *opaque, hwaddr offset, in pl041_read() 375 static void pl041_write(void *opaque, hwaddr offset, in pl041_write() 575 #define REGISTER(name, offset) VMSTATE_UINT32(name, pl041_regfile), argument
|
H A D | gusemu_mixer.c | 87 int offset = ((CurrPos >> 9) & 0xc0000) + (((CurrPos >> 9) & 0x1ffff) << 1); in gus_mixvoices() local 95 int offset = (CurrPos >> 9) & 0xfffff; in gus_mixvoices() local
|
/openbmc/qemu/hw/arm/ |
H A D | integratorcp.c | 82 static uint64_t integratorcm_read(void *opaque, hwaddr offset, in integratorcm_read() 190 static void integratorcm_write(void *opaque, hwaddr offset, in integratorcm_write() 374 static uint64_t icp_pic_read(void *opaque, hwaddr offset, in icp_pic_read() 404 static void icp_pic_write(void *opaque, hwaddr offset, in icp_pic_write() 494 static uint64_t icp_control_read(void *opaque, hwaddr offset, in icp_control_read() 515 static void icp_control_write(void *opaque, hwaddr offset, in icp_control_write()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 392 static MemoryRegion *s390_get_subregion(MemoryRegion *mr, uint64_t offset, in s390_get_subregion() 410 uint64_t offset, uint64_t *data, uint8_t len) in zpci_read_bar() 426 uint64_t offset; in pcilg_service_call() local 510 uint64_t offset, uint64_t data, uint8_t len) in zpci_write_bar() 525 uint64_t offset, data; in pcistg_service_call() local 835 uint64_t offset; in pcistb_service_call() local 1055 static int fmb_do_update(S390PCIBusDevice *pbdev, int offset, uint64_t val, in fmb_do_update()
|
/openbmc/qemu/migration/ |
H A D | channel-block.h | 42 off_t offset; member
|
/openbmc/u-boot/drivers/w1-eeprom/ |
H A D | eep_sandbox.c | 17 static int eep_sandbox_read_buf(struct udevice *dev, unsigned int offset, in eep_sandbox_read_buf()
|
/openbmc/qemu/crypto/ |
H A D | block-qcow.c | 148 uint64_t offset, in qcrypto_block_qcow_decrypt() 163 uint64_t offset, in qcrypto_block_qcow_encrypt()
|
/openbmc/u-boot/cmd/ |
H A D | gpio.c | 37 int offset, int *flagsp, bool show_all) in gpio_get_description() 95 int offset; in do_gpio_status() local
|
/openbmc/u-boot/drivers/misc/ |
H A D | misc_sandbox.c | 17 int misc_sandbox_read(struct udevice *dev, int offset, void *buf, int size) in misc_sandbox_read() 26 int misc_sandbox_write(struct udevice *dev, int offset, const void *buf, in misc_sandbox_write()
|
/openbmc/u-boot/lib/ |
H A D | tpm-common.c | 25 size_t offset = 0, length = 0; in pack_byte_string() local 86 size_t offset = 0, length = 0; in unpack_byte_string() local
|
/openbmc/u-boot/test/lib/ |
H A D | string.c | 52 int offset, int len) in test_memset() 77 int offset, len; in lib_memset() local
|
/openbmc/u-boot/env/ |
H A D | eeprom.c | 24 static int eeprom_bus_read(unsigned dev_addr, unsigned offset, in eeprom_bus_read() 44 static int eeprom_bus_write(unsigned dev_addr, unsigned offset, in eeprom_bus_write()
|
/openbmc/qemu/hw/intc/ |
H A D | allwinner-a10-pic.c | 58 static uint64_t aw_a10_pic_read(void *opaque, hwaddr offset, unsigned size) in aw_a10_pic_read() 91 static void aw_a10_pic_write(void *opaque, hwaddr offset, uint64_t value, in aw_a10_pic_write()
|
/openbmc/u-boot/board/toradex/common/ |
H A D | tdx-cfg-block.c | 108 int offset = CONFIG_TDX_CFG_BLOCK_OFFSET; in tdx_cfg_block_mmc_storage() local 205 int offset; in read_tdx_cfg_block() local 418 int offset = 0; in do_cfgblock_create() local
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 209 flash_map(flash_info_t *info, flash_sect_t sect, uint offset) in flash_map() 217 unsigned int offset, void *addr) in flash_unmap() 288 static inline uchar flash_read_uchar(flash_info_t *info, uint offset) in flash_read_uchar() 306 static inline ushort flash_read_word(flash_info_t *info, uint offset) in flash_read_word() 321 uint offset) in flash_read_long() 357 uint offset, u32 cmd) in flash_write_cmd() 412 static int flash_isequal(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isequal() 460 static int flash_isset(flash_info_t *info, flash_sect_t sect, uint offset, in flash_isset() 493 static int flash_toggle(flash_info_t *info, flash_sect_t sect, uint offset, in flash_toggle() 882 uint offset = 0; in flash_write_cfibuffer() local [all …]
|