/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-2.c | 89 void *p = mmap(0, getpagesize(), in main() local
|
/openbmc/qemu/hw/core/ |
H A D | qdev-fw.c | 63 static int qdev_get_fw_dev_path_helper(DeviceState *dev, char *p, int size) in qdev_get_fw_dev_path_helper()
|
/openbmc/phosphor-event/ |
H A D | message.hpp | 23 uint8_t *p; member
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci.h | 23 #define HC_LENGTH(p) (((p) >> 0) & 0x00ff) argument 24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) argument 26 #define HCS_PPC(p) ((p) & (1 << 4)) argument 27 #define HCS_INDICATOR(p) ((p) & (1 << 16)) /* Port indicators */ argument 28 #define HCS_N_PORTS(p) (((p) >> 0) & 0xf) argument 61 #define TXFIFO_THRESH(p) ((p & 0x3f) << 16) argument
|
/openbmc/qemu/util/ |
H A D | qht.c | 568 void *p = qatomic_rcu_read(&b->pointers[i]); in qht_do_lookup() local 628 struct qht_bucket *head, void *p, uint32_t hash, in qht_insert__locked() 694 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() 781 bool qht_remove__locked(struct qht_bucket *head, const void *p, uint32_t hash) in qht_remove__locked() 806 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove() 905 static void qht_map_copy(void *p, uint32_t hash, void *userp) in qht_map_copy()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-uas.c | 362 USBPacket *p; in usb_uas_send_status_bh() local 387 USBPacket *p = uas_using_streams(uas) ? in usb_uas_queue_status() local 484 USBPacket *p; in usb_uas_complete_data_packet() local 651 static void usb_uas_handle_control(USBDevice *dev, USBPacket *p, in usb_uas_handle_control() 665 static void usb_uas_cancel_io(USBDevice *dev, USBPacket *p) in usb_uas_cancel_io() 817 static void usb_uas_handle_data(USBDevice *dev, USBPacket *p) in usb_uas_handle_data()
|
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 449 static void pixel_a232_to_rgb(uint32_t pixel, rgba *p) in pixel_a232_to_rgb() 462 static void pixel_1555_to_rgb(uint32_t pixel, rgba *p) in pixel_1555_to_rgb() 475 static int put_pixel_ifb(const rgba p, uint8_t *d) in put_pixel_ifb() 484 static int get_pixel_ifb(const uint8_t *s, rgba *p) in get_pixel_ifb() 850 rgba p, p_old; in draw_line_mapcolor() local 868 static int put_to_qemufb_pixel8(const rgba p, uint8_t *d) in put_to_qemufb_pixel8() 875 static int put_to_qemufb_pixel15(const rgba p, uint8_t *d) in put_to_qemufb_pixel15() 882 static int put_to_qemufb_pixel16(const rgba p, uint8_t *d) in put_to_qemufb_pixel16() 889 static int put_to_qemufb_pixel24(const rgba p, uint8_t *d) in put_to_qemufb_pixel24() 898 static int put_to_qemufb_pixel32(const rgba p, uint8_t *d) in put_to_qemufb_pixel32() [all …]
|
/openbmc/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 339 lsi_request *p; in get_pending_req() local 529 lsi_request *p; in lsi_update_irq() local 679 lsi_request *p = s->current; in lsi_queue_command() local 703 static void lsi_reselect(LSIState *s, lsi_request *p) in lsi_reselect() 735 lsi_request *p; in lsi_find_by_tag() local 746 static void lsi_request_free(LSIState *s, lsi_request *p) in lsi_request_free() 759 lsi_request *p = req->hba_private; in lsi_request_cancelled() local 770 lsi_request *p = req->hba_private; in lsi_queue_req() local 985 lsi_request *current_req, *p, *p_next; in lsi_do_msgout() local 1130 lsi_request *p; in lsi_wait_reselect() local [all …]
|
/openbmc/phosphor-led-sysfs/ |
H A D | physical.cpp | 121 auto p = static_cast<unsigned long>(period()); in blinkOperation() local
|
/openbmc/u-boot/board/compulab/cm_t43/ |
H A D | cm_t43.c | 26 struct pmic *p; in power_init_board() local
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | fastmap.c | 188 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in add_vol() local 237 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in assign_aeb_to_av() local 276 struct rb_node **p = &av->root.rb_node, *parent = NULL; in update_vol() local 373 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL; in process_pool_aeb() local
|
H A D | wl.c | 146 struct rb_node **p, *parent = NULL; in wl_tree_add() local 243 struct rb_node *p; in in_wl_tree() local 305 struct rb_node *p; in find_wl_entry() local 1774 struct ubi_wl_entry *p; local
|
/openbmc/u-boot/drivers/misc/ |
H A D | atsha204a-i2c.c | 179 u8 *p = (u8 *) resp; in atsha204a_recv_resp() local 300 u8 *p = (u8 *) req; in atsha204a_req_crc32() local
|
H A D | cros_ec_spi.c | 87 uint8_t *p; in cros_ec_spi_command() local
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | common.c | 163 struct i2c_pads_info *p; in setup_ventana_i2c() local 1561 struct pmic *p; in setup_pmic() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | data.c | 120 struct data data_append_data(struct data d, const void *p, int len) in data_append_data() 129 const void *p, int len) in data_insert_at_marker()
|
/openbmc/qemu/scsi/ |
H A D | pr-manager-helper.c | 151 pr_manager_helper_run(PRManager * p,int fd,struct sg_io_hdr * io_hdr) pr_manager_helper_run() argument 251 pr_manager_helper_is_connected(PRManager * p) pr_manager_helper_is_connected() argument
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | sclp.c | 69 const char *p = str; in write() local
|
/openbmc/u-boot/drivers/ata/ |
H A D | libata.c | 64 unsigned char *p; in ata_id_c_string() local
|
/openbmc/u-boot/drivers/phy/ |
H A D | msm8916-usbh-phy.c | 51 struct msm_phy_priv *p = dev_get_priv(phy->dev); in msm_phy_reset() local
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sequencer.c | 625 u32 i, p; in scc_mgr_apply_group_dq_in_delay() local 1594 u32 *i, u32 *p) in sdr_find_phase() 1630 u32 *p, u32 *i) in sdr_working_phase() 1661 static void sdr_backup_phase(const u32 grp, u32 *work_bgn, u32 *p) in sdr_backup_phase() 1709 static int sdr_nonworking_phase(const u32 grp, u32 *work_end, u32 *p, u32 *i) in sdr_nonworking_phase() 1744 int i, p, d; in sdr_find_window_center() local 1807 u32 d, p, i; in rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() local 2327 int shift_dq, i, p; in center_dq_windows() local 2584 u32 i, p, d, r; in rw_mgr_mem_calibrate_dqs_enable_calibration() local 2684 u32 p, d; in rw_mgr_mem_calibrate_vfifo() local
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 329 const char *p; member 925 char *p = simple_itoa(i); in b_adduint() local 1266 char *p; local 1542 char *p; local 1554 char *p; local 1938 char **p; local 2703 FILE *p; local 2770 char *p; local 3263 char *p = NULL; local 3335 void *p = NULL; local [all …]
|
/openbmc/u-boot/board/freescale/mpc8572ds/ |
H A D | mpc8572ds.c | 134 void *p = pci_mem_to_virt(PCI_BDF(uli_busno, 0x1d, 0), in pci_init_board() local
|
/openbmc/qemu/tests/bench/ |
H A D | qht-bench.c | 164 long *p; in do_rw() local 207 static void *thread_func(void *p) in thread_func() 355 long *p; in htable_init() local
|
/openbmc/phosphor-pid-control/pid/ |
H A D | zone.cpp | 372 for (auto& p : _thermals) in determineMaxSetPointRequest() local 554 for (auto& p : _fans) in processFans() local 568 for (auto& p : _thermals) in processThermals() local
|