Searched refs:object_new_with_props (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-secret.c | 34 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 D | check-qom-proplist.c | 344 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 D | test-crypto-tlssession.c | 79 Object *creds = object_new_with_props( in test_tls_creds_psk_create() 211 Object *creds = object_new_with_props( in test_tls_creds_x509_create()
|
H A D | test-io-channel-tls.c | 70 Object *creds = object_new_with_props( in test_tls_creds_create()
|
H A D | test-crypto-block.c | 239 return object_new_with_props( in test_block_secret()
|
H A D | test-crypto-tlscredsx509.c | 44 Object *creds = object_new_with_props( in test_tls_creds_create()
|
/openbmc/qemu/authz/ |
H A D | simple.c | 100 object_new_with_props(TYPE_QAUTHZ_SIMPLE, in qauthz_simple_new()
|
H A D | pamacct.c | 125 object_new_with_props(TYPE_QAUTHZ_PAM, in qauthz_pam_new()
|
H A D | listfile.c | 259 object_new_with_props(TYPE_QAUTHZ_LIST_FILE, in qauthz_list_file_new()
|
H A D | list.c | 143 object_new_with_props(TYPE_QAUTHZ_LIST, in qauthz_list_new()
|
/openbmc/qemu/hw/misc/ |
H A D | auxbus.c | 69 auxtoi2c = object_new_with_props(TYPE_AUXTOI2C, OBJECT(bus), "i2c", in aux_bus_init()
|
/openbmc/qemu/ |
H A D | iothread.c | 386 obj = object_new_with_props(TYPE_IOTHREAD, in iothread_create()
|
/openbmc/qemu/ui/ |
H A D | dbus.c | 494 object_new_with_props(TYPE_DBUS_DISPLAY, in dbus_init()
|
/openbmc/qemu/hw/arm/ |
H A D | npcm7xx_boards.c | 126 obj = object_new_with_props(nmc->soc_type, OBJECT(machine), "soc", in npcm7xx_create_soc()
|
H A D | armv7m.c | 300 s->cpu = ARM_CPU(object_new_with_props(s->cpu_type, OBJECT(s), "cpu", in armv7m_realize()
|
/openbmc/qemu/include/qom/ |
H A D | object.h | 676 Object *object_new_with_props(const char *typename,
|
/openbmc/qemu/qom/ |
H A D | object.c | 799 Object *object_new_with_props(const char *typename, in object_new_with_props() function
|