Home
last modified time | relevance | path

Searched refs:not_implemented (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-test.c122 static void not_implemented(void) in not_implemented() function
201 not_implemented(); in do_testfloat()
216 not_implemented(); in do_testfloat()
219 not_implemented(); in do_testfloat()
231 not_implemented(); in do_testfloat()
301 not_implemented(); in do_testfloat()
304 not_implemented(); in do_testfloat()
326 not_implemented(); in do_testfloat()
558 not_implemented(); in do_testfloat()
561 not_implemented(); in do_testfloat()
[all …]
/openbmc/qemu/hw/acpi/
H A Dtpm.c26 *not_implemented, *pak, *tpm2, *tpm3, *pprm, *pprq, *zero, *one; in tpm_build_ppi_acpi() local
35 not_implemented = aml_int(TPM_PPI_FUNC_NOT_IMPLEMENTED); in tpm_build_ppi_acpi()
173 not_implemented)); in tpm_build_ppi_acpi()
334 not_implemented)); in tpm_build_ppi_acpi()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp510 EXPECT_EQ(res.result(), boost::beast::http::status::not_implemented); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp465 res.result(boost::beast::http::status::not_implemented); in parseParameters()