| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 64 -exec tclsh "$0" ${1+"$@"} 65 +exec tclsh8 "$0" ${1+"$@"} 77 -exec tclsh "$0" ${1+"$@"} 78 +exec tclsh8 "$0" ${1+"$@"} 90 -exec tclsh "$0" ${1+"$@"} 91 +exec tclsh8 "$0" ${1+"$@"} 103 -exec tclsh "$0" ${1+"$@"} 104 +exec tclsh8 "$0" ${1+"$@"} 116 -exec tclsh "$0" ${1+"$@"} 117 +exec tclsh8 "$0" ${1+"$@"} [all …]
|
| /openbmc/pldm/platform-mc/ |
| H A D | platform_manager.hpp | 42 exec::task<int> initTerminus(); 49 exec::task<int> configEventReceiver(pldm_tid_t tid); 57 exec::task<int> getPDRs(std::shared_ptr<Terminus> terminus); 75 exec::task<int> getPDR( 93 exec::task<int> getPDRRepositoryInfo( 110 exec::task<int> setEventReceiver( 121 exec::task<int> eventMessageBufferSize(pldm_tid_t tid, 137 exec::task<int> eventMessageSupported( 148 exec::task<int> getFRURecordTables(pldm_tid_t tid, const uint16_t& total, 163 exec::task<int> getFRURecordTable( [all …]
|
| H A D | terminus_manager.hpp | 90 exec::task<int> sendRecvPldmMsg(pldm_tid_t tid, Request& request, 103 virtual exec::task<int> sendRecvPldmMsgOverMctp( 195 exec::task<int> discoverMctpTerminusTask(); 203 exec::task<int> initMctpTerminus(const MctpInfo& mctpInfo); 212 exec::task<int> getTidOverMctp(mctp_eid_t eid, pldm_tid_t* tid); 220 exec::task<int> setTidOverMctp(mctp_eid_t eid, pldm_tid_t tid); 229 exec::task<int> getPLDMTypes(pldm_tid_t tid, uint64_t& supportedTypes); 239 exec::task<int> getPLDMVersion(pldm_tid_t tid, uint8_t type, 252 exec::task<int> getPLDMCommands(pldm_tid_t tid, uint8_t type, 280 std::optional<std::pair<exec::async_scope, std::optional<int>>>
|
| H A D | manager.cpp | 11 exec::task<int> Manager::beforeDiscoverTerminus() in beforeDiscoverTerminus() 19 exec::task<int> Manager::afterDiscoverTerminus() in afterDiscoverTerminus() 34 exec::task<int> Manager::pollForPlatformEvent( in pollForPlatformEvent() 48 exec::task<int> Manager::oemPollForPlatformEvent(pldm_tid_t tid) in oemPollForPlatformEvent()
|
| H A D | manager.hpp | 19 using PollHandler = std::function<exec::task<int>(pldm_tid_t tid)>; 51 exec::task<int> beforeDiscoverTerminus(); 57 exec::task<int> afterDiscoverTerminus(); 210 exec::task<int> pollForPlatformEvent(pldm_tid_t tid, uint16_t pollEventId, 256 exec::task<int> oemPollForPlatformEvent(pldm_tid_t tid);
|
| H A D | sensor_manager.hpp | 90 exec::task<int> doSensorPollingTask(pldm_tid_t tid); 97 exec::task<int> getSensorReading(std::shared_ptr<NumericSensor> sensor); 116 std::map<pldm_tid_t, std::pair<exec::async_scope, std::optional<int>>>
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0004-kexec-elf-exec.c-replace-with-our-err.h.patch | 4 Subject: [PATCH] kexec-elf-exec.c: replace with our elf.h 8 kexec-elf-exec.c: In function 'elf_exec_load': 15 kexec/kexec-elf-exec.c | 2 +- 18 diff --git a/kexec/kexec-elf-exec.c b/kexec/kexec-elf-exec.c 20 --- a/kexec/kexec-elf-exec.c 21 +++ b/kexec/kexec-elf-exec.c
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
| H A D | 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 4 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env 17 regress/test-exec.sh | 5 +++++ 20 diff --git a/regress/test-exec.sh b/regress/test-exec.sh 22 --- a/regress/test-exec.sh 23 +++ b/regress/test-exec.sh
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-include-needed-c-header.patch | 12 src/mongo/db/exec/plan_stats.h | 1 + 15 diff --git a/src/mongo/db/exec/plan_stats.h b/src/mongo/db/exec/plan_stats.h 17 --- a/src/mongo/db/exec/plan_stats.h 18 +++ b/src/mongo/db/exec/plan_stats.h
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/ |
| H A D | fix-menu-generation.patch | 11 - char *exec = g_strdup (g_app_info_get_executable(G_APP_INFO(appinfo))); 12 + char *exec = g_strdup (g_app_info_get_commandline(G_APP_INFO(appinfo))); 15 for (i = 0; i < strlen(exec) - 1; i++) { 21 - g_printf("<action name=\"Execute\"><command>%s</command></action>\n", exec), 26 + exec);
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-ssleay-perl/ |
| H A D | no-exec-on-configure.patch | 11 - my $exec = $self->find_openssl_exec($prefix); 13 - unless (-x $exec) { 23 - $self->check_openssl_version($prefix, $exec); 24 - my $opts = $self->ssleay_get_build_opts($prefix, $exec); 33 - my ($self, $prefix, $exec) = @_;
|
| /openbmc/openbmc/poky/meta/recipes-extended/bash/bash/ |
| H A D | fix-run-builtins.patch | 7 1. redirect the stderr output of command exec with -l option in 24 # test options to exec 25 (exec -a specialname ${THIS_SH} -c 'echo $0' ) 26 -(exec -l -a specialname ${THIS_SH} -c 'echo $0' ) 27 +(exec -l -a specialname ${THIS_SH} -c 'echo $0' ) 2> /dev/null
|
| /openbmc/qemu/accel/tcg/ |
| H A D | meson.build | 8 'cpu-exec.c', 9 'cpu-exec-common.c', 26 'user-exec.c', 27 'user-exec-stub.c',
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/ |
| H A D | lirc_0.10.2.bb | 3 DESCRIPTION:append:lirc-exec = " This package contains a daemon that runs programs on IR signals." 28 SYSTEMD_PACKAGES = "lirc lirc-exec" 30 SYSTEMD_SERVICE:${PN}-exec = "irexec.service" 32 SYSTEMD_AUTO_ENABLE:lirc-exec = "enable" 88 PACKAGES =+ "${PN}-contrib ${PN}-exec ${PN}-plugins ${PN}-python" 91 RDEPENDS:${PN}-exec = "${PN}" 94 RRECOMMENDS:${PN} = "${PN}-exec ${PN}-plugins" 98 FILES:${PN}-exec = "${bindir}/irexec ${sysconfdir}/lircexec ${systemd_unitdir}/system/irexec.servic… 106 INITSCRIPT_PACKAGES = "lirc lirc-exec" 107 INITSCRIPT_NAME:lirc-exec = "lircexec" [all …]
|
| /openbmc/pldm/requester/test/ |
| H A D | handler_test.cpp | 166 exec::async_scope scope; in TEST_F() 175 stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F() 200 exec::default_task_context<void>(stdexec::inline_scheduler{})); in TEST_F() 213 exec::async_scope scope; in TEST_F() 223 stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F() 234 exec::default_task_context<void>(stdexec::inline_scheduler{})); in TEST_F() 247 static exec::task<uint8_t> getTIDTask(Handler<MockRequest>& handler, in TEST_F() 271 exec::async_scope scope; in TEST_F() 280 scope.spawn(stdexec::just() | stdexec::let_value([&] -> exec::task<void> { in TEST_F() 288 exec::default_task_context<void>(stdexec::inline_scheduler{})); in TEST_F()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/go/ |
| H A D | 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch | 4 Subject: [PATCH 07/11] exec.go: filter out build-specific paths from linker 15 src/cmd/go/internal/work/exec.go | 25 ++++++++++++++++++++++++- 18 diff --git a/src/cmd/go/internal/work/exec.go b/src/cmd/go/internal/work/exec.go 20 --- a/src/cmd/go/internal/work/exec.go 21 +++ b/src/cmd/go/internal/work/exec.go
|
| /openbmc/openbmc/poky/meta/recipes-core/initrdscripts/ |
| H A D | initramfs-framework_1.0.bb | 11 file://exec \ 35 # exec 36 install -m 0755 ${S}/exec ${D}/init.d/89-exec 63 initramfs-module-exec \ 84 SUMMARY:initramfs-module-exec = "initramfs support for easy execution of applications" 85 RDEPENDS:initramfs-module-exec = "${PN}-base" 86 FILES:initramfs-module-exec = "/init.d/89-exec"
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | drcov.c | 38 bool exec; member 72 if (bb->exec) { in printf_el() 84 if (bb->exec) { in count_block() 118 bb->exec = true; in vcpu_tb_exec() 136 bb->exec = false; in vcpu_tb_trans()
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0022-avoid-missing-LOCK_EX-declaration.patch | 14 src/core/exec-invoke.c | 1 + 30 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c 32 --- a/src/core/exec-invoke.c 33 +++ b/src/core/exec-invoke.c
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/corosync/corosync/ |
| H A D | CVE-2025-30472.patch | 18 exec/totemsrp.c | 18 +++++++++++++++++- 21 diff --git a/exec/totemsrp.c b/exec/totemsrp.c 23 --- a/exec/totemsrp.c 24 +++ b/exec/totemsrp.c
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | target_os_elf.h | 71 struct elfhdr *exec, in target_create_elf_tables() argument 107 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables() 109 NEW_AUX_ENT(AT_PHNUM, (abi_ulong)(exec->e_phnum)); in target_create_elf_tables() 114 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
|
| /openbmc/qemu/bsd-user/openbsd/ |
| H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables() argument 119 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables() 121 NEW_AUX_ENT(AT_PHNUM, (abi_ulong)(exec->e_phnum)); in target_create_elf_tables() 125 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
|
| /openbmc/qemu/bsd-user/netbsd/ |
| H A D | target_os_elf.h | 68 struct elfhdr *exec, in target_create_elf_tables() argument 119 NEW_AUX_ENT(AT_PHDR, (abi_ulong)(load_addr + exec->e_phoff)); in target_create_elf_tables() 121 NEW_AUX_ENT(AT_PHNUM, (abi_ulong)(exec->e_phnum)); in target_create_elf_tables() 125 NEW_AUX_ENT(AT_ENTRY, load_bias + exec->e_entry); in target_create_elf_tables()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/ |
| H A D | babeltrace2_2.1.1.bb | 58 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + 60 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 62 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 64 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 66 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 68 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 70 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 81 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} + 85 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; 96 find "${D}${PTEST_PATH}" -name Makefile -type f -exec \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0022-avoid-missing-LOCK_EX-declaration.patch | 13 src/core/exec-invoke.c | 1 + 17 --- a/src/core/exec-invoke.c 18 +++ b/src/core/exec-invoke.c
|