Home
last modified time | relevance | path

Searched defs:p (Results 301 – 325 of 1015) sorted by relevance

1...<<11121314151617181920>>...41

/openbmc/qemu/tests/tcg/s390x/
H A Dmvc-smc.c19 static int emit_function(unsigned char *p, int n) in emit_function()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dzynq_nand.c427 u8 *p; in zynq_nand_read_oob() local
487 u8 *p; in zynq_nand_read_page_raw() local
535 u8 *p; in zynq_nand_write_page_raw() local
567 const u8 *p = buf; in zynq_nand_write_page_hwecc() local
627 const u8 *p = buf; in zynq_nand_write_page_swecc() local
658 u8 *p = buf; in zynq_nand_read_page_hwecc() local
731 u8 *p = buf; in zynq_nand_read_page_swecc() local
H A Dnand_base.c264 u16 *p = (u16 *) buf; in ioread16_rep() local
273 u16 *p = (u16 *) buf; in iowrite16_rep() local
320 u16 *p = (u16 *) buf; in nand_write_buf16() local
336 u16 *p = (u16 *) buf; in nand_read_buf16() local
1287 uint8_t *p = buf; in nand_read_page_swecc() local
1333 uint8_t *p; in nand_read_subpage() local
1437 uint8_t *p = buf; in nand_read_page_hwecc() local
1499 uint8_t *p = buf; in nand_read_page_hwecc_oob_first() local
1558 uint8_t *p = buf; in nand_read_page_syndrome() local
2224 const uint8_t *p = buf; in nand_write_page_swecc() local
[all …]
/openbmc/qemu/hw/ide/
H A Dcore.c108 static void put_le16(uint16_t *p, unsigned int v) in put_le16()
115 uint16_t *p = (uint16_t *)s->identify_data; in ide_identify_size() local
130 uint16_t *p; in ide_identify() local
245 uint16_t *p; in ide_atapi_identify() local
313 uint16_t *p = (uint16_t *)s->identify_data; in ide_cfata_identify_size() local
322 uint16_t *p; in ide_cfata_identify() local
1140 uint16_t *p; in ide_cfata_metadata_inquiry() local
1158 uint16_t *p; in ide_cfata_metadata_read() local
2400 uint8_t *p; in ide_data_writew() local
2436 uint8_t *p; in ide_data_readw() local
[all …]
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c583 struct dialog_list *p, *next; in item_reset() local
596 struct dialog_list *p = malloc(sizeof(*p)); in item_make() local
659 struct dialog_list *p; in item_count() local
677 struct dialog_list *p; in item_n() local
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h86 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent()
92 struct rb_node *p, int color) in rb_set_parent_color()
H A Dcompiler.h216 void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size()
229 void __read_once_size_nocheck(const volatile void *p, void *res, int size) in __read_once_size_nocheck()
235 void __read_once_size_nocheck(const volatile void *p, void *res, int size) in __read_once_size_nocheck()
241 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
544 #define lockless_dereference(p) \ argument
/openbmc/u-boot/drivers/fpga/
H A Dzynqmppl.c53 int p; in load_word() local
105 u32 word, p = 0; /* possition */ in check_data() local
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c417 struct pmic *p = pmic_get("MAX8997_PMIC"); in lcd_power() local
441 struct pmic *p = pmic_get("MAX8997_PMIC"); in mipi_power() local
/openbmc/phosphor-debug-collector/
H A Ddump_manager_bmc.cpp270 for (const auto& p : std::filesystem::directory_iterator(dir)) in restore() local
309 for (const auto& p : std::filesystem::recursive_directory_iterator(dir)) in getDirectorySize() local
/openbmc/libpldm/src/
H A Dutils.c98 const uint8_t *p = data; in pldm_edac_crc32_extend() local
118 const uint8_t *p = data; in pldm_edac_crc8() local
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c90 u32 *p; in dump_buf() local
/openbmc/u-boot/include/
H A Dusbdevice.h50 #define inb(p) (*(volatile u8*)(p)) argument
54 #define outb(val,p) (*(volatile u8*)(p) = (val)) argument
58 #define inw(p) (*(volatile u16*)(p)) argument
62 #define outw(val,p) (*(volatile u16*)(p) = (val)) argument
66 #define inl(p) (*(volatile u32*)(p)) argument
70 #define outl(val,p) (*(volatile u32*)(p) = (val)) argument
74 #define insw(p,to,len) mmio_insw(p,to,len) argument
78 #define outsw(p,from,len) mmio_outsw(p,from,len) argument
82 #define insb(p,to,len) mmio_insb(p,to,len) argument
/openbmc/u-boot/lib/libfdt/
H A Dfdt_ro.c20 const char *p = fdt_offset_ptr(fdt, offset + FDT_TAGSIZE, len+1); in _fdt_nodename_eq() local
45 const char *p = fdt_string(fdt, stroffset); in _fdt_string_eq() local
164 const char *p = path; in fdt_path_offset_namelen() local
370 int pdepth = 0, p = 0; in fdt_get_path() local
532 const char *p; in fdt_stringlist_contains() local
/openbmc/u-boot/scripts/kconfig/
H A Dconfdata.c126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val()
252 char *p, *p2; in conf_read_simple() local
509 const char *p = value; in kconfig_print_comment() local
581 const char *p = value; in header_print_comment() local
1133 int n, p[3]; in conf_set_all_new_symbols() local
/openbmc/qemu/scripts/qemugdb/
H A Dmtree.py19 def int128(p): argument
/openbmc/openbmc-tools/altitude/
H A Daltitude29 def Hp(p): argument
/openbmc/qemu/contrib/plugins/
H A Dexeclog.c334 #define g_pattern_spec_match_string(p, s) g_pattern_spec_match_string_qemu(p, s) argument
349 for (int p = 0; p < rmatches->len; p++) { in registers_init() local
400 static void plugin_exit(qemu_plugin_id_t id, void *p) in plugin_exit()
/openbmc/u-boot/lib/
H A Dsmbios.c32 char *p = start; in smbios_add_string() local
62 char *p = start; in smbios_string_table_len() local
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfdt.c231 void *p; in _fdt_fixup_msi_node() local
309 void *p; in _fdt_fixup_pci_msi() local
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c203 const char *p; in fdt_find_add_string_() local
259 char *p = (char *)fdt; in fdt_finish() local
/openbmc/u-boot/drivers/input/
H A Di8042.c20 #define in8(p) inb(p) argument
21 #define out8(p, v) outb(v, p) argument
/openbmc/phosphor-psu-code-mgmt/src/
H A Dactivation.cpp205 for (const auto& p : psuPaths) in startActivation() local
427 auto p = service.find('@'); in getUpdateService() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio.c111 void *p = (void *) info->queue; in vring_init() local
141 void vring_send_buf(VRing *vr, void *p, int len, int flags) in vring_send_buf()
/openbmc/phosphor-fan-presence/presence/
H A Djson_parser.cpp66 for (auto& p : _policies) in start() local
90 for (auto& p : _policies) in sighupHandler() local

1...<<11121314151617181920>>...41