Home
last modified time | relevance | path

Searched defs:pos (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/openbmc/qemu/util/
H A Dhbitmap.c109 size_t pos = hbi->pos; in hbitmap_iter_skip_words() local
172 uint64_t pos; in hbitmap_iter_init() local
222 size_t pos = (start >> hb->granularity) >> BITS_PER_LEVEL; in hbitmap_next_zero() local
390 size_t pos; in hb_count_between() local
434 size_t pos = start >> BITS_PER_LEVEL; in hb_set_between() local
512 size_t pos = start >> BITS_PER_LEVEL; in hb_reset_between() local
620 uint64_t pos = item >> hb->granularity; in hbitmap_get() local
/openbmc/u-boot/cmd/
H A Dconsole.c19 struct list_head *pos; in do_coninfo() local
H A Dgpt.c180 struct list_head *pos = &disk_partitions; in del_gpt_info() local
229 struct list_head *pos; in print_gpt_info() local
268 struct list_head *pos; in create_gpt_partitions_list() local
653 struct list_head *pos; in do_rename_gpt_parts() local
/openbmc/phosphor-mboxd/
H A Dmtd.c18 char *ret = NULL, *pos = NULL; in get_dev_mtd() local
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A Dtest_dsp_r1_extpdpv.c6 int rt, rs, ach, acl, dsp, pos, efi; in main() local
/openbmc/hiomapd/
H A Dmtd.c18 char *ret = NULL, *pos = NULL; in get_dev_mtd() local
/openbmc/phosphor-logging/
H A Dutil.cpp50 std::size_t pos = value.find_first_of('"') + 1; in getOSReleaseValue() local
211 auto pos = entryItem.find(separator); in parse() local
/openbmc/qemu/replay/
H A Dreplay-audio.c40 int pos; in replay_audio_in() local
/openbmc/u-boot/scripts/kconfig/
H A Dlist.h49 #define list_for_each_entry(pos, head, member) \ argument
61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
H A Dmconf.c323 struct subtitle_list *pos, *tmp; in set_subtitle() local
348 struct subtitle_list *pos, *tmp; in reset_subtitle() local
367 struct jump_key *pos; in update_text() local
442 struct jump_key *pos, *tmp; in search_conf() local
/openbmc/openpower-proc-control/procedures/common/
H A Dcfam_overrides.cpp31 size_t pos = 0; in CFAMOverride() local
/openbmc/obmc-console/test/
H A Dtest-ringbuffer-boundary-read.c16 size_t pos; in test_boundary_read() local
/openbmc/u-boot/fs/sandbox/
H A Dsandboxfs.c19 int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_read_at()
56 int sandbox_fs_write_at(const char *filename, loff_t pos, void *buffer, in sandbox_fs_write_at()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.cpp159 if (auto pos = ccin.find('\0'); pos != std::string::npos) in getCCIN() local
176 if (auto pos = sn.find('\0'); pos != std::string::npos) in getSN() local
/openbmc/u-boot/fs/jffs2/
H A Dcompr_rtime.c56 int pos; in rtime_decompress() local
/openbmc/qemu/hw/vfio/
H A Dpci.c1504 static bool vfio_msi_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msi_setup()
1719 uint8_t pos; in vfio_msix_early_setup() local
1816 static bool vfio_msix_setup(VFIOPCIDevice *vdev, int pos, Error **errp) in vfio_msix_setup()
2021 static uint8_t vfio_std_cap_max_size(PCIDevice *pdev, uint8_t pos) in vfio_std_cap_max_size()
2037 static uint16_t vfio_ext_cap_max_size(const uint8_t *config, uint16_t pos) in vfio_ext_cap_max_size()
2056 static void vfio_add_emulated_word(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_word()
2069 static void vfio_add_emulated_long(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_long()
2085 uint8_t *pos; in vfio_pci_enable_rp_atomics() local
2144 uint8_t *pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; in vfio_pci_disable_rp_atomics() local
2152 static bool vfio_setup_pcie_cap(VFIOPCIDevice *vdev, int pos, uint8_t size, in vfio_setup_pcie_cap()
[all …]
/openbmc/u-boot/drivers/w1-eeprom/
H A Dds2502.c60 int bytes_in_page, int pos, in ds2502_read()
188 int pos; in ds2502_read_buf() local
/openbmc/qemu/include/qemu/
H A Dhbitmap.h43 size_t pos; member
/openbmc/u-boot/drivers/spi/
H A Dspi-mem-nodm.c12 unsigned int pos = 0; in spi_mem_exec_op() local
/openbmc/u-boot/drivers/video/
H A Dsandbox_osd.c45 int pos; in sandbox_osd_set_mem() local
95 int pos; in sandbox_osd_print() local
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dcore.c408 const struct nand_pos *pos) in spinand_erase_op()
651 static bool spinand_isbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_isbad()
684 struct nand_pos pos; in spinand_mtd_block_isbad() local
698 static int spinand_markbad(struct nand_device *nand, const struct nand_pos *pos) in spinand_markbad()
732 struct nand_pos pos; in spinand_mtd_block_markbad() local
746 static int spinand_erase(struct nand_device *nand, const struct nand_pos *pos) in spinand_erase()
796 struct nand_pos pos; in spinand_mtd_block_isreserved() local
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dsessionhelper.hpp42 std::size_t pos = sessionIdString.rfind("_"); in parseCloseSessionInputPayload() local
/openbmc/pldm/oem/ampere/event/
H A Dcper.cpp120 long pos = basePos + secDesc->SectionOffset; in decodeCperSection() local
157 long pos = sizeof(CommonEventData); in decodeCperRecord() local
/openbmc/u-boot/include/dm/
H A Duclass.h378 #define uclass_foreach_dev(pos, uc) \ argument
393 #define uclass_foreach_dev_safe(pos, next, uc) \ argument
/openbmc/u-boot/test/
H A Dprint_ut.c25 u8 *pos = buf; in efi_ut_print() local

12345678910>>...12