Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/qemu/tests/tcg/mips/user/ase/dsp/
H A Dtest_dsp_r1_extpdp.c6 int rt, ach, acl, dsp, pos, efi; in main() local
H A Dtest_dsp_r1_extpdpv.c6 int rt, rs, ach, acl, dsp, pos, efi; in main() local
/openbmc/phosphor-logging/
H A Dutil.cpp38 std::size_t pos = value.find_first_of('"') + 1; in getOSReleaseValue() local
202 auto pos = entryItem.find(separator); in parse() 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/hiomapd/
H A Dmtd.c18 char *ret = NULL, *pos = NULL; in get_dev_mtd() 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/qemu/replay/
H A Dreplay-audio.c40 int pos; in replay_audio_in() 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.cpp147 if (auto pos = ccin.find('\0'); pos != std::string::npos) in getCCIN() local
164 if (auto pos = sn.find('\0'); pos != std::string::npos) in getSN() 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/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() argument
1719 uint8_t pos; in vfio_msix_early_setup() local
1816 vfio_msix_setup(VFIOPCIDevice * vdev,int pos,Error ** errp) vfio_msix_setup() argument
2021 vfio_std_cap_max_size(PCIDevice * pdev,uint8_t pos) vfio_std_cap_max_size() argument
2037 vfio_ext_cap_max_size(const uint8_t * config,uint16_t pos) vfio_ext_cap_max_size() argument
2056 vfio_add_emulated_word(VFIOPCIDevice * vdev,int pos,uint16_t val,uint16_t mask) vfio_add_emulated_word() argument
2069 vfio_add_emulated_long(VFIOPCIDevice * vdev,int pos,uint32_t val,uint32_t mask) vfio_add_emulated_long() argument
2085 uint8_t *pos; vfio_pci_enable_rp_atomics() local
2144 uint8_t *pos = parent->config + parent->exp.exp_cap + PCI_EXP_DEVCAP2; vfio_pci_disable_rp_atomics() local
2152 vfio_setup_pcie_cap(VFIOPCIDevice * vdev,int pos,uint8_t size,Error ** errp) vfio_setup_pcie_cap() argument
2282 vfio_check_pcie_flr(VFIOPCIDevice * vdev,uint8_t pos) vfio_check_pcie_flr() argument
2292 vfio_check_pm_reset(VFIOPCIDevice * vdev,uint8_t pos) vfio_check_pm_reset() argument
2302 vfio_check_af_flr(VFIOPCIDevice * vdev,uint8_t pos) vfio_check_af_flr() argument
2312 vfio_add_vendor_specific_cap(VFIOPCIDevice * vdev,int pos,uint8_t size,Error ** errp) vfio_add_vendor_specific_cap() argument
2334 vfio_add_std_cap(VFIOPCIDevice * vdev,uint8_t pos,Error ** errp) vfio_add_std_cap() argument
2421 vfio_setup_rebar_ecap(VFIOPCIDevice * vdev,uint16_t pos) vfio_setup_rebar_ecap() argument
[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/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/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/include/dm/
H A Duclass.h378 #define uclass_foreach_dev(pos, uc) \ argument
393 #define uclass_foreach_dev_safe(pos, next, uc) \ argument
/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/phosphor-host-ipmid/include/ipmid/
H A Dsessionhelper.hpp42 std::size_t pos = sessionIdString.rfind("_"); in parseCloseSessionInputPayload() local
/openbmc/u-boot/test/
H A Dprint_ut.c25 u8 *pos = buf; in efi_ut_print() local

12345678910>>...12