/openbmc/qemu/net/ |
H A D | colo-compare.c | 90 struct CompareState *s; member 654 CompareState *s = opaque; in colo_old_packet_check() local 705 CompareState *s = user_data; in colo_compare_connection() local 727 CompareState *s = sendco->s; in _compare_chr_send() local 893 CompareState *s = opaque; in check_old_packet_regular() local 904 CompareState *s; in colo_notify_compares_event() local 950 CompareState *s = opaque; in colo_compare_handle_event() local 993 CompareState *s = COLO_COMPARE(obj); in compare_get_pri_indev() local 1000 CompareState *s = COLO_COMPARE(obj); in compare_set_pri_indev() local 1241 CompareState *s = COLO_COMPARE(uc); in colo_compare_complete() local [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | amplc_dio200_common.c | 165 struct comedi_subdevice *s, in dio200_subdev_intr_insn_bits() 184 struct comedi_subdevice *s) in dio200_stop_intr() 196 struct comedi_subdevice *s) in dio200_start_intr() 239 struct comedi_subdevice *s, in dio200_read_scan_intr() 261 struct comedi_subdevice *s) in dio200_handle_read_intr() 397 struct comedi_subdevice *s) in dio200_subdev_intr_cmd() 418 struct comedi_subdevice *s, in dio200_subdev_intr_init() 539 struct comedi_subdevice *s, in dio200_subdev_8254_init() 614 struct comedi_subdevice *s, in dio200_subdev_8255_bits() 675 struct comedi_subdevice *s, in dio200_subdev_8255_init() [all …]
|
H A D | comedi_parport.c | 72 struct comedi_subdevice *s, in parport_data_reg_insn_bits() 85 struct comedi_subdevice *s, in parport_data_reg_insn_config() 107 struct comedi_subdevice *s, in parport_status_reg_insn_bits() 117 struct comedi_subdevice *s, in parport_ctrl_reg_insn_bits() 136 struct comedi_subdevice *s, in parport_intr_insn_bits() 145 struct comedi_subdevice *s, in parport_intr_cmdtest() 184 struct comedi_subdevice *s) in parport_intr_cmd() 196 struct comedi_subdevice *s) in parport_intr_cancel() 210 struct comedi_subdevice *s = dev->read_subdev; in parport_interrupt() local 227 struct comedi_subdevice *s; in parport_attach() local
|
/openbmc/linux/fs/hpfs/ |
H A D | alloc.c | 12 static void hpfs_claim_alloc(struct super_block *s, secno sec) in hpfs_claim_alloc() 25 static void hpfs_claim_free(struct super_block *s, secno sec) in hpfs_claim_free() 38 static void hpfs_claim_dirband_alloc(struct super_block *s, secno sec) in hpfs_claim_dirband_alloc() 51 static void hpfs_claim_dirband_free(struct super_block *s, secno sec) in hpfs_claim_dirband_free() 69 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() 296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() 315 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors() 359 int hpfs_check_free_dnodes(struct super_block *s, int n) in hpfs_check_free_dnodes() 405 void hpfs_free_dnode(struct super_block *s, dnode_secno dno) in hpfs_free_dnode() [all …]
|
/openbmc/qemu/include/exec/ |
H A D | tswap.h | 34 static inline uint16_t tswap16(uint16_t s) in tswap16() 43 static inline uint32_t tswap32(uint32_t s) in tswap32() 52 static inline uint64_t tswap64(uint64_t s) in tswap64() 61 static inline void tswap16s(uint16_t *s) in tswap16s() 68 static inline void tswap32s(uint32_t *s) in tswap32s() 75 static inline void tswap64s(uint64_t *s) in tswap64s()
|
/openbmc/qemu/hw/9pfs/ |
H A D | cofs.c | 60 V9fsState *s = pdu->s; in v9fs_co_readlink() local 81 V9fsState *s = pdu->s; in v9fs_co_statfs() local 102 V9fsState *s = pdu->s; in v9fs_co_chmod() local 125 V9fsState *s = pdu->s; in v9fs_co_utimensat() local 147 V9fsState *s = pdu->s; in v9fs_co_chown() local 170 V9fsState *s = pdu->s; in v9fs_co_truncate() local 194 V9fsState *s = pdu->s; in v9fs_co_mknod() local 230 V9fsState *s = pdu->s; in v9fs_co_remove() local 251 V9fsState *s = pdu->s; in v9fs_co_unlinkat() local 273 V9fsState *s = pdu->s; in v9fs_co_rename() local [all …]
|
/openbmc/qemu/hw/net/ |
H A D | allwinner_emac.c | 142 static void aw_emac_update_irq(AwEmacState *s) in aw_emac_update_irq() 153 static void aw_emac_rx_reset(AwEmacState *s) in aw_emac_rx_reset() 183 AwEmacState *s = qemu_get_nic_opaque(nc); in aw_emac_can_receive() local 195 AwEmacState *s = qemu_get_nic_opaque(nc); in aw_emac_receive() local 230 AwEmacState *s = AW_EMAC(dev); in aw_emac_reset() local 249 AwEmacState *s = opaque; in aw_emac_read() local 317 AwEmacState *s = opaque; in aw_emac_write() local 416 AwEmacState *s = qemu_get_nic_opaque(nc); in aw_emac_set_link() local 442 AwEmacState *s = AW_EMAC(obj); in aw_emac_init() local 452 AwEmacState *s = AW_EMAC(dev); in aw_emac_realize() local [all …]
|
H A D | opencores_eth.c | 52 #define GET_REGFIELD(s, reg, field) \ argument 83 static void mii_reset(Mii *s) in mii_reset() 97 static void mii_ro(Mii *s, uint16_t v) in mii_ro() 293 static desc *rx_desc(OpenEthState *s) in rx_desc() argument 298 static desc *tx_desc(OpenEthState *s) in tx_desc() 334 OpenEthState *s = opaque; in open_eth_reset() local 551 OpenEthState *s = opaque; local 672 OpenEthState *s = opaque; local 688 OpenEthState *s = opaque; local 700 OpenEthState *s = opaque; local [all …]
|
H A D | cadence_gem.c | 640 static void phy_update_link(CadenceGEMState *s) in phy_update_link() 660 CadenceGEMState *s; in gem_can_receive() local 1047 CadenceGEMState *s = qemu_get_nic_opaque(nc); in gem_receive() local 1270 static void gem_transmit(CadenceGEMState *s) in gem_transmit() 1420 static void gem_phy_reset(CadenceGEMState *s) in gem_phy_reset() 1448 CadenceGEMState *s = CADENCE_GEM(d); in gem_reset() local 1562 CadenceGEMState *s; in gem_read() local 1596 CadenceGEMState *s = (CadenceGEMState *)opaque; in gem_write() local 1701 CadenceGEMState *s = qemu_get_nic_opaque(nc); in gem_set_link() local 1718 CadenceGEMState *s = CADENCE_GEM(dev); in gem_realize() local [all …]
|
H A D | rtl8139.c | 1214 RTL8139State *s = RTL8139(d); in rtl8139_reset() local 2662 RTL8139State *s = opaque; in rtl8139_io_writeb() local 2755 RTL8139State *s = opaque; in rtl8139_io_writew() local 2841 RTL8139State *s = opaque; in rtl8139_io_writel() local 2907 RTL8139State *s = opaque; in rtl8139_io_readb() local 2984 RTL8139State *s = opaque; in rtl8139_io_readw() local 3062 RTL8139State *s = opaque; in rtl8139_io_readl() local 3134 RTL8139State* s = opaque; in rtl8139_post_load() local 3164 RTL8139State* s = opaque; in rtl8139_pre_save() local 3316 RTL8139State *s = opaque; in rtl8139_timer() local [all …]
|
H A D | e1000.c | 177 have_autoneg(E1000State *s) in have_autoneg() 344 E1000State *s = opaque; in e1000_mit_timer() local 362 E1000State *s = opaque; in e1000_autoneg_timer() local 371 E1000State *s = opaque; in e1000_vet_init_need() local 417 E1000State *s = opaque; in e1000_flush_queue_timer() local 574 xmit_seg(E1000State *s) in xmit_seg() 754 start_xmit(E1000State *s) in start_xmit() 1267 E1000State *s = opaque; in e1000_mmio_write() local 1294 E1000State *s = opaque; in e1000_mmio_read() local 1328 E1000State *s = opaque; in e1000_io_read() local [all …]
|
H A D | ne2000.c | 124 void ne2000_reset(NE2000State *s) in ne2000_reset() 262 NE2000State *s = opaque; in ne2000_ioport_write() local 366 NE2000State *s = opaque; in ne2000_ioport_read() local 516 NE2000State *s = opaque; in ne2000_asic_ioport_write() local 536 NE2000State *s = opaque; in ne2000_asic_ioport_read() local 556 NE2000State *s = opaque; in ne2000_asic_ioport_writel() local 570 NE2000State *s = opaque; in ne2000_asic_ioport_readl() local 589 NE2000State *s = opaque; in ne2000_reset_ioport_read() local 596 NE2000State* s = opaque; in ne2000_post_load() local 636 NE2000State *s = opaque; in ne2000_read() local [all …]
|
/openbmc/qemu/hw/timer/ |
H A D | cadence_ttc.c | 54 static void cadence_timer_update(CadenceTimerState *s) in cadence_timer_update() 63 CadenceTTCState *s = (CadenceTTCState *)opaque; in cadence_timer_from_addr() local 122 static void cadence_timer_run(CadenceTimerState *s) in cadence_timer_run() 155 static void cadence_timer_sync(CadenceTimerState *s) in cadence_timer_sync() 200 CadenceTimerState *s = opaque; in cadence_timer_tick() local 209 CadenceTimerState *s = cadence_timer_from_addr(opaque, offset); in cadence_ttc_read_imp() local 292 CadenceTimerState *s = cadence_timer_from_addr(opaque, offset); in cadence_ttc_write() local 369 static void cadence_timer_reset(CadenceTimerState *s) in cadence_timer_reset() 386 CadenceTTCState *s = CADENCE_TTC(obj); in cadence_ttc_init() local 395 CadenceTTCState *s = CADENCE_TTC(dev); in cadence_ttc_realize() local [all …]
|
H A D | i8254.c | 52 static int pit_get_count(PITChannelState *s) in pit_get_count() 78 static void pit_set_channel_gate(PITCommonState *s, PITChannelState *sc, in pit_set_channel_gate() 108 static inline void pit_load_count(PITChannelState *s, int val) in pit_load_count() 118 static void pit_latch_count(PITChannelState *s) in pit_latch_count() 131 PITChannelState *s; in pit_ioport_write() local 199 PITChannelState *s; in pit_ioport_read() local 279 PITChannelState *s = opaque; in pit_irq_timer() local 287 PITChannelState *s; in pit_reset() local 302 PITChannelState *s = &pit->channels[0]; in pit_irq_control() local 323 static void pit_post_load(PITCommonState *s) in pit_post_load() [all …]
|
/openbmc/qemu/hw/char/ |
H A D | escc.c | 200 static int reg_shift(ESCCState *s) in reg_shift() 205 static int chn_shift(ESCCState *s) in chn_shift() 212 ESCCChannelState *s = opaque; in clear_queue() local 219 ESCCChannelState *s = opaque; in put_queue() local 236 ESCCChannelState *s = opaque; in get_queue() local 343 ESCCState *s = ESCC(d); in escc_reset() local 541 ESCCChannelState *s; in escc_mem_write() local 681 ESCCChannelState *s; in escc_mem_read() local 724 ESCCChannelState *s = opaque; in serial_can_receive() local 1004 ESCCState *s = ESCC(obj); in escc_init1() local [all …]
|
/openbmc/linux/drivers/pcmcia/ |
H A D | socket_sysfs.c | 36 struct pcmcia_socket *s = to_socket(dev); in pccard_show_type() local 49 struct pcmcia_socket *s = to_socket(dev); in pccard_show_voltage() local 63 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vpp() local 73 struct pcmcia_socket *s = to_socket(dev); in pccard_show_vcc() local 84 struct pcmcia_socket *s = to_socket(dev); in pccard_store_insert() local 100 struct pcmcia_socket *s = to_socket(dev); in pccard_show_card_pm_state() local 108 struct pcmcia_socket *s = to_socket(dev); in pccard_store_card_pm_state() local 131 struct pcmcia_socket *s = to_socket(dev); in pccard_store_eject() local 147 struct pcmcia_socket *s = to_socket(dev); in pccard_show_irq_mask() local 156 struct pcmcia_socket *s = to_socket(dev); in pccard_store_irq_mask() local [all …]
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 172 # define send_code(s, c, tree) \ argument 181 #define put_short(s, w) { \ argument 386 void ZLIB_INTERNAL _tr_init(s) in _tr_init() argument 415 local void init_block(s) in init_block() argument 438 #define pqremove(s, tree, top) \ argument 494 local void gen_bitlen(s, desc) in gen_bitlen() argument 623 local void build_tree(s, desc) in build_tree() argument 807 local int build_bl_tree(s) in build_bl_tree() argument 1137 local int detect_data_type(s) in detect_data_type() argument 1186 local void bi_flush(s) in bi_flush() argument [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | vmmouse.c | 95 static uint32_t vmmouse_get_status(VMMouseState *s) in vmmouse_get_status() argument 104 VMMouseState *s = opaque; in vmmouse_mouse_event() local 141 static void vmmouse_remove_handler(VMMouseState *s) in vmmouse_remove_handler() 166 static void vmmouse_read_id(VMMouseState *s) in vmmouse_read_id() 178 static void vmmouse_request_relative(VMMouseState *s) in vmmouse_request_relative() 185 static void vmmouse_request_absolute(VMMouseState *s) in vmmouse_request_absolute() 192 static void vmmouse_disable(VMMouseState *s) in vmmouse_disable() 223 VMMouseState *s = opaque; in vmmouse_ioport_read() local 268 VMMouseState *s = opaque; in vmmouse_post_load() local 292 VMMouseState *s = VMMOUSE(d); in vmmouse_reset() local [all …]
|
/openbmc/qemu/hw/net/can/ |
H A D | can_sja1000.c | 52 static void can_sja_software_reset(CanSJA1000State *s) in can_sja_software_reset() 64 void can_sja_hardware_reset(CanSJA1000State *s) in can_sja_hardware_reset() 148 int can_sja_accept_filter(CanSJA1000State *s, in can_sja_accept_filter() 404 static void can_sja_update_pel_irq(CanSJA1000State *s) in can_sja_update_pel_irq() 413 static void can_sja_update_bas_irq(CanSJA1000State *s) in can_sja_update_bas_irq() 422 void can_sja_mem_write(CanSJA1000State *s, hwaddr addr, uint64_t val, in can_sja_mem_write() 658 uint64_t can_sja_mem_read(CanSJA1000State *s, hwaddr addr, unsigned size) in can_sja_mem_read() 897 int can_sja_connect_to_bus(CanSJA1000State *s, CanBusState *bus) in can_sja_connect_to_bus() 912 void can_sja_disconnect(CanSJA1000State *s) in can_sja_disconnect() 917 int can_sja_init(CanSJA1000State *s, qemu_irq irq) in can_sja_init() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gic_kvm.c | 77 GICState *s = (GICState *)opaque; in kvm_arm_gicv2_set_irq() local 82 static bool kvm_arm_gic_can_save_restore(GICState *s) in kvm_arm_gic_can_save_restore() 93 static void kvm_gicd_access(GICState *s, int offset, int cpu, in kvm_gicd_access() 120 static void translate_clear(GICState *s, int irq, int cpu, in translate_clear() 131 static void translate_group(GICState *s, int irq, int cpu, in translate_group() 145 static void translate_enabled(GICState *s, int irq, int cpu, in translate_enabled() 174 static void translate_active(GICState *s, int irq, int cpu, in translate_active() 288 static void kvm_arm_gic_put(GICState *s) in kvm_arm_gic_put() 389 static void kvm_arm_gic_get(GICState *s) in kvm_arm_gic_get() 478 GICState *s = ARM_GIC_COMMON(obj); in kvm_arm_gic_reset_hold() local [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | pxa2xx.c | 504 PXA2xxSSPState *s = opaque; in pxa2xx_ssp_vmstate_validate() local 768 PXA2xxSSPState *s = PXA2XX_SSP(d); in pxa2xx_ssp_reset() local 785 PXA2xxSSPState *s = PXA2XX_SSP(obj); in pxa2xx_ssp_init() local 1292 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_event() local 1320 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_rx() local 1337 PXA2xxI2CState *s = slave->host; in pxa2xx_i2c_tx() local 1509 PXA2xxI2CState *s; in pxa2xx_i2c_init() local 1811 PXA2xxFIrState *s = PXA2XX_FIR(d); in pxa2xx_fir_reset() local 2021 PXA2xxFIrState *s = opaque; in pxa2xx_fir_vmstate_validate() local 2099 PXA2xxState *s; in pxa270_init() local [all …]
|
/openbmc/qemu/block/ |
H A D | blkio.c | 235 BDRVBlkioState *s = bs->opaque; in blkio_completion_fd_read() local 280 BDRVBlkioState *s = bs->opaque; in blkio_completion_fd_poll() local 302 BDRVBlkioState *s = bs->opaque; in blkio_attach_aio_context() local 312 BDRVBlkioState *s = bs->opaque; in blkio_detach_aio_context() local 324 BDRVBlkioState *s = opaque; in blkio_deferred_fn() local 337 BDRVBlkioState *s = bs->opaque; in blkio_submit_io() local 345 BDRVBlkioState *s = bs->opaque; in blkio_co_pdiscard() local 366 BDRVBlkioState *s = bs->opaque; in blkio_co_preadv() local 410 BDRVBlkioState *s = bs->opaque; in blkio_co_pwritev() local 444 BDRVBlkioState *s = bs->opaque; in blkio_co_flush() local [all …]
|
/openbmc/qemu/hw/ide/ |
H A D | ahci.c | 397 AHCIState *s = opaque; in ahci_mem_read_32() local 472 AHCIState *s = opaque; in ahci_mem_write() local 543 AHCIState *s = opaque; in ahci_idp_read() local 559 AHCIState *s = opaque; in ahci_idp_write() local 645 IDEState *s = &ad->port.ifs[0]; in ahci_set_signature() local 832 IDEState *s = &ad->port.ifs[0]; in ahci_write_fis_pio() local 876 IDEState *s = &ad->port.ifs[0]; in ahci_write_fis_d2h() local 1406 IDEState *s = &ad->port.ifs[0]; in ahci_pio_transfer() local 1643 void ahci_uninit(AHCIState *s) in ahci_uninit() 1659 void ahci_reset(AHCIState *s) in ahci_reset() [all …]
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | 107 VirtIOSCSI *s = req->dev; in virtio_scsi_complete_req() local 139 VirtIOSCSI *s = req->dev; in virtio_scsi_complete_req_from_main_loop() local 322 VirtIOSCSI *s = req->dev; in virtio_scsi_do_one_tmf_bh() local 371 VirtIOSCSI *s = opaque; in virtio_scsi_do_tmf_bh() local 418 VirtIOSCSI *s = req->dev; in virtio_scsi_defer_tmf_to_bh() local 926 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_get_features() local 935 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_reset() local 1024 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_handle_event() local 1064 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_hotplug() local 1239 VirtIOSCSI *s = VIRTIO_SCSI(dev); in virtio_scsi_device_realize() local [all …]
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deflate.c | 197 deflate_state *s; in zlib_deflateInit2() local 286 deflate_state *s; in zlib_deflateReset() local 320 deflate_state *s, in putShortMSB() 335 deflate_state *s; in zlib_deflate() local 531 deflate_state *s in lm_init() 566 deflate_state *s, in longest_match() 709 deflate_state *s, in check_match() 745 deflate_state *s in fill_window() 865 deflate_state *s, in deflate_stored() 924 deflate_state *s, in deflate_fast() [all …]
|