| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_variables.c | 17 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 D | efi_selftest_rtc.c | 14 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 D | power_off_rule_test.cpp | 34 "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 D | 0035-openmp-Do-not-emit-date-and-time-into-generate-files.patch | 13 ./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 D | nic-powercycle | 29 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 D | 0022-CC312-alignment-of-cc312-differences.patch | 14 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 D | serial-tests-config.patch | 13 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 D | libpam_1.7.0.bb | 8 # /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 D | buildgalculator.py | 7 from oeqa.runtime.case import OERuntimeTestCase 9 from oeqa.runtime.decorator.package import OEHasPackage 11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
|
| H A D | buildcpio.py | 7 from oeqa.runtime.case import OERuntimeTestCase 9 from oeqa.runtime.decorator.package import OEHasPackage 11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
|
| H A D | buildlzip.py | 7 from oeqa.runtime.case import OERuntimeTestCase 9 from oeqa.runtime.decorator.package import OEHasPackage 11 from oeqa.runtime.utils.targetbuildproject import TargetBuildProject
|
| H A D | ltp_compliance.py | 12 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 D | ltp_stress.py | 12 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 D | perl.py | 9 from oeqa.runtime.case import OERuntimeTestCase 11 from oeqa.runtime.decorator.package import OEHasPackage
|
| H A D | gstreamer.py | 7 from oeqa.runtime.case import OERuntimeTestCase 8 from oeqa.runtime.decorator.package import OEHasPackage
|
| H A D | gi.py | 9 from oeqa.runtime.case import OERuntimeTestCase 11 from oeqa.runtime.decorator.package import OEHasPackage
|
| H A D | go.py | 7 from oeqa.runtime.case import OERuntimeTestCase 9 from oeqa.runtime.decorator.package import OEHasPackage
|
| H A D | python.py | 7 from oeqa.runtime.case import OERuntimeTestCase 9 from oeqa.runtime.decorator.package import OEHasPackage
|
| H A D | df.py | 7 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 D | libmtp_1.1.21.bb | 40 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 D | power_off_config.md | 32 - `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 D | packagegroup-go-sdk-target.bb | 7 go-runtime \ 8 go-runtime-dev \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/ |
| H A D | nanopb.bb | 10 nanopb-runtime \ 15 nanopb-runtime \
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-antlr4-runtime_4.13.1.bb | 1 SUMMARY = "ANTLR runtime for Python" 7 PYPI_PACKAGE = "antlr4-python3-runtime"
|
| /openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
| H A D | firejail.py | 5 from oeqa.runtime.case import OERuntimeTestCase 7 from oeqa.runtime.decorator.package import OEHasPackage
|