| /openbmc/u-boot/include/linux/ | 
| H A D | list.h | 356 #define list_for_each(pos, head) \  argument370 #define __list_for_each(pos, head) \  argument
 378 #define list_for_each_prev(pos, head) \  argument
 388 #define list_for_each_safe(pos, n, head) \  argument
 398 #define list_for_each_prev_safe(pos, n, head) \  argument
 409 #define list_for_each_entry(pos, head, member)				\  argument
 420 #define list_for_each_entry_reverse(pos, head, member)			\  argument
 433 #define list_prepare_entry(pos, head, member) \  argument
 445 #define list_for_each_entry_continue(pos, head, member) 		\  argument
 459 #define list_for_each_entry_continue_reverse(pos, head, member)		\  argument
 [all …]
 
 | 
| /openbmc/u-boot/drivers/mtd/nand/ | 
| H A D | core.c | 24 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos)  in nanddev_isbad()63 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos)  in nanddev_markbad()
 104 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos)  in nanddev_isreserved()
 128 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos)  in nanddev_erase()
 158 	struct nand_pos pos, last;  in nanddev_mtd_erase()  local
 
 | 
| H A D | bbt.c | 79 	unsigned long *pos = nand->bbt.cache +  in nanddev_bbt_get_block_status()  local112 	unsigned long *pos = nand->bbt.cache +  in nanddev_bbt_set_block_status()  local
 
 | 
| /openbmc/u-boot/fs/yaffs2/ | 
| H A D | yaffs_nameval.c | 35 	int pos = 0;  in nval_find()  local59 	int pos = 0;  in nval_used()  local
 75 	int pos = nval_find(xb, xb_size, name, NULL);  in nval_del()  local
 92 	int pos;  in nval_set()  local
 132 	int pos = nval_find(xb, xb_size, name, NULL);  in nval_get()  local
 169 	int pos = 0;  in nval_list()  local
 
 | 
| /openbmc/u-boot/lib/efi_selftest/ | 
| H A D | efi_selftest_console.c | 27 	u16 *pos = *buf;  in mac()  local57 	u16 *pos = *buf;  in pointer()  local
 80 	u16 *pos = *buf;  in uint2dec()  local
 121 	u16 *pos = *buf;  in int2dec()  local
 145 	u16 *pos = buf;  in efi_st_printc()  local
 
 | 
| /openbmc/qemu/hw/xen/ | 
| H A D | xen-host-pci-device.c | 276                                     int pos, void *buf, int len)  in xen_host_pci_config_read()290                                      int pos, const void *buf, int len)  in xen_host_pci_config_write()
 304 int xen_host_pci_get_byte(XenHostPCIDevice *d, int pos, uint8_t *p)  in xen_host_pci_get_byte()
 314 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p)  in xen_host_pci_get_word()
 324 int xen_host_pci_get_long(XenHostPCIDevice *d, int pos, uint32_t *p)  in xen_host_pci_get_long()
 334 int xen_host_pci_get_block(XenHostPCIDevice *d, int pos, uint8_t *buf, int len)  in xen_host_pci_get_block()
 339 int xen_host_pci_set_byte(XenHostPCIDevice *d, int pos, uint8_t data)  in xen_host_pci_set_byte()
 344 int xen_host_pci_set_word(XenHostPCIDevice *d, int pos, uint16_t data)  in xen_host_pci_set_word()
 350 int xen_host_pci_set_long(XenHostPCIDevice *d, int pos, uint32_t data)  in xen_host_pci_set_long()
 356 int xen_host_pci_set_block(XenHostPCIDevice *d, int pos, uint8_t *buf, int len)  in xen_host_pci_set_block()
 [all …]
 
 | 
| /openbmc/u-boot/tools/ | 
| H A D | atmelimage.c | 57 	size_t pos;  in atmel_find_pmecc_parameter_in_token()  local118 	size_t pos;  in atmel_verify_header()  local
 188 	size_t pos;  in atmel_print_header()  local
 212 	size_t pos = 5;  in atmel_set_header()  local
 244 	size_t pos;  in atmel_vrec_header()  local
 
 | 
| /openbmc/u-boot/test/ | 
| H A D | unicode_ut.c | 160 	char *pos;  in unicode_test_utf8_put()  local251 	u16 *pos;  in unicode_test_utf8_utf16_strcpy()  local
 296 	u16 *pos;  in unicode_test_utf8_utf16_strncpy()  local
 366 	u16 *pos;  in unicode_test_utf16_put()  local
 440 	char *pos;  in unicode_test_utf16_utf8_strcpy()  local
 485 	char *pos;  in unicode_test_utf16_utf8_strncpy()  local
 
 | 
| /openbmc/u-boot/scripts/dtc/ | 
| H A D | srcpos.c | 212 void srcpos_update(struct srcpos *pos, const char *text, int len)  in srcpos_update()234 srcpos_copy(struct srcpos *pos)  in srcpos_copy()
 245 srcpos_string(struct srcpos *pos)  in srcpos_string()
 269 void srcpos_verror(struct srcpos *pos, const char *prefix,  in srcpos_verror()
 283 void srcpos_error(struct srcpos *pos, const char *prefix,  in srcpos_error()
 
 | 
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ | 
| H A D | mp.c | 181 static int is_pos_valid(unsigned int pos)  in is_pos_valid()189 	int pos = id_to_core(cpu_id);  in is_core_online()  local
 237 	int pos;  in cpu_status()  local
 264 	int pos;  in cpu_release()  local
 
 | 
| /openbmc/qemu/hw/uefi/ | 
| H A D | var-service-utils.c | 25     size_t pos = 0;  in uefi_str_is_valid()  local52     size_t pos = 0;  in uefi_strlen()  local
 69     size_t pos = 0;  in uefi_str_equal_ex()  local
 
 | 
| /openbmc/phosphor-bmc-code-mgmt/bmc/ | 
| H A D | version.cpp | 141             std::size_t pos = line.find_first_of('"') + 1;  in getBMCMachine()  local170             std::size_t pos = extendedVersionValue.find_first_of('"') + 1;  in getBMCExtendedVersion()  local
 202             std::size_t pos = versionValue.find_first_of('"') + 1;  in getBMCVersion()  local
 
 | 
| /openbmc/openpower-proc-control/ | 
| H A D | targeting.cpp | 48 std::unique_ptr<Target>& Targeting::getTarget(size_t pos)  in getTarget()80                 auto pos = atoi(match[1].str().c_str());  in Targeting()  local
 
 | 
| /openbmc/u-boot/include/linux/mtd/ | 
| H A D | nand.h | 97 	struct nand_pos pos;  member428 					       struct nand_pos *pos)  in nanddev_offs_to_pos()
 482 					 const struct nand_pos *pos)  in nanddev_pos_to_offs()
 507 					      const struct nand_pos *pos)  in nanddev_pos_to_row()
 523 					   struct nand_pos *pos)  in nanddev_pos_next_target()
 541 					struct nand_pos *pos)  in nanddev_pos_next_lun()
 561 					       struct nand_pos *pos)  in nanddev_pos_next_eraseblock()
 580 					 struct nand_pos *pos)  in nanddev_pos_next_page()
 713 						    const struct nand_pos *pos)  in nanddev_bbt_pos_to_entry()
 
 | 
| /openbmc/u-boot/drivers/gpio/ | 
| H A D | sh_pfc.c | 72 	unsigned long pos;  in gpio_read_bit()  local86 	unsigned long pos;  in gpio_write_bit()  local
 134 	unsigned long mask, pos;  in read_config_reg()  local
 150 	unsigned long mask, pos, data;  in write_config_reg()  local
 251 	int k, m, n, pos, bit_pos;  in get_config_reg()  local
 291 			    int pos, pinmux_enum_t *enum_idp)  in get_gpio_enum_id()
 328 	int in_range, pos, field, value;  in pinmux_config_gpio()  local
 
 | 
| /openbmc/qemu/hw/pci/ | 
| H A D | pcie.c | 223     int pos;  in pcie_cap_init()  local260     int pos;  in pcie_cap_v1_init()  local
 330     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_get_type()  local
 338     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_get_version()  local
 363     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_deverr_init()  local
 384     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_lnkctl_init()  local
 398     uint32_t pos = dev->exp.exp_cap;  in hotplug_event_update_event_status()  local
 670     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_slot_init()  local
 791     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_slot_get()  local
 823     uint32_t pos = dev->exp.exp_cap;  in pcie_cap_slot_write_config()  local
 [all …]
 
 | 
| /openbmc/slpd-lite/ | 
| H A D | slp_parser.cpp | 121     uint32_t pos = slp::header::MIN_LEN + req.header.langtagLen;  in parseSrvTypeRqst()  local236     uint32_t pos = slp::header::MIN_LEN + req.header.langtagLen;  in parseSrvRqst()  local
 
 | 
| /openbmc/u-boot/drivers/core/ | 
| H A D | device-remove.c | 22 	struct udevice *pos, *n;  in device_chld_unbind()  local42 	struct udevice *pos, *n;  in device_chld_remove()  local
 
 | 
| /openbmc/qemu/hw/pci-host/ | 
| H A D | xen_igd_pt.c | 49 static void host_pci_config_read(int pos, int len, uint32_t *val, Error **errp)  in host_pci_config_read()85     int pos, len;  in igd_pt_i440fx_realize()  local
 
 | 
| /openbmc/telemetry/src/utils/ | 
| H A D | to_short_enum.hpp | 10     auto pos = name.find_last_of(".");  in toShortEnum()  local
 | 
| /openbmc/u-boot/drivers/video/ | 
| H A D | efi.c | 15 	u8 pos;  member29 static void efi_find_pixel_bits(u32 mask, u8 *pos, u8 *size)  in efi_find_pixel_bits()
 
 | 
| /openbmc/obmc-console/ | 
| H A D | util.c | 24 	size_t pos;  in write_buf_to_fd()  local
 | 
| /openbmc/u-boot/fs/ubifs/ | 
| H A D | lpt.c | 228 static void pack_bits(uint8_t **addr, int *pos, uint32_t val, int nrbits)  in pack_bits()278 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits)  in ubifs_unpack_bits()
 349 	int i, pos = 0;  in ubifs_pack_pnode()  local
 382 	int i, pos = 0;  in ubifs_pack_nnode()  local
 414 	int i, pos = 0;  in ubifs_pack_ltab()  local
 438 	int i, pos = 0;  in ubifs_pack_lsave()  local
 911 	int pos = 0;  in check_lpt_crc()  local
 937 			  int *pos, int type)  in check_lpt_type()
 963 	int i, pos = 0, err;  in unpack_pnode()  local
 1000 	int i, pos = 0, err;  in ubifs_unpack_nnode()  local
 [all …]
 
 | 
| /openbmc/qemu/tests/tcg/mips/user/ase/dsp/ | 
| H A D | test_dsp_r1_extpdp.c | 6     int rt, ach, acl, dsp, pos, efi;  in main()  local
 | 
| /openbmc/u-boot/drivers/input/ | 
| H A D | key_matrix.c | 59 	int pos;  in key_matrix_decode()  local108 			    int map_keycode, int *pos)  in create_keymap()
 
 |