Searched refs:qtest_vboot (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | libqos-spapr.c | 15 return qtest_vboot(&qos_ops, cmdline_fmt, ap); in qtest_spapr_vboot() 24 qs = qtest_vboot(&qos_ops, cmdline_fmt, ap); in qtest_spapr_boot()
|
H A D | libqos-pc.c | 15 return qtest_vboot(&qos_ops, cmdline_fmt, ap); in qtest_pc_vboot() 24 qs = qtest_vboot(&qos_ops, cmdline_fmt, ap); in qtest_pc_boot()
|
H A D | libqos.c | 15 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap) in qtest_vboot() function 43 qs = qtest_vboot(ops, cmdline_fmt, ap); in qtest_boot()
|
H A D | libqos.h | 24 QOSState *qtest_vboot(QOSOps *ops, const char *cmdline_fmt, va_list ap)
|