Home
last modified time | relevance | path

Searched refs:object_new_with_props (Results 1 – 17 of 17) sorted by relevance

/qemu/tests/unit/
H A Dtest-crypto-secret.c34 Object *sec = object_new_with_props( in test_secret_direct()
65 sec = object_new_with_props( in test_secret_indirect_good()
88 Object *sec = object_new_with_props( in test_secret_indirect_badfile()
111 sec = object_new_with_props( in test_secret_indirect_emptyfile()
147 sec = object_new_with_props( in test_secret_keyring_good()
175 sec = object_new_with_props( in test_secret_keyring_revoked_key()
201 sec = object_new_with_props( in test_secret_keyring_expired_key()
220 sec = object_new_with_props( in test_secret_keyring_bad_serial_key()
257 sec = object_new_with_props( in test_secret_keyring_bad_key_access_right()
275 Object *sec = object_new_with_props( in test_secret_noconv_base64_good()
[all …]
H A Dcheck-qom-proplist.c344 object_new_with_props(TYPE_DUMMY, in test_dummy_createv()
480 object_new_with_props(TYPE_DUMMY, in test_dummy_badenum()
507 object_new_with_props(TYPE_DUMMY, in test_dummy_getenum()
572 object_new_with_props(TYPE_DUMMY, in test_dummy_iterator()
601 object_new_with_props(TYPE_DUMMY_DEV, in test_dummy_delchild()
H A Dtest-crypto-tlssession.c57 Object *creds = object_new_with_props( in test_tls_creds_psk_create()
189 Object *creds = object_new_with_props( in test_tls_creds_x509_create()
H A Dtest-io-channel-tls.c70 Object *creds = object_new_with_props( in test_tls_creds_create()
H A Dtest-crypto-block.c239 return object_new_with_props( in test_block_secret()
H A Dtest-crypto-tlscredsx509.c44 Object *creds = object_new_with_props( in test_tls_creds_create()
/qemu/authz/
H A Dsimple.c100 object_new_with_props(TYPE_QAUTHZ_SIMPLE, in qauthz_simple_new()
H A Dpamacct.c125 object_new_with_props(TYPE_QAUTHZ_PAM, in qauthz_pam_new()
H A Dlist.c143 object_new_with_props(TYPE_QAUTHZ_LIST, in qauthz_list_new()
H A Dlistfile.c259 object_new_with_props(TYPE_QAUTHZ_LIST_FILE, in qauthz_list_file_new()
/qemu/hw/misc/
H A Dauxbus.c69 auxtoi2c = object_new_with_props(TYPE_AUXTOI2C, OBJECT(bus), "i2c", in aux_bus_init()
/qemu/
H A Diothread.c386 obj = object_new_with_props(TYPE_IOTHREAD, in iothread_create()
/qemu/ui/
H A Ddbus.c494 object_new_with_props(TYPE_DBUS_DISPLAY, in dbus_init()
/qemu/hw/arm/
H A Dnpcm7xx_boards.c126 obj = object_new_with_props(nmc->soc_type, OBJECT(machine), "soc", in npcm7xx_create_soc()
H A Darmv7m.c300 s->cpu = ARM_CPU(object_new_with_props(s->cpu_type, OBJECT(s), "cpu", in armv7m_realize()
/qemu/include/qom/
H A Dobject.h676 Object *object_new_with_props(const char *typename,
/qemu/qom/
H A Dobject.c801 Object *object_new_with_props(const char *typename, in object_new_with_props() function