Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 20 of 20) sorted by relevance

/qemu/tests/unit/
H A Dtest-crypto-secret.c34 Object *sec = object_new_with_props( in test_secret_direct() local
54 Object *sec; in test_secret_indirect_good() local
88 Object *sec = object_new_with_props( in test_secret_indirect_badfile() local
102 Object *sec; in test_secret_indirect_emptyfile() local
140 Object *sec; in test_secret_keyring_good() local
168 Object *sec; in test_secret_keyring_revoked_key() local
193 Object *sec; in test_secret_keyring_expired_key() local
218 Object *sec; in test_secret_keyring_bad_serial_key() local
245 Object *sec; in test_secret_keyring_bad_key_access_right() local
275 Object *sec = object_new_with_props( in test_secret_noconv_base64_good() local
[all …]
H A Dtest-crypto-block.c277 Object *sec = test_block_secret(); in test_block() local
353 Object *sec = test_block_secret(); in test_luks_bad_header() local
/qemu/scripts/
H A Dvmstate-static-checker.py103 def get_changed_sec_name(sec): argument
143 def check_fields(src_fields, dest_fields, desc, sec): argument
288 def check_subsections(src_sub, dest_sub, desc, sec): argument
304 def check_description_in_list(s_item, d_item, sec, desc): argument
317 def check_descriptions(src_desc, dest_desc, sec): argument
342 def check_version(s, d, sec, desc=None): argument
362 def check_size(s, d, sec, desc=None, field=None): argument
/qemu/hw/usb/
H A Dhcd-ehci-sysbus.c64 SysBusEHCIClass *sec = SYS_BUS_EHCI_GET_CLASS(obj); in ehci_sysbus_init() local
88 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(klass); in ehci_sysbus_class_init() local
113 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_platform_class_init() local
129 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_exynos4210_class_init() local
145 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_aw_h3_class_init() local
161 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_npcm7xx_class_init() local
179 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_tegra2_class_init() local
202 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in ehci_ppc4xx_class_init() local
275 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); in fusbh200_ehci_class_init() local
H A Dchipidea.c150 SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(klass); in chipidea_class_init() local
/qemu/hw/block/
H A Donenand.c246 static inline int onenand_load_main(OneNANDState *s, int sec, int secn, in onenand_load_main()
263 static inline int onenand_prog_main(OneNANDState *s, int sec, int secn, in onenand_prog_main()
304 static inline int onenand_load_spare(OneNANDState *s, int sec, int secn, in onenand_load_spare()
324 static inline int onenand_prog_spare(OneNANDState *s, int sec, int secn, in onenand_prog_spare()
363 static inline int onenand_erase(OneNANDState *s, int sec, int num) in onenand_erase()
409 int sec; in onenand_command() local
680 int sec; in onenand_write() local
/qemu/hw/xen/
H A Dxen_pt.c590 MemoryRegionSection *sec, bool adding) in xen_pt_region_update()
655 static void xen_pt_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_add()
664 static void xen_pt_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_del()
673 static void xen_pt_io_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_add()
682 static void xen_pt_io_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_del()
/qemu/pc-bios/s390-ccw/
H A Dbootmap.c31 static uint8_t sec[MAX_SECTOR_SIZE*4] __attribute__((__aligned__(PAGE_SIZE))); variable
110 uint64_t cyl, head, sec; in gen_eckd_block_num() local
133 uint64_t cyl, head, sec; in eckd_valid_address() local
H A Dvirtio-blkdev.c70 int sec = rec_list1; in virtio_load_direct() local
/qemu/tests/qtest/
H A Dm48t59-test.c112 int sec, min, hour, mday, mon, year; in cmos_get_date_time() local
H A Drtc-test.c74 int sec, min, hour, mday, mon, year; in cmos_get_date_time() local
/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h76 int64_t sec; member
/qemu/hw/acpi/
H A Dpcihp.c304 PCIBus *sec = pci_bridge_get_sec_bus(PCI_BRIDGE(pdev)); in acpi_pcihp_device_plug_cb() local
/qemu/target/arm/
H A Dgdbstub.c339 static uint32_t *m_sysreg_ptr(CPUARMState *env, MProfileSysreg reg, bool sec) in m_sysreg_ptr()
/qemu/
H A Dqemu-io-cmds.c279 #define HOURS(sec) ((sec) / (60 * 60)) argument
280 #define MINUTES(sec) (((sec) % (60 * 60)) / 60) argument
281 #define SECONDS(sec) ((sec) % 60) argument
/qemu/migration/
H A Ddirtyrate.c894 int64_t sec = qdict_get_try_int(qdict, "second", 0); in hmp_calc_dirty_rate() local
/qemu/hw/rtc/
H A Dmc146818rtc.c323 int32_t hour, min, sec; in get_next_alarm() local
/qemu/hw/pci/
H A Dpci.c1698 PCIBus *sec; in pci_bus_fire_intx_routing_notifier() local
1955 PCIBus *sec; in pci_find_bus_nr() local
1996 PCIBus *sec; in pci_for_each_bus_depth_first() local
/qemu/hw/i386/
H A Dacpi-build.c597 PCIBus *sec; in build_append_notfication_callback() local
2249 uint8_t sec = pci_bus_num(sec_bus); in insert_ivhd() local
/qemu/include/block/
H A Dnvme.h1650 NvmeSecCtrlEntry sec[127]; member