Home
last modified time | relevance | path

Searched refs:ucc (Results 1 – 23 of 23) sorted by relevance

/qemu/qom/
H A Dobject_interfaces.c24 UserCreatableClass *ucc = USER_CREATABLE_GET_CLASS(uc); in user_creatable_complete() local
27 if (ucc->complete) { in user_creatable_complete()
28 ucc->complete(uc, &err); in user_creatable_complete()
37 UserCreatableClass *ucc = USER_CREATABLE_GET_CLASS(uc); in user_creatable_can_be_deleted() local
39 if (ucc->can_be_deleted) { in user_creatable_can_be_deleted()
40 return ucc->can_be_deleted(uc); in user_creatable_can_be_deleted()
/qemu/
H A Devent-loop-base.c104 UserCreatableClass *ucc = USER_CREATABLE_CLASS(klass); in event_loop_base_class_init() local
105 ucc->complete = event_loop_base_complete; in event_loop_base_class_init()
106 ucc->can_be_deleted = event_loop_base_can_be_deleted; in event_loop_base_class_init()
/qemu/authz/
H A Dsimple.c84 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_simple_class_init() local
86 ucc->complete = qauthz_simple_complete; in qauthz_simple_class_init()
H A Dpamacct.c108 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_pam_class_init() local
111 ucc->complete = qauthz_pam_complete; in qauthz_pam_class_init()
H A Dlistfile.c225 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qauthz_list_file_class_init() local
228 ucc->complete = qauthz_list_file_complete; in qauthz_list_file_class_init()
/qemu/crypto/
H A Dtls-cipher-suites.c107 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_cipher_suites_class_init() local
110 ucc->complete = qcrypto_tls_cipher_suites_complete; in qcrypto_tls_cipher_suites_class_init()
H A Dtlscredsanon.c173 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_creds_anon_class_init() local
175 ucc->complete = qcrypto_tls_creds_anon_complete; in qcrypto_tls_creds_anon_class_init()
H A Dtlscredspsk.c271 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_creds_psk_class_init() local
273 ucc->complete = qcrypto_tls_creds_psk_complete; in qcrypto_tls_creds_psk_class_init()
H A Dsecret_common.c277 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_secret_class_init() local
279 ucc->complete = qcrypto_secret_complete; in qcrypto_secret_class_init()
H A Dtlscredsx509.c834 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qcrypto_tls_creds_x509_class_init() local
839 ucc->complete = qcrypto_tls_creds_x509_complete; in qcrypto_tls_creds_x509_class_init()
/qemu/backends/
H A Drng.c104 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in rng_backend_class_init() local
106 ucc->complete = rng_backend_complete; in rng_backend_class_init()
H A Diommufd.c68 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in iommufd_backend_class_init() local
70 ucc->can_be_deleted = iommufd_backend_can_be_deleted; in iommufd_backend_class_init()
H A Dhostmem.c486 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in host_memory_backend_class_init() local
488 ucc->complete = host_memory_backend_memory_complete; in host_memory_backend_class_init()
489 ucc->can_be_deleted = host_memory_backend_can_be_deleted; in host_memory_backend_class_init()
H A Dcryptodev.c613 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in cryptodev_backend_class_init() local
615 ucc->complete = cryptodev_backend_complete; in cryptodev_backend_class_init()
616 ucc->can_be_deleted = cryptodev_backend_can_be_deleted; in cryptodev_backend_class_init()
H A Ddbus-vmstate.c490 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in dbus_vmstate_class_init() local
493 ucc->complete = dbus_vmstate_complete; in dbus_vmstate_class_init()
/qemu/util/
H A Dthread-context.c278 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in thread_context_class_init() local
280 ucc->complete = thread_context_instance_complete; in thread_context_class_init()
/qemu/net/
H A Dfilter.c338 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in netfilter_class_init() local
353 ucc->complete = netfilter_complete; in netfilter_class_init()
H A Dcolo-compare.c1360 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in colo_compare_class_init() local
1362 ucc->complete = colo_compare_complete; in colo_compare_class_init()
/qemu/block/
H A Dthrottle-groups.c940 UserCreatableClass *ucc = USER_CREATABLE_CLASS(klass); in throttle_group_obj_class_init() local
942 ucc->complete = throttle_group_obj_complete; in throttle_group_obj_class_init()
943 ucc->can_be_deleted = throttle_group_can_be_deleted; in throttle_group_obj_class_init()
/qemu/ui/
H A Dinput-linux.c500 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in input_linux_class_init() local
502 ucc->complete = input_linux_complete; in input_linux_class_init()
H A Ddbus.c403 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in dbus_display_class_init() local
405 ucc->complete = dbus_display_complete; in dbus_display_class_init()
H A Dinput-barrier.c701 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in input_barrier_class_init() local
703 ucc->complete = input_barrier_complete; in input_barrier_class_init()
/qemu/system/
H A Dqtest.c1044 UserCreatableClass *ucc = USER_CREATABLE_CLASS(oc); in qtest_class_init() local
1047 ucc->complete = qtest_complete; in qtest_class_init()