예제 #1
0
static void pcsysfw_register (void)
{
    type_register_static (&pcsysfw_info);
}
예제 #2
0
static void virtio_9p_register_types(void)
{
    type_register_static(&virtio_device_info);
}
예제 #3
0
파일: ivshmem.c 프로젝트: binape/qemu
static void ivshmem_register_types(void)
{
    type_register_static(&ivshmem_info);
}
예제 #4
0
파일: rng-random.c 프로젝트: foxsen/qemu
static void register_types(void)
{
    type_register_static(&rng_random_info);
}
예제 #5
0
파일: a15mpcore.c 프로젝트: NormanM/qemu
static void a15mp_register_types(void)
{
    type_register_static(&a15mp_priv_info);
}
예제 #6
0
static void xilinx_timer_register_types(void)
{
    type_register_static(&xilinx_timer_info);
}
예제 #7
0
파일: lm32_sys.c 프로젝트: DeanSinaean/qemu
static void lm32_sys_register_types(void)
{
    type_register_static(&lm32_sys_info);
}
예제 #8
0
파일: puv3_ost.c 프로젝트: cardoe/qemu
static void puv3_ost_register_type(void)
{
    type_register_static(&puv3_ost_info);
}
예제 #9
0
파일: xen_pvdevice.c 프로젝트: Kozzi11/qemu
static void xen_pv_register_types(void)
{
    type_register_static(&xen_pv_type_info);
}
예제 #10
0
파일: fsl-imx6.c 프로젝트: Marshalzxy/qemu
static void fsl_imx6_register_types(void)
{
    type_register_static(&fsl_imx6_type_info);
}
예제 #11
0
static void register_types(void)
{
    type_register_static(&arm_gic_common_type);
}
예제 #12
0
파일: msf2-soc.c 프로젝트: CTU-IIG/qemu
static void m2sxxx_soc_types(void)
{
    type_register_static(&m2sxxx_soc_info);
}
예제 #13
0
static void virtio_gpu_pci_register_types(void)
{
    type_register_static(&virtio_gpu_pci_info);
}
예제 #14
0
static void fw_path_provider_register_types(void)
{
    type_register_static(&fw_path_provider_info);
}
예제 #15
0
파일: sun4u.c 프로젝트: cardoe/qemu
static void sun4u_register_types(void)
{
    type_register_static(&ebus_info);
    type_register_static(&prom_info);
    type_register_static(&ram_info);
}
예제 #16
0
static void parallel_register_types(void)
{
    type_register_static(&parallel_isa_info);
}
예제 #17
0
static void wdt_diag288_register_types(void)
{
    watchdog_add_model(&model);
    type_register_static(&wdt_diag288_info);
}
예제 #18
0
static void qemu_s390_flic_register_types(void)
{
    type_register_static(&s390_flic_common_info);
    type_register_static(&qemu_s390_flic_info);
}
예제 #19
0
파일: tusb6010.c 프로젝트: cardoe/qemu
static void tusb6010_register_types(void)
{
    type_register_static(&tusb6010_info);
}
예제 #20
0
static void serial_pci_register_types(void)
{
    type_register_static(&serial_pci_info);
    type_register_static(&multi_2x_serial_pci_info);
    type_register_static(&multi_4x_serial_pci_info);
}
예제 #21
0
파일: fw_cfg.c 프로젝트: Tracing345/qemu
static void fw_cfg_register_types(void)
{
    type_register_static(&fw_cfg_info);
}
예제 #22
0
static void xen_platform_register_types(void)
{
    type_register_static(&xen_platform_info);
}
예제 #23
0
파일: arm_sysctl.c 프로젝트: cardoe/qemu
static void arm_sysctl_register_types(void)
{
    type_register_static(&arm_sysctl_info);
}
예제 #24
0
파일: grlib_apbuart.c 프로젝트: mdroth/qemu
static void grlib_apbuart_register_types(void)
{
    type_register_static(&grlib_apbuart_info);
}
예제 #25
0
파일: imx_spi.c 프로젝트: heiher/qemu
static void imx_spi_register_types(void)
{
    type_register_static(&imx_spi_info);
}
예제 #26
0
파일: cpu.c 프로젝트: Annovae/qemu
static void sparc_cpu_register_types(void)
{
    type_register_static(&sparc_cpu_type_info);
}
예제 #27
0
파일: mipsnet.c 프로젝트: Kozzi11/qemu
static void mipsnet_register_types(void)
{
    type_register_static(&mipsnet_info);
}
예제 #28
0
static void ppc_heathrow_register_types(void)
{
    type_register_static(&ppc_heathrow_machine_info);
}
예제 #29
0
파일: mc146818rtc.c 프로젝트: 0bliv10n/s2e
static void mc146818rtc_register_types(void)
{
    type_register_static(&mc146818rtc_info);
}
예제 #30
0
static void puv3_intc_register_type(void)
{
    type_register_static(&puv3_intc_info);
}