| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | ts.c | 9 static int ts(char *p) in ts()
|
| /openbmc/qemu/net/ |
| H A D | util.c | 28 int net_parse_macaddr(uint8_t *macaddr, const char *p) in net_parse_macaddr()
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 609 const char *p; in part_parse() local 847 const char *p; in device_parse() local 1045 const char *p = id; in mtd_id_parse() local 1089 char *p = buf; in generate_mtdparts() local 1352 const char *p; local 1554 const char *p; local 1612 const char *p = ids; local 1843 struct part_info *p; local 1999 struct part_info *p; local
|
| H A D | display.c | 24 char *p = argv[i]; in do_display() local
|
| /openbmc/qemu/audio/ |
| H A D | paaudio.c | 101 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_get_buffer_in() local 129 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_put_buffer_in() local 154 PAVoiceIn *p = (PAVoiceIn *) hw; in qpa_read() local 206 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_buffer_get_free() local 235 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_get_buffer_out() local 261 PAVoiceOut *p = (PAVoiceOut *)hw; in qpa_put_buffer_out() local 283 PAVoiceOut *p = (PAVoiceOut *) hw; in qpa_write() local
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | orphan.c | 57 struct rb_node **p, *parent = NULL; in ubifs_add_orphan() local 107 struct rb_node *p; in ubifs_delete_orphan() local 504 struct rb_node **p, *parent = NULL; in insert_dead_orphan() local 739 struct rb_node *p; in dbg_find_orphan() local 761 struct rb_node **p, *parent = NULL; in dbg_ins_check_orphan() local 789 struct rb_node *p; in dbg_find_check_orphan() local
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | storagehandler.cpp | 77 static inline uint16_t getLoggingId(const std::string& p) in getLoggingId() argument 90 const std::string& p) in parseLoggingEntry() argument 119 std::string p = objPath; in selAddedCallback() local 140 std::string p = objPath; in selRemovedCallback() local 151 std::string p = m.get_path(); selUpdatedCallback() local 199 for (const auto& p : paths) initSELCache() local [all...] |
| /openbmc/phosphor-ipmi-blobs/ |
| H A D | fs.cpp | 32 for (const auto& p : fs::recursive_directory_iterator(path)) in getLibraryList() local
|
| /openbmc/phosphor-ipmi-flash/bmc/ |
| H A D | fs.cpp | 34 for (const auto& p : fs::recursive_directory_iterator(directory)) in GetJsonList() local
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_stack.h | 25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | sections.h | 33 #define dereference_function_descriptor(p) (p) argument
|
| /openbmc/u-boot/arch/arm/mach-imx/ |
| H A D | mmc_env.c | 19 struct bootrom_sw_info **p = in mmc_get_env_dev() local
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | target_os_stack.h | 25 static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p, in setup_initial_stack()
|
| /openbmc/sdbusplus/include/sdbusplus/utility/ |
| H A D | memory.hpp | 11 static inline void freep(void* p) in freep()
|
| /openbmc/u-boot/board/freescale/ls1046ardb/ |
| H A D | cpld.c | 15 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_read() local 22 void *p = (void *)CONFIG_SYS_CPLD_BASE; in cpld_write() local
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ehci.c | 448 static bool ehci_verify_qtd(EHCIPacket *p, EHCIqtd *qtd) in ehci_verify_qtd() 477 static void ehci_writeback_async_complete_packet(EHCIPacket *p) in ehci_writeback_async_complete_packet() 508 EHCIPacket *p; in ehci_alloc_packet() local 518 static void ehci_free_packet(EHCIPacket *p) in ehci_free_packet() 575 EHCIPacket *p; in ehci_cancel_queue() local 1138 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_qh_do_overlay() local 1186 static int ehci_init_transfer(EHCIPacket *p) in ehci_init_transfer() 1239 EHCIPacket *p; in ehci_async_complete_packet() local 1269 EHCIPacket *p = QTAILQ_FIRST(&q->packets); in ehci_execute_complete() local 1342 static int ehci_execute(EHCIPacket *p, const char *action) in ehci_execute() [all …]
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 243 #define outb(v, p) __raw_writeb(v, __io(p)) argument 244 #define outw(v, p) __raw_writew(cpu_to_le16(v), __io(p)) argument 245 #define outl(v, p) __raw_writel(cpu_to_le32(v), __io(p)) argument 247 #define inb(p) ({ unsigned int __v = __raw_readb(__io(p)); __v; }) argument 248 #define inw(p) ({ unsigned int __v = le16_to_cpu(__raw_readw(__io(p))); __v; }) argument 249 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; }) argument 251 #define outsb(p, d, l) writesb(__io(p), d, l) argument 252 #define outsw(p, d, l) writesw(__io(p), d, l) argument 253 #define outsl(p, d, l) writesl(__io(p), d, l) argument 255 #define insb(p, d, l) readsb(__io(p), d, l) argument [all …]
|
| /openbmc/qemu/disas/ |
| H A D | m68k.c | 574 #define NEXTBYTE(p) (p += 2, fetch_data(info, p), COERCE_SIGNED_CHAR(p[-1])) argument 578 #define NEXTWORD(p) \ argument 584 #define NEXTLONG(p) \ argument 589 #define NEXTULONG(p) \ argument 594 #define NEXTSINGLE(val, p) \ argument 599 #define NEXTDOUBLE(val, p) \ argument 604 #define NEXTEXTEND(val, p) \ argument 612 #define NEXTPACKED(p) \ argument 988 unsigned char *p, in print_indexed() 1095 unsigned char *p = p0; in print_insn_arg() local [all …]
|
| /openbmc/qemu/accel/tcg/ |
| H A D | user-exec.c | 173 static PageFlagsNode *pageflags_next(PageFlagsNode *p, vaddr start, vaddr last) in pageflags_next() 190 PageFlagsNode *p = container_of(n, PageFlagsNode, itree); in walk_memory_regions() local 236 PageFlagsNode *p = pageflags_find(address, address); in page_get_flags() local 259 PageFlagsNode *p = g_new(PageFlagsNode, 1); in pageflags_create() local 273 PageFlagsNode *p = pageflags_find(start, last); in pageflags_unset() local 367 PageFlagsNode *p; in pageflags_set_clear() local 560 PageFlagsNode *p = pageflags_find(start, last); in page_check_range() local 643 PageFlagsNode *p; in page_find_range_empty() local 670 PageFlagsNode *p; in tb_lock_page0() local 715 PageFlagsNode *p; in page_unprotect() local
|
| /openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
| H A D | test_dsp_r1_lwx.c | 7 int *p; in main() local
|
| H A D | test_dsp_r1_lbux.c | 7 int *p; in main() local
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-shmat-maps.c | 19 void *p; in main() local
|
| /openbmc/u-boot/board/socrates/ |
| H A D | sdram.c | 68 uint *p; in testdram() local
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-debuginfod | 21 p = argparse.ArgumentParser() variable
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | tach_detect.cpp | 52 for (auto& p : presence::ConfigPolicy::get()) in main() local
|