Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_variables.c17 static struct efi_runtime_services *runtime; variable
35 runtime = systable->runtime; in setup()
56 ret = runtime->query_variable_info(EFI_VARIABLE_BOOTSERVICE_ACCESS, in execute()
66 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute()
75 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute()
90 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
98 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
114 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
123 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
140 ret = runtime->get_next_variable_name(&len, varname, &guid); in execute()
[all …]
H A Defi_selftest_rtc.c14 static struct efi_runtime_services *runtime; variable
26 runtime = systable->runtime; in setup()
43 ret = runtime->get_time(&tm, NULL); in execute()
/openbmc/phosphor-fan-presence/monitor/test/
H A Dpower_off_rule_test.cpp34 "state": "runtime" in TEST()
41 "state": "runtime" in TEST()
48 "state": "runtime" in TEST()
73 rules[0]->check(PowerRuleState::runtime, health); in TEST()
91 rules[1]->check(PowerRuleState::runtime, health); in TEST()
98 rules[1]->check(PowerRuleState::runtime, health); in TEST()
112 rules[2]->check(PowerRuleState::runtime, health); in TEST()
133 rules[3]->check(PowerRuleState::runtime, health); in TEST()
146 rules[3]->check(PowerRuleState::runtime, health); in TEST()
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0035-openmp-Do-not-emit-date-and-time-into-generate-files.patch13 ./usr/src/debug/openmp/20.1.2/runtime/src/kmp_i18n_id.inc
18 openmp/runtime/tools/message-converter.py | 3 +--
21 diff --git a/openmp/runtime/tools/message-converter.py b/openmp/runtime/tools/message-converter.py
23 --- a/openmp/runtime/tools/message-converter.py
24 +++ b/openmp/runtime/tools/message-converter.py
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/pldm/files/
H A Dnic-powercycle29 mfg-tool power-control -p $corresponding_slot1 -a off -s runtime
30 mfg-tool power-control -p $corresponding_slot2 -a off -s runtime
72 mfg-tool power-control -p $corresponding_slot1 -a on -s runtime
73 mfg-tool power-control -p $corresponding_slot2 -a on -s runtime
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0022-CC312-alignment-of-cc312-differences.patch14 lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/cc_lib.c | 3 +++
17 diff --git a/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/cc_lib.c b/lib/ext/cryptocell-312-run…
19 --- a/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/cc_lib.c
20 +++ b/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/cc_lib.c
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/
H A Dserial-tests-config.patch13 gettext-runtime/configure.ac | 2 +-
30 diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac
32 --- a/gettext-runtime/configure.ac
33 +++ b/gettext-runtime/configure.ac
34 @@ -22,7 +22,7 @@ AC_INIT([gettext-runtime],
/openbmc/openbmc/poky/meta/recipes-extended/pam/
H A Dlibpam_1.7.0.bb8 # /etc/pam.d comes from Debian libpam-runtime in 2009-11 (at that time
9 # libpam-runtime-1.0.1 is GPL-2.0-or-later), by openembedded
43 PACKAGES += "${PN}-runtime ${PN}-xtests"
49 FILES:${PN}-runtime = "${sysconfdir} ${sbindir} ${nonarch_libdir}/systemd/system"
66 RPROVIDES:${PN}-runtime += "${PN}-runtime-${libpam_suffix}"
68 RDEPENDS:${PN}-runtime = "${PN}-${libpam_suffix} \
84 RRECOMMENDS:${PN} = "${PN}-runtime-${libpam_suffix}"
162 CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-session"
163 CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-auth"
164 CONFFILES:${PN}-runtime += "${sysconfdir}/pam.d/common-password"
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dbuildgalculator.py7 from oeqa.runtime.case import OERuntimeTestCase
9 from oeqa.runtime.decorator.package import OEHasPackage
11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
H A Dbuildcpio.py7 from oeqa.runtime.case import OERuntimeTestCase
9 from oeqa.runtime.decorator.package import OEHasPackage
11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
H A Dbuildlzip.py7 from oeqa.runtime.case import OERuntimeTestCase
9 from oeqa.runtime.decorator.package import OEHasPackage
11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
H A Dltp_compliance.py12 from oeqa.runtime.case import OERuntimeTestCase
14 from oeqa.runtime.decorator.package import OEHasPackage
76 runtime = int(endtime-starttime)
77 sections['duration'] = runtime
H A Dltp_stress.py12 from oeqa.runtime.case import OERuntimeTestCase
14 from oeqa.runtime.decorator.package import OEHasPackage
75 runtime = int(endtime-starttime)
76 sections['duration'] = runtime
H A Dperl.py9 from oeqa.runtime.case import OERuntimeTestCase
11 from oeqa.runtime.decorator.package import OEHasPackage
H A Dgstreamer.py7 from oeqa.runtime.case import OERuntimeTestCase
8 from oeqa.runtime.decorator.package import OEHasPackage
H A Dgi.py9 from oeqa.runtime.case import OERuntimeTestCase
11 from oeqa.runtime.decorator.package import OEHasPackage
H A Dgo.py7 from oeqa.runtime.case import OERuntimeTestCase
9 from oeqa.runtime.decorator.package import OEHasPackage
H A Dpython.py7 from oeqa.runtime.case import OERuntimeTestCase
9 from oeqa.runtime.decorator.package import OEHasPackage
H A Ddf.py7 from oeqa.runtime.case import OERuntimeTestCase
10 from oeqa.runtime.decorator.package import OEHasPackage
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/
H A Dlibmtp_1.1.21.bb40 PACKAGES =+ "${BPN}-common ${BPN}-runtime"
43 RRECOMMENDS:${BPN} += "libmtp-runtime ${PN}-bin"
48 FILES:${BPN}-runtime = "${nonarch_base_libdir}/udev/mtp-probe"
49 RDEPENDS:${BPN}-runtime = "libmtp-common"
50 SUMMARY:${BPN}-runtime = "mtp-probe, used for the MTP udev rules"
51 DESCRIPTION:${BPN}-runtime = "This package provides mtp-probe, a program to probe newly connected d…
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dpower_off_config.md32 - `state` - ["at_pgood", "runtime"] (Optional)
35 - `runtime` - At system runtime, the power off rule becomes valid. A power off
36 rule of `runtime` only goes into affect after the system reaches runtime.
71 "state": "runtime"
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-go-sdk-target.bb7 go-runtime \
8 go-runtime-dev \
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/
H A Dnanopb.bb10 nanopb-runtime \
15 nanopb-runtime \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-antlr4-runtime_4.13.1.bb1 SUMMARY = "ANTLR runtime for Python"
7 PYPI_PACKAGE = "antlr4-python3-runtime"
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dfirejail.py5 from oeqa.runtime.case import OERuntimeTestCase
7 from oeqa.runtime.decorator.package import OEHasPackage

12345678910>>...24