Home
last modified time | relevance | path

Searched defs:s (Results 226 – 250 of 4770) sorted by relevance

12345678910>>...191

/openbmc/qemu/hw/virtio/
H A Dvirtio-balloon.c227 VirtIOBalloon *s = opaque; in balloon_stats_poll_cb() local
245 VirtIOBalloon *s = VIRTIO_BALLOON(obj); in balloon_stats_get_all() local
279 VirtIOBalloon *s = VIRTIO_BALLOON(obj); in balloon_stats_get_poll_interval() local
287 VirtIOBalloon *s = VIRTIO_BALLOON(obj); in balloon_stats_set_poll_interval() local
391 VirtIOBalloon *s = VIRTIO_BALLOON(vdev); in virtio_balloon_handle_output() local
450 VirtIOBalloon *s = VIRTIO_BALLOON(vdev); in virtio_balloon_receive_stats() local
496 VirtIOBalloon *s = VIRTIO_BALLOON(vdev); in virtio_balloon_handle_free_page_vq() local
577 VirtIOBalloon *s = opaque; in virtio_balloon_free_page_support() local
745 VirtIOBalloon *s = opaque; in virtio_balloon_page_poison_support() local
858 VirtIOBalloon *s = VIRTIO_BALLOON(dev); in virtio_balloon_device_realize() local
[all …]
/openbmc/qemu/hw/arm/
H A Domap2.c171 struct omap_eac_s *s = opaque; in omap_eac_in_cb() local
181 struct omap_eac_s *s = opaque; in omap_eac_out_cb() local
339 struct omap_eac_s *s = opaque; in omap_eac_read() local
455 struct omap_eac_s *s = opaque; in omap_eac_write() local
663 struct omap_sti_s *s = opaque; in omap_sti_read() local
704 struct omap_sti_s *s = opaque; in omap_sti_write() local
767 struct omap_sti_s *s = opaque; in omap_sti_fifo_write() local
1063 struct omap_prcm_s *s = opaque; in omap_prcm_read() local
1375 struct omap_prcm_s *s = opaque; in omap_prcm_write() local
1855 struct omap_sysctl_s *s = opaque; in omap_sysctl_read8() local
[all …]
H A Dsmmuv3.c746 SMMUv3State *s = sdev->smmu; in smmuv3_decode_config() local
790 SMMUv3State *s = sdev->smmu; in smmuv3_get_config() local
821 SMMUv3State *s = sdev->smmu; in smmuv3_flush_config() local
832 SMMUv3State *s = sdev->smmu; in smmuv3_translate() local
1044 SMMUv3State *s = sdev->smmu; in smmuv3_notify_iova() local
1535 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_write_mmio() local
1684 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_read_mmio() local
1731 SMMUv3State *s = ARM_SMMUV3(obj); in smmu_reset_hold() local
1744 SMMUv3State *s = ARM_SMMUV3(sys); in smmu_realize() local
1782 SMMUv3State *s = opaque; in smmuv3_gbpa_needed() local
[all …]
H A Dxlnx-versal-virt.c54 static void fdt_create(VersalVirt *s) in fdt_create() argument
121 static void fdt_add_gic_nodes(VersalVirt *s) in fdt_add_gic_nodes()
142 static void fdt_add_timer_nodes(VersalVirt *s) in fdt_add_timer_nodes()
157 static void fdt_add_usb_xhci_nodes(VersalVirt *s) in fdt_add_usb_xhci_nodes()
207 static void fdt_add_uart_nodes(VersalVirt *s) in fdt_add_uart_nodes()
241 static void fdt_add_canfd_nodes(VersalVirt *s) in fdt_add_canfd_nodes()
285 static void fdt_add_gem_nodes(VersalVirt *s) in fdt_add_gem_nodes()
321 static void fdt_add_zdma_nodes(VersalVirt *s) in fdt_add_zdma_nodes()
348 static void fdt_add_sd_nodes(VersalVirt *s) in fdt_add_sd_nodes()
374 static void fdt_add_rtc_node(VersalVirt *s) in fdt_add_rtc_node()
[all …]
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_sys.h33 static inline void word_copy(void *d, const void *s, unsigned int cnt) in word_copy()
47 static inline void u64_to_le32_copy(void *d, const uint64_t *s, in u64_to_le32_copy()
68 static inline void u64_from_le32_copy(uint64_t *d, const void *s, in u64_from_le32_copy()
127 static inline void qbman_cinh_write(struct qbman_swp_sys *s, uint32_t offset, in qbman_cinh_write()
137 static inline uint32_t qbman_cinh_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cinh_read()
148 static inline void *qbman_cena_write_start(struct qbman_swp_sys *s, in qbman_cena_write_start()
162 static inline void qbman_cena_write_complete(struct qbman_swp_sys *s, in qbman_cena_write_complete()
183 static inline void *qbman_cena_read(struct qbman_swp_sys *s, uint32_t offset) in qbman_cena_read()
207 static inline void qbman_cena_invalidate_prefetch(struct qbman_swp_sys *s, in qbman_cena_invalidate_prefetch()
250 static inline int qbman_swp_sys_init(struct qbman_swp_sys *s, in qbman_swp_sys_init()
[all …]
/openbmc/qemu/hw/watchdog/
H A Dwdt_imx2.c24 IMX2WdtState *s = IMX2_WDT(opaque); in imx2_wdt_interrupt() local
34 IMX2WdtState *s = IMX2_WDT(opaque); in imx2_wdt_expired() local
49 IMX2WdtState *s = IMX2_WDT(dev); in imx2_wdt_reset() local
74 IMX2WdtState *s = IMX2_WDT(opaque); in imx2_wdt_read() local
100 static void imx_wdt2_update_itimer(IMX2WdtState *s, bool start) in imx_wdt2_update_itimer()
128 static void imx_wdt2_update_timer(IMX2WdtState *s, bool start) in imx_wdt2_update_timer()
152 IMX2WdtState *s = IMX2_WDT(opaque); in imx2_wdt_write() local
255 IMX2WdtState *s = IMX2_WDT(dev); in imx2_wdt_realize() local
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c65 struct viosrp_crq s; member
106 static struct vscsi_req *vscsi_get_req(VSCSIState *s) in vscsi_get_req() argument
180 static int vscsi_send_iu(VSCSIState *s, vscsi_req *req, in vscsi_send_iu()
216 static void vscsi_makeup_sense(VSCSIState *s, vscsi_req *req, in vscsi_makeup_sense()
232 static int vscsi_send_rsp(VSCSIState *s, vscsi_req *req, in vscsi_send_rsp()
730 static void vscsi_report_luns(VSCSIState *s, vscsi_req *req) in vscsi_report_luns()
781 static int vscsi_queue_cmd(VSCSIState *s, vscsi_req *req) in vscsi_queue_cmd()
1087 static void vscsi_got_payload(VSCSIState *s, vscsi_crq *crq) in vscsi_got_payload()
1133 VSCSIState *s = VIO_SPAPR_VSCSI_DEVICE(dev); in vscsi_do_crq() local
1205 VSCSIState *s = VIO_SPAPR_VSCSI_DEVICE(dev); in spapr_vscsi_reset() local
[all …]
/openbmc/qemu/block/
H A Dssh.c838 BDRVSSHState *s = bs->opaque; in ssh_file_open() local
923 BDRVSSHState s; in ssh_co_create() local
991 BDRVSSHState *s = bs->opaque; in ssh_close() local
998 BDRVSSHState *s = bs->opaque; in ssh_has_zero_init() local
1018 BDRVSSHState *s = bs->opaque; in restart_coroutine() local
1122 BDRVSSHState *s = bs->opaque; in ssh_co_readv() local
1197 BDRVSSHState *s = bs->opaque; in ssh_co_writev() local
1246 BDRVSSHState *s = bs->opaque; in ssh_co_flush() local
1258 BDRVSSHState *s = bs->opaque; in ssh_co_getlength() local
1272 BDRVSSHState *s = bs->opaque; in ssh_co_truncate() local
[all …]
H A Dparallels.c184 BDRVParallelsState *s = bs->opaque; in mark_used() local
205 BDRVParallelsState *s = bs->opaque; in parallels_fill_used_bitmap() local
245 BDRVParallelsState *s = bs->opaque; in parallels_free_used_bitmap() local
255 BDRVParallelsState *s = bs->opaque; in allocate_clusters() local
389 BDRVParallelsState *s = bs->opaque; in parallels_co_flush_to_os() local
423 BDRVParallelsState *s = bs->opaque; in parallels_co_block_status() local
446 BDRVParallelsState *s = bs->opaque; in parallels_co_writev() local
489 BDRVParallelsState *s = bs->opaque; in parallels_co_readv() local
542 BDRVParallelsState *s = bs->opaque; in parallels_co_pdiscard() local
598 BDRVParallelsState *s = bs->opaque; in parallels_check_unclean() local
[all …]
/openbmc/qemu/hw/misc/
H A Dslavio_misc.c94 MiscState *s = opaque; in slavio_misc_update_irq() local
115 MiscState *s = opaque; in slavio_set_power_fail() local
129 MiscState *s = opaque; in slavio_cfg_mem_writeb() local
139 MiscState *s = opaque; in slavio_cfg_mem_readb() local
160 MiscState *s = opaque; in slavio_diag_mem_writeb() local
169 MiscState *s = opaque; in slavio_diag_mem_readb() local
190 MiscState *s = opaque; in slavio_mdm_mem_writeb() local
199 MiscState *s = opaque; in slavio_mdm_mem_readb() local
220 MiscState *s = opaque; in slavio_aux1_mem_writeb() local
237 MiscState *s = opaque; in slavio_aux1_mem_readb() local
[all …]
H A Dimx31_ccm.c110 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_get_pll_ref_clk() local
131 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_get_mpll_clk() local
144 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_get_mcu_main_clk() local
161 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_get_hclk_clk() local
174 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_get_ipg_clk() local
211 IMX31CCMState *s = IMX31_CCM(dev); in imx31_ccm_reset() local
238 IMX31CCMState *s = (IMX31CCMState *)opaque; in imx31_ccm_read() local
256 IMX31CCMState *s = (IMX31CCMState *)opaque; in imx31_ccm_write() local
315 IMX31CCMState *s = IMX31_CCM(obj); in imx31_ccm_init() local
/openbmc/qemu/hw/intc/
H A Darm_gicv3_kvm.c85 GICv3State *s = (GICv3State *)opaque; in kvm_arm_gicv3_set_irq() local
93 static inline void kvm_gicd_access(GICv3State *s, int offset, in kvm_gicd_access()
101 static inline void kvm_gicr_access(GICv3State *s, int offset, int cpu, in kvm_gicr_access()
272 static void kvm_dist_putbmp(GICv3State *s, uint32_t offset, in kvm_dist_putbmp()
307 static void kvm_arm_gicv3_check(GICv3State *s) in kvm_arm_gicv3_check()
323 static void kvm_arm_gicv3_put(GICv3State *s) in kvm_arm_gicv3_put()
510 static void kvm_arm_gicv3_get(GICv3State *s) in kvm_arm_gicv3_get()
669 GICv3State *s; in arm_gicv3_icc_reset() local
708 GICv3State *s = ARM_GICV3_COMMON(obj); in kvm_arm_gicv3_reset_hold() local
761 GICv3State *s = (GICv3State *)opaque; in vm_change_state_handler() local
[all …]
/openbmc/qemu/hw/ssi/
H A Daspeed_smc.c355 const AspeedSMCState *s = fl->controller; in aspeed_smc_flash_mode() local
404 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_do_select() local
486 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_read() local
565 AspeedSMCState *s = fl->controller; in aspeed_smc_do_snoop() local
618 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_write() local
666 AspeedSMCState *s = fl->controller; in aspeed_smc_flash_update_ctrl() local
687 AspeedSMCState *s = ASPEED_SMC(d); in aspeed_smc_reset() local
771 AspeedSMCState *s = ASPEED_SMC(opaque); in aspeed_smc_read() local
1093 AspeedSMCState *s = ASPEED_SMC(opaque); in aspeed_smc_write() local
1154 AspeedSMCState *s = ASPEED_SMC(obj); in aspeed_smc_instance_init() local
[all …]
H A Dibex_spi_host.c110 static void ibex_spi_rxfifo_reset(IbexSPIHostState *s) in ibex_spi_rxfifo_reset()
120 static void ibex_spi_txfifo_reset(IbexSPIHostState *s) in ibex_spi_txfifo_reset()
132 IbexSPIHostState *s = IBEX_SPI_HOST(dev); in ibex_spi_host_reset() local
168 static void ibex_spi_host_irq(IbexSPIHostState *s) in ibex_spi_host_irq()
238 static void ibex_spi_host_transfer(IbexSPIHostState *s) in ibex_spi_host_transfer()
293 IbexSPIHostState *s = opaque; in ibex_spi_host_read() local
346 IbexSPIHostState *s = opaque; in ibex_spi_host_write() local
587 IbexSPIHostState *s = opaque; in fifo_trigger_update() local
593 IbexSPIHostState *s = IBEX_SPI_HOST(dev); in ibex_spi_host_realize() local
617 IbexSPIHostState *s = IBEX_SPI_HOST(obj); in ibex_spi_host_init() local
H A Dmss-spi.c87 static void txfifo_reset(MSSSpiState *s) in txfifo_reset()
95 static void rxfifo_reset(MSSSpiState *s) in rxfifo_reset()
103 static void set_fifodepth(MSSSpiState *s) in set_fifodepth()
116 static void update_mis(MSSSpiState *s) in update_mis()
130 static void spi_update_irq(MSSSpiState *s) in spi_update_irq()
142 MSSSpiState *s = MSS_SPI(d); in mss_spi_reset() local
162 MSSSpiState *s = opaque; in spi_read() local
204 static void assert_cs(MSSSpiState *s) in assert_cs()
209 static void deassert_cs(MSSSpiState *s) in deassert_cs()
270 MSSSpiState *s = opaque; in spi_write() local
[all …]
/openbmc/qemu/hw/pci-host/
H A Ddino.c31 static void gsc_to_pci_forwarding(DinoState *s) in gsc_to_pci_forwarding()
97 DinoState *s = opaque; in dino_chip_read_with_attrs() local
190 DinoState *s = opaque; in dino_chip_write_with_attrs() local
309 PCIHostState *s = opaque; in dino_config_data_read() local
316 PCIHostState *s = opaque; in dino_config_data_write() local
328 DinoState *s = opaque; in dino_config_addr_read() local
335 PCIHostState *s = opaque; in dino_config_addr_write() local
352 DinoState *s = opaque; in dino_pcihost_set_iommu() local
379 DinoState *s = opaque; in dino_set_irq() local
407 DinoState *s = DINO_PCI_HOST_BRIDGE(dev); in dino_pcihost_reset() local
[all …]
/openbmc/qemu/hw/nvram/
H A Dxlnx-zynqmp-efuse.c259 #define EFUSE_CACHE_FLD(s, reg, field) \ argument
264 #define EFUSE_CACHE_BIT(s, reg, field) \ argument
272 static void update_tbit_status(XlnxZynqMPEFuse *s) in update_tbit_status()
356 static void zynqmp_efuse_update_irq(XlnxZynqMPEFuse *s) in zynqmp_efuse_update_irq()
364 XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(reg->opaque); in zynqmp_efuse_isr_postw() local
370 XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(reg->opaque); in zynqmp_efuse_ier_prew() local
380 XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(reg->opaque); in zynqmp_efuse_idr_prew() local
726 XlnxZynqMPEFuse *s; in zynqmp_efuse_reg_write() local
775 XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(obj); in zynqmp_efuse_reset_hold() local
789 XlnxZynqMPEFuse *s = XLNX_ZYNQMP_EFUSE(dev); in zynqmp_efuse_realize() local
[all …]
/openbmc/qemu/hw/timer/
H A Dstellaris-gptm.c18 static void gptm_update_irq(gptm_state *s) in gptm_update_irq()
25 static void gptm_stop(gptm_state *s, int n) in gptm_stop()
30 static void gptm_reload(gptm_state *s, int n, int reset) in gptm_reload()
62 gptm_state *s; in gptm_tick() local
104 gptm_state *s = (gptm_state *)opaque; in gptm_read() local
161 gptm_state *s = (gptm_state *)opaque; in gptm_write() local
275 gptm_state *s = STELLARIS_GPTM(obj); in stellaris_gptm_init() local
300 gptm_state *s = STELLARIS_GPTM(dev); in stellaris_gptm_realize() local
H A Dibex_timer.c61 static void ibex_timer_update_irqs(IbexTimerState *s) in ibex_timer_update_irqs()
108 IbexTimerState *s = opaque; in ibex_timer_cb() local
119 IbexTimerState *s = IBEX_TIMER(dev); in ibex_timer_reset() local
138 IbexTimerState *s = opaque; in ibex_timer_read() local
187 IbexTimerState *s = opaque; in ibex_timer_write() local
244 IbexTimerState *s = opaque; in ibex_timer_post_load() local
273 IbexTimerState *s = IBEX_TIMER(obj); in ibex_timer_init() local
284 IbexTimerState *s = IBEX_TIMER(dev); in ibex_timer_realize() local
/openbmc/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie.h115 #define XCHAL_NCP_SA_LIST(s) \ argument
127 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument
130 #define XCHAL_CP1_SA_LIST(s) \ argument
151 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument
154 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument
157 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument
160 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument
163 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument
166 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie.h115 #define XCHAL_NCP_SA_LIST(s) \ argument
127 #define XCHAL_CP0_SA_LIST(s) /* empty */ argument
130 #define XCHAL_CP1_SA_LIST(s) \ argument
159 #define XCHAL_CP2_SA_LIST(s) /* empty */ argument
162 #define XCHAL_CP3_SA_LIST(s) /* empty */ argument
165 #define XCHAL_CP4_SA_LIST(s) /* empty */ argument
168 #define XCHAL_CP5_SA_LIST(s) /* empty */ argument
171 #define XCHAL_CP6_SA_LIST(s) /* empty */ argument
174 #define XCHAL_CP7_SA_LIST(s) /* empty */ argument
/openbmc/qemu/net/
H A Dfilter-buffer.c33 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_flush() local
44 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_release_timer() local
66 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_receive_iov() local
89 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_cleanup() local
104 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_setup_timer() local
117 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_setup() local
135 FilterBufferState *s = FILTER_BUFFER(nf); in filter_buffer_status_changed() local
151 FilterBufferState *s = FILTER_BUFFER(obj); in filter_buffer_get_interval() local
161 FilterBufferState *s = FILTER_BUFFER(obj); in filter_buffer_set_interval() local
/openbmc/linux/fs/hpfs/
H A Dmap.c12 __le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap()
17 __le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, in hpfs_map_bitmap()
37 void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block) in hpfs_prefetch_bitmap()
57 unsigned char *hpfs_load_code_page(struct super_block *s, secno cps) in hpfs_load_code_page()
112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
134 void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock) in hpfs_load_hotfix_map()
164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode()
221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode()
256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode()
322 dnode_secno hpfs_fnode_dno(struct super_block *s, ino_t ino) in hpfs_fnode_dno()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c69 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start()
78 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next()
89 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop()
94 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show()
131 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next()
145 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop()
150 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show()
205 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, in _qp_stats_seq_next()
221 static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) in _qp_stats_seq_stop()
227 static int _qp_stats_seq_show(struct seq_file *s, void *iter_ptr) in _qp_stats_seq_show()
/openbmc/qemu/hw/pcmcia/
H A Dpxa2xx.c39 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_common_read() local
53 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_common_write() local
65 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_attr_read() local
79 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_attr_write() local
91 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_io_read() local
105 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_io_write() local
134 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_set_irq() local
144 PXA2xxPCMCIAState *s = PXA2XX_PCMCIA(obj); in pxa2xx_pcmcia_initfn() local
180 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_attach() local
204 PXA2xxPCMCIAState *s = (PXA2xxPCMCIAState *) opaque; in pxa2xx_pcmcia_detach() local
[all …]

12345678910>>...191