| /openbmc/qemu/hw/misc/ | 
| H A D | exynos4210_clk.c | 68     const Exynos4210ClkState *s = (Exynos4210ClkState *)opaque;  in exynos4210_clk_read()  local86     Exynos4210ClkState *s = (Exynos4210ClkState *)opaque;  in exynos4210_clk_write()  local
 114     Exynos4210ClkState *s = EXYNOS4210_CLK(dev);  in exynos4210_clk_reset()  local
 125     Exynos4210ClkState *s = EXYNOS4210_CLK(obj);  in exynos4210_clk_init()  local
 
 | 
| H A D | mips_itu.c | 142 static inline uint32_t get_num_cells(MIPSITUState *s)  in get_num_cells()152 static inline int get_cell_stride_shift(const MIPSITUState *s)  in get_cell_stride_shift()
 158 static inline ITCStorageCell *get_cell(MIPSITUState *s,  in get_cell()
 378     MIPSITUState *s = (MIPSITUState *)opaque;  in itc_storage_read()  local
 425     MIPSITUState *s = (MIPSITUState *)opaque;  in itc_storage_write()  local
 479 static void itc_reset_cells(MIPSITUState *s)  in itc_reset_cells()
 495     MIPSITUState *s = MIPS_ITU(obj);  in mips_itu_init()  local
 507     MIPSITUState *s = MIPS_ITU(dev);  in mips_itu_realize()  local
 525     MIPSITUState *s = MIPS_ITU(dev);  in mips_itu_reset()  local
 
 | 
| H A D | pvpanic-isa.c | 41     PVPanicISAState *s = PVPANIC_ISA_DEVICE(obj);  in pvpanic_isa_initfn()  local49     PVPanicISAState *s = PVPANIC_ISA_DEVICE(dev);  in pvpanic_isa_realizefn()  local
 69     PVPanicISAState *s = PVPANIC_ISA_DEVICE(adev);  in build_pvpanic_isa_aml()  local
 
 | 
| /openbmc/openpower-hw-diags/test/ | 
| H A D | test-pll-unlock.cpp | 42     std::string s{};  in TEST()  local109     std::string s{};  in TEST()  local
 178     std::string s{};  in TEST()  local
 244     std::string s{};  in TEST()  local
 322     std::string s{};  in TEST()  local
 
 | 
| /openbmc/qemu/hw/dma/ | 
| H A D | pl330.c | 341 static void pl330_fifo_init(PL330Fifo *s, uint32_t size)  in pl330_fifo_init()350 static inline int pl330_fifo_inc(PL330Fifo *s, int x)  in pl330_fifo_inc()
 357 static inline int pl330_fifo_num_free(PL330Fifo *s)  in pl330_fifo_num_free()
 368 static int pl330_fifo_push(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag)  in pl330_fifo_push()
 390 static int pl330_fifo_get(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag)  in pl330_fifo_get()
 412 static inline void pl330_fifo_reset(PL330Fifo *s)  in pl330_fifo_reset()
 422 static inline uint8_t pl330_fifo_tag(PL330Fifo *s)  in pl330_fifo_tag()
 429 static int pl330_fifo_has_tag(PL330Fifo *s, uint8_t tag)  in pl330_fifo_has_tag()
 445 static void pl330_fifo_tagged_remove(PL330Fifo *s, uint8_t tag)  in pl330_fifo_tagged_remove()
 484 static void pl330_queue_reset(PL330Queue *s)  in pl330_queue_reset()
 [all …]
 
 | 
| /openbmc/qemu/block/ | 
| H A D | null.c | 84     BDRVNullState *s = bs->opaque;  in null_open()  local105     BDRVNullState *s = bs->opaque;  in null_co_getlength()  local
 111     BDRVNullState *s = bs->opaque;  in null_co_common()  local
 124     BDRVNullState *s = bs->opaque;  in null_co_preadv()  local
 175     BDRVNullState *s = bs->opaque;  in null_aio_common()  local
 198     BDRVNullState *s = bs->opaque;  in null_aio_preadv()  local
 235     BDRVNullState *s = bs->opaque;  in null_co_block_status()  local
 
 | 
| /openbmc/qemu/hw/intc/ | 
| H A D | omap_intc.c | 61 static void omap_inth_sir_update(OMAPIntcState *s, int is_fiq)  in omap_inth_sir_update()  argument89 static inline void omap_inth_update(OMAPIntcState *s, int is_fiq)  in omap_inth_update()
 137     OMAPIntcState *s = opaque;  in omap_inth_read()  local
 215     OMAPIntcState *s = opaque;  in omap_inth_write()  local
 317     OMAPIntcState *s = OMAP_INTC(dev);  in omap_inth_reset()  local
 347     OMAPIntcState *s = OMAP_INTC(obj);  in omap_intc_init()  local
 361     OMAPIntcState *s = OMAP_INTC(dev);  in omap_intc_realize()  local
 
 | 
| /openbmc/qemu/hw/timer/ | 
| H A D | slavio_timer.c | 75     SLAVIO_TIMERState *s;  member99     SLAVIO_TIMERState *s = tc->s;  in slavio_timer_is_user()  local
 127     SLAVIO_TIMERState *s = tc->s;  in slavio_timer_irq()  local
 146     SLAVIO_TIMERState *s = tc->s;  in slavio_timer_mem_readl()  local
 206     SLAVIO_TIMERState *s = tc->s;  in slavio_timer_mem_writel()  local
 371     SLAVIO_TIMERState *s = SLAVIO_TIMER(d);  in slavio_timer_reset()  local
 394     SLAVIO_TIMERState *s = SLAVIO_TIMER(obj);  in slavio_timer_init()  local
 
 | 
| /openbmc/boost-dbus/test/ | 
| H A D | avahi.cpp | 74       [&](boost::system::error_code ec, dbus::message s) {  in TEST()134   f.async_dispatch([&](boost::system::error_code ec, dbus::message s) {  in TEST()
 166                          [&](boost::system::error_code ec, dbus::message s) {});  in TEST()
 184       boost::system::error_code ec, dbus::message s) {  in TEST()
 246       [&](boost::system::error_code ec, dbus::message s) {  in TEST()
 263               r, [&](boost::system::error_code ec, dbus::message s) {});  in TEST()
 304       [&](boost::system::error_code ec, dbus::message s) {  in TEST()
 318               r, [&](boost::system::error_code ec, dbus::message s) {});  in TEST()
 331   bus->async_send(m, [&](boost::system::error_code ec, dbus::message s) {  in TEST()
 
 | 
| /openbmc/qemu/hw/arm/ | 
| H A D | xlnx-zynqmp.c | 212 static void xlnx_zynqmp_create_rpu(MachineState *ms, XlnxZynqMPState *s,  in xlnx_zynqmp_create_rpu()256 static void xlnx_zynqmp_create_bbram(XlnxZynqMPState *s, qemu_irq *gic)  in xlnx_zynqmp_create_bbram()
 272 static void xlnx_zynqmp_create_efuse(XlnxZynqMPState *s, qemu_irq *gic)  in xlnx_zynqmp_create_efuse()
 297 static void xlnx_zynqmp_create_apu_ctrl(XlnxZynqMPState *s, qemu_irq *gic)  in xlnx_zynqmp_create_apu_ctrl()
 318 static void xlnx_zynqmp_create_crf(XlnxZynqMPState *s, qemu_irq *gic)  in xlnx_zynqmp_create_crf()
 330 static void xlnx_zynqmp_create_ttc(XlnxZynqMPState *s, qemu_irq *gic)  in xlnx_zynqmp_create_ttc()
 348 static void xlnx_zynqmp_create_unimp_mmio(XlnxZynqMPState *s)  in xlnx_zynqmp_create_unimp_mmio()
 377     XlnxZynqMPState *s = XLNX_ZYNQMP(obj);  in xlnx_zynqmp_init()  local
 450     XlnxZynqMPState *s = XLNX_ZYNQMP(dev);  in xlnx_zynqmp_realize()  local
 
 | 
| /openbmc/qemu/hw/net/ | 
| H A D | mcf_fec.c | 192 static void mcf_fec_update(mcf_fec_state *s)  in mcf_fec_update()211 static void mcf_fec_tx_stats(mcf_fec_state *s, int size)  in mcf_fec_tx_stats()
 236 static void mcf_fec_do_tx(mcf_fec_state *s)  in mcf_fec_do_tx()
 288 static void mcf_fec_enable_rx(mcf_fec_state *s)  in mcf_fec_enable_rx()
 302     mcf_fec_state *s = MCF_FEC_NET(dev);  in mcf_fec_reset()  local
 320 static uint64_t mcf_fec_read_mdio(mcf_fec_state *s)  in mcf_fec_read_mdio()
 363     mcf_fec_state *s = (mcf_fec_state *)opaque;  in mcf_fec_read()  local
 403     mcf_fec_state *s = (mcf_fec_state *)opaque;  in mcf_fec_write()  local
 502 static void mcf_fec_rx_stats(mcf_fec_state *s, int size)  in mcf_fec_rx_stats()
 527 static int mcf_fec_have_receive_space(mcf_fec_state *s, size_t want)  in mcf_fec_have_receive_space()
 [all …]
 
 | 
| /openbmc/qemu/hw/ipmi/ | 
| H A D | ipmi_bmc_sim.c | 156 #define IPMI_SENSOR_GET_PRESENT(s)       ((s)->status & 0x01)  argument157 #define IPMI_SENSOR_SET_PRESENT(s, v)    ((s)->status = (s->status & ~0x01) | \  argument
 159 #define IPMI_SENSOR_GET_SCAN_ON(s)       ((s)->status & 0x40)  argument
 160 #define IPMI_SENSOR_SET_SCAN_ON(s, v)    ((s)->status = (s->status & ~0x40) | \  argument
 162 #define IPMI_SENSOR_GET_EVENTS_ON(s)     ((s)->status & 0x80)  argument
 163 #define IPMI_SENSOR_SET_EVENTS_ON(s, v)  ((s)->status = (s->status & ~0x80) | \  argument
 165 #define IPMI_SENSOR_GET_RET_STATUS(s)    ((s)->status & 0xc0)  argument
 166 #define IPMI_SENSOR_SET_RET_STATUS(s, v) ((s)->status = (s->status & ~0xc0) | \  argument
 168 #define IPMI_SENSOR_IS_DISCRETE(s) ((s)->evt_reading_type_code != 1)  argument
 231 #define IPMI_BMC_MSG_FLAG_WATCHDOG_TIMEOUT_MASK_SET(s) \  argument
 [all …]
 
 | 
| /openbmc/qemu/hw/usb/ | 
| H A D | vt82c686-uhci-pci.c | 8     UHCIState *s = opaque; in uhci_isa_set_irq()   local 14     UHCIState *s = UHCI(dev); in usb_uhci_vt82c686b_realize()   local
 
 | 
| /openbmc/qemu/hw/sd/ | 
| H A D | sdhci-pci.c | 33     SDHCIState *s = PCI_SDHCI(dev);  in sdhci_pci_realize()  local50     SDHCIState *s = PCI_SDHCI(dev);  in sdhci_pci_exit()  local
 
 | 
| /openbmc/qemu/hw/display/ | 
| H A D | sii9022.c | 67     sii9022_state *s = SII9022(i2c);  in sii9022_event()  local88     sii9022_state *s = SII9022(i2c);  in sii9022_rx()  local
 117     sii9022_state *s = SII9022(i2c);  in sii9022_tx()  local
 153     sii9022_state *s = SII9022(dev);  in sii9022_reset()  local
 
 | 
| H A D | ssd0323.c | 76     ssd0323_state *s = SSD0323(dev);  in OBJECT_DECLARE_SIMPLE_TYPE()  local186     ssd0323_state *s = (ssd0323_state *)opaque;  in ssd0323_update_display()  local
 278     ssd0323_state *s = (ssd0323_state *)opaque;  in ssd0323_invalidate_display()  local
 285     ssd0323_state *s = (ssd0323_state *)opaque;  in ssd0323_cd()  local
 292     ssd0323_state *s = (ssd0323_state *)opaque;  in ssd0323_post_load()  local
 354     ssd0323_state *s = SSD0323(d);  in ssd0323_realize()  local
 
 | 
| /openbmc/qemu/hw/fsi/ | 
| H A D | lbus.c | 40     FSIScratchPad *s = SCRATCHPAD(opaque);  in fsi_scratchpad_read()  local58     FSIScratchPad *s = SCRATCHPAD(opaque);  in fsi_scratchpad_write()  local
 89     FSIScratchPad *s = SCRATCHPAD(dev);  in fsi_scratchpad_reset()  local
 
 | 
| /openbmc/qemu/hw/riscv/ | 
| H A D | opentitan.c | 82     OpenTitanState *s = OPENTITAN_MACHINE(machine);  in opentitan_machine_init()  local129     LowRISCIbexSoCState *s = RISCV_IBEX_SOC(obj);  in lowrisc_ibex_soc_init()  local
 151     LowRISCIbexSoCState *s = RISCV_IBEX_SOC(dev_soc);  in lowrisc_ibex_soc_realize()  local
 
 | 
| /openbmc/qemu/hw/cpu/ | 
| H A D | a9mpcore.c | 24     A9MPPrivState *s = (A9MPPrivState *)opaque;  in a9mp_priv_set_irq()  local31     A9MPPrivState *s = A9MPCORE_PRIV(obj);  in a9mp_priv_initfn()  local
 50     A9MPPrivState *s = A9MPCORE_PRIV(dev);  in a9mp_priv_realize()  local
 
 | 
| /openbmc/u-boot/scripts/dtc/ | 
| H A D | util.c | 39 char *xstrdup(const char *s)  in xstrdup()105 	const char *s = data;  in util_is_printable_string()  local
 139 static char get_oct_char(const char *s, int *i)  in get_oct_char()
 162 static char get_hex_char(const char *s, int *i)  in get_hex_char()
 179 char get_escape_char(const char *s, int *i)  in get_escape_char()
 381 	const char *s;  in utilfdt_print_data()  local
 
 | 
| /openbmc/qemu/hw/m68k/ | 
| H A D | mcf5208.c | 62 static void m5208_timer_update(m5208_timer_state *s)  in m5208_timer_update()73     m5208_timer_state *s = (m5208_timer_state *)opaque;  in m5208_timer_write()  local
 132     m5208_timer_state *s = (m5208_timer_state *)opaque;  in m5208_timer_trigger()  local
 140     m5208_timer_state *s = (m5208_timer_state *)opaque;  in m5208_timer_read()  local
 235     m5208_timer_state *s;  in mcf5208_sys_init()  local
 260     SysBusDevice *s;  in mcf_fec_init()  local
 
 | 
| /openbmc/qemu/hw/pci-host/ | 
| H A D | bonito.c | 248     PCIBonitoState *s = opaque;  in OBJECT_DECLARE_SIMPLE_TYPE()  local312     PCIBonitoState *s = opaque;  in bonito_readl()  local
 339     PCIBonitoState *s = opaque;  in bonito_pciconf_writel()  local
 350     PCIBonitoState *s = opaque;  in bonito_pciconf_readl()  local
 373     PCIBonitoState *s = opaque;  in bonito_ldma_readl()  local
 387     PCIBonitoState *s = opaque;  in bonito_ldma_writel()  local
 410     PCIBonitoState *s = opaque;  in bonito_cop_readl()  local
 424     PCIBonitoState *s = opaque;  in bonito_cop_writel()  local
 445     PCIBonitoState *s = opaque;  in bonito_sbridge_pciaddr()  local
 483     PCIBonitoState *s = opaque;  in bonito_spciconf_write()  local
 [all …]
 
 | 
| /openbmc/qemu/include/hw/s390x/ | 
| H A D | s390-pci-vfio.h | 30 static inline S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s,  in s390_pci_start_dma_count()35 static inline void s390_pci_end_dma_count(S390pciState *s,  in s390_pci_end_dma_count()
 
 | 
| /openbmc/sdbusplus/src/ | 
| H A D | event.cpp | 10 source::source(source&& s)  in source()  function in sdbusplus::event::source20 source& source::operator=(source&& s)  in operator =()
 115     source s{*this};  in add_io()  local
 154     source s{*this};  in add_oneshot_timer()  local
 
 | 
| /openbmc/qemu/ui/ | 
| H A D | input.c | 51     QemuInputHandlerState *s = g_new0(QemuInputHandlerState, 1);  in qemu_input_handler_register()  local63 void qemu_input_handler_activate(QemuInputHandlerState *s)  in qemu_input_handler_activate()
 70 void qemu_input_handler_deactivate(QemuInputHandlerState *s)  in qemu_input_handler_deactivate()
 77 void qemu_input_handler_unregister(QemuInputHandlerState *s)  in qemu_input_handler_unregister()
 84 void qemu_input_handler_bind(QemuInputHandlerState *s,  in qemu_input_handler_bind()
 103     QemuInputHandlerState *s;  in qemu_input_find_handler()  local
 308     QemuInputHandlerState *s;  in qemu_input_event_send_impl()  local
 351     QemuInputHandlerState *s;  in qemu_input_event_sync_impl()  local
 463     QemuInputHandlerState *s;  in qemu_input_is_absolute()  local
 564     QemuInputHandlerState *s;  in qmp_query_mice()  local
 [all …]
 
 |