Home
last modified time | relevance | path

Searched defs:offset (Results 526 – 550 of 1531) sorted by relevance

1...<<21222324252627282930>>...62

/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_net_unittest.cpp200 for (std::uint32_t offset = 0; offset < fakeFileSize; in TEST_F() local
240 for (std::uint32_t offset = 0; offset < fakeFileSize; in TEST_F() local
/openbmc/u-boot/board/freescale/ls2080ardb/
H A Dls2080ardb.c320 int offset; in fdt_fixup_board_enet() local
349 int offset; in fsl_fdt_fixup_flash() local
/openbmc/u-boot/drivers/misc/
H A Dds4510.c32 static int ds4510_mem_write(uint8_t chip, int offset, uint8_t *buf, int count) in ds4510_mem_write()
61 static int ds4510_mem_read(uint8_t chip, int offset, uint8_t *buf, int count) in ds4510_mem_read()
/openbmc/qemu/net/
H A Dcolo.h56 uint16_t offset; member
84 uint32_t offset; member
/openbmc/u-boot/drivers/pci/
H A Dpci_sh7751.c76 pci_dev_t dev, int offset, u32 *value) in pci_sh4_read_config_dword()
87 pci_dev_t dev, int offset, u32 value) in pci_sh4_write_config_dword()
/openbmc/u-boot/common/
H A Diotrace.c30 ulong offset; member
173 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count) in iotrace_get_buffer()
/openbmc/qemu/include/qemu/
H A Dcoroutine.h297 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \ argument
299 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \ argument
/openbmc/qemu/hw/9pfs/
H A Dcofile.c252 struct iovec *iov, int iovcnt, int64_t offset) in v9fs_co_pwritev()
272 struct iovec *iov, int iovcnt, int64_t offset) in v9fs_co_preadv()
/openbmc/qemu/hw/misc/
H A Dallwinner-cpucfg.c106 static uint64_t allwinner_cpucfg_read(void *opaque, hwaddr offset, in allwinner_cpucfg_read()
165 static void allwinner_cpucfg_write(void *opaque, hwaddr offset, in allwinner_cpucfg_write()
H A Dvmcoreinfo.c21 static void fw_cfg_vmci_write(void *opaque, off_t offset, size_t len) in fw_cfg_vmci_write()
/openbmc/qemu/hw/nvram/
H A Dspapr_nvram.c64 hwaddr offset, buffer, len; in OBJECT_DECLARE_SIMPLE_TYPE() local
105 hwaddr offset, buffer, len; in rtas_nvram_store() local
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp35 uint64_t addFloorOffset(uint64_t floor, T offset, const std::string& actionName) in addFloorOffset()
501 auto offset = Manager::getParameter(offsetParameter); in applyFloorOffset() local
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c158 static uint64_t nrf51_timer_read(void *opaque, hwaddr offset, unsigned int size) in nrf51_timer_read()
199 static void nrf51_timer_write(void *opaque, hwaddr offset, in nrf51_timer_write()
/openbmc/pldm/fw-update/
H A Dwatch.cpp89 auto offset = 0; in callback() local
/openbmc/u-boot/arch/x86/include/asm/
H A Dmrccache.h26 u32 offset; member
/openbmc/u-boot/cmd/
H A Dw1.c46 int bus_n = 0, dev_n = 0, offset = 0, len = 512; in w1_read() local
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Demif4.c53 u32 offset = 0; in get_sdr_cs_offset() local
/openbmc/u-boot/common/spl/
H A Dspl_nand.c43 int offset, struct image_header *header) in spl_nand_load_element()
/openbmc/ipmitool/lib/
H A Dipmi_dcmi.c967 ipmi_dcmi_getassettag(struct ipmi_intf * intf, uint8_t offset, uint8_t length) in ipmi_dcmi_getassettag()
1000 uint8_t offset = 0; in ipmi_dcmi_prnt_getassettag() local
1044 ipmi_dcmi_setassettag(struct ipmi_intf * intf, uint8_t offset, uint8_t length, in ipmi_dcmi_setassettag()
1072 uint8_t offset = 0; in ipmi_dcmi_prnt_setassettag() local
1110 ipmi_dcmi_getmngctrlids(struct ipmi_intf * intf, uint8_t offset, uint8_t length) in ipmi_dcmi_getmngctrlids()
1134 uint8_t offset = 0; in ipmi_dcmi_prnt_getmngctrlids() local
1176 ipmi_dcmi_setmngctrlids(struct ipmi_intf * intf, uint8_t offset, uint8_t length, in ipmi_dcmi_setmngctrlids()
1212 uint8_t offset = 0; in ipmi_dcmi_prnt_setmngctrlids() local
1257 ipmi_dcmi_discvry_snsr(struct ipmi_intf * intf, uint8_t isnsr, uint8_t offset) in ipmi_dcmi_discvry_snsr()
1292 uint8_t offset = 0; in ipmi_dcmi_prnt_discvry_snsr() local
[all …]
/openbmc/qemu/block/
H A Discsi.c432 static bool is_byte_request_lun_aligned(int64_t offset, int64_t bytes, in is_byte_request_lun_aligned()
495 iscsi_allocmap_update(IscsiLun *iscsilun, int64_t offset, in iscsi_allocmap_update()
533 iscsi_allocmap_set_allocated(IscsiLun *iscsilun, int64_t offset, in iscsi_allocmap_set_allocated()
540 iscsi_allocmap_set_unallocated(IscsiLun *iscsilun, int64_t offset, in iscsi_allocmap_set_unallocated()
549 static void iscsi_allocmap_set_invalid(IscsiLun *iscsilun, int64_t offset, in iscsi_allocmap_set_invalid()
566 iscsi_allocmap_is_allocated(IscsiLun *iscsilun, int64_t offset, in iscsi_allocmap_is_allocated()
580 int64_t offset, int64_t bytes) in iscsi_allocmap_is_valid()
698 int64_t offset, int64_t bytes, in iscsi_co_block_status()
1144 coroutine_fn iscsi_co_pdiscard(BlockDriverState *bs, int64_t offset, in iscsi_co_pdiscard()
1214 coroutine_fn iscsi_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, in iscsi_co_pwrite_zeroes()
[all …]
H A Dparallels.c120 uint32_t index, offset; in seek_to_sector() local
152 int64_t offset = seek_to_sector(s, sector_num); in block_status() local
175 uint32_t index, uint32_t offset) in parallels_set_bat_entry()
420 int64_t offset, int64_t bytes, int64_t *pnum, 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()
/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h109 uint32_t offset; //!< Offset to the file member
287 uint32_t offset; //!< Offset to file where read starts member
307 uint32_t offset; //!< Offset to file where write starts member
446 uint32_t offset; //!< Offset to file where read starts member
601 uint32_t offset; //!< Offset to file where read/write starts member
/openbmc/u-boot/drivers/mtd/ubi/
H A Dio.c119 int ubi_io_read(const struct ubi_device *ubi, void *buf, int pnum, int offset, in ubi_io_read()
228 int ubi_io_write(struct ubi_device *ubi, const void *buf, int pnum, int offset, in ubi_io_write()
1322 int offset, int len) in self_check_write()
1387 int ubi_self_check_all_ff(struct ubi_device *ubi, int pnum, int offset, int len) in ubi_self_check_all_ff()
H A Deba.c365 void *buf, int offset, int len, int check) in ubi_eba_read_leb()
492 struct ubi_sgl *sgl, int lnum, int offset, int len, in ubi_eba_read_leb_sg()
550 const void *buf, int offset, int len) in recover_peb()
655 const void *buf, int offset, int len) in ubi_eba_write_leb()
/openbmc/u-boot/tools/
H A Dproftool.c30 unsigned long offset; member
105 unsigned long offset, start = 0; in read_system_map() local
171 static struct func_info *find_func_by_offset(uint32_t offset) in find_func_by_offset()
183 static struct func_info *find_caller_by_offset(uint32_t offset) in find_caller_by_offset()

1...<<21222324252627282930>>...62