| /openbmc/phosphor-objmgr/libmapper/ |
| H A D | mapper.c | 58 mapper_async_wait* wait; member 150 mapper_async_wait* wait = data->wait; in async_wait_timeout_callback() local 154 wait->conn, NULL, "xyz.openbmc_project.ObjectMapper", in async_wait_timeout_callback() 160 async_wait_done(r, wait); in async_wait_timeout_callback() 173 mapper_async_wait* wait = data->wait; in async_wait_getobject_callback() local 176 if (wait->finished) in async_wait_getobject_callback() 191 r = sd_event_now(wait->loop, CLOCK_MONOTONIC, &next_retry); in async_wait_getobject_callback() 194 async_wait_done(r, wait); in async_wait_getobject_callback() 199 r = sd_event_add_time(wait->loop, &data->event_source, CLOCK_MONOTONIC, in async_wait_getobject_callback() 204 async_wait_done(r, wait); in async_wait_getobject_callback() [all …]
|
| /openbmc/phosphor-state-manager/service_files/ |
| H A D | phosphor-discover-system-state@.service | 3 Wants=mapper-wait@-xyz-openbmc_project-control-host%i-power_restore_policy.service 4 After=mapper-wait@-xyz-openbmc_project-control-host%i-power_restore_policy.service 5 Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service 6 After=mapper-wait@-xyz-openbmc_project-state-host%i.service 7 Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service 8 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service 9 Wants=mapper-wait@-xyz-openbmc_project-state-bmc0.service 10 After=mapper-wait@-xyz-openbmc_project-state-bmc0.service
|
| H A D | xyz.openbmc_project.State.Host@.service | 3 Wants=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 4 After=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 5 Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service 6 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
|
| /openbmc/openbmc/meta-ibm/recipes-core/systemd/ |
| H A D | systemd_%.bbappend | 11 SRC_URI:append:ibm-enterprise = " file://systemd-networkd-only-wait-for-one.conf" 14 SRC_URI:append:genesis3 = " file://systemd-networkd-only-wait-for-one.conf" 15 SRC_URI:append:sbp1 = " file://systemd-networkd-only-wait-for-one.conf" 17 SRC_URI:append:system1 = " file://systemd-networkd-only-wait-for-one.conf" 31 …rise = " ${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/systemd-networkd-only-wa… 35 …sis3 = " ${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/systemd-networkd-only-wa… 36 …sbp1 = " ${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/systemd-networkd-only-wa… 38 …tem1 = " ${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/systemd-networkd-only-wa… 54 …stemd-networkd-only-wait-for-one.conf ${D}${systemd_system_unitdir}/systemd-networkd-wait-online.s… 59 # Genesis3 and SBP1 uses both BMC's RGMII MACs, so wait for only one to be online [all …]
|
| /openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit-inittab/ |
| H A D | inittab | 12 ~~:S:wait:/sbin/sulogin 22 l0:0:wait:/etc/init.d/rc 0 23 l1:1:wait:/etc/init.d/rc 1 24 l2:2:wait:/etc/init.d/rc 2 25 l3:3:wait:/etc/init.d/rc 3 26 l4:4:wait:/etc/init.d/rc 4 27 l5:5:wait:/etc/init.d/rc 5 28 l6:6:wait:/etc/init.d/rc 6
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/sensors/ |
| H A D | dbus-sensors_%.bbappend | 15 …wait-host0-state-ready.conf:xyz.openbmc_project.hwmontempsensor.service.d/wait-host0-state-ready.c… 16 … wait-host0-state-ready.conf:xyz.openbmc_project.psusensor.service.d/wait-host0-state-ready.conf \ 17 …wait-host0-state-ready.conf:xyz.openbmc_project.smbpbisensor.service.d/wait-host0-state-ready.conf…
|
| /openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/network/ |
| H A D | phosphor-network_%.bbappend | 21 file://wait-baseboard-inventory \ 22 file://wait-inventory.conf \ 26 ${libexecdir}/phosphor-network/wait-baseboard-inventory \ 30 wait-inventory.conf:xyz.openbmc_project.Network.service.d/wait-inventory.conf \ 35 install -m 0755 ${UNPACKDIR}/wait-baseboard-inventory ${D}${libexecdir}/phosphor-network/
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | state_manager.robot | 18 [Arguments] ${wait}=${1} 21 # wait Indicates that this keyword should wait for host running state. 27 # Does caller want to wait for status? 28 IF '${wait}' == '${0}' Return From Keyword 38 [Arguments] ${wait}=${1} 41 # wait Indicates that this keyword should wait for host off state. 47 # Does caller want to wait for status? 48 IF '${wait}' == '${0}' Return From Keyword 64 [Arguments] ${wait}=${1} 67 # wait Indicates that this keyword should wait for host off state. [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
| H A D | 0001-immpbe_dump.cc-Use-sys-wait.h-instead-of-wait.h.patch | 4 Subject: [PATCH] immpbe_dump.cc: Use sys/wait.h instead of wait.h 7 redirecting incorrect #include <wait.h> to <sys/wait.h> 25 -#include <wait.h> 31 +#include <sys/wait.h>
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0007-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch | 4 Subject: [PATCH] fix the incorrect assembling for ppc wait mnemonic 6 The wait mnemonic for ppc targets is incorrectly assembled into 0x7c00003c due 8 kernel boot calltrace for ppc targets when wait instruction is executed. 24 -{"wait", X(31,30), XWCPL_MASK, POWER10, 0, {WC, PL}}, 25 -{"wait", X(31,30), XWC_MASK, POWER9, POWER10, {WC}}, 33 -{"wait", X(31,62), XWC_MASK, E500MC|PPCA2, 0, {WC}}, 34 +{"wait", X(31,62), XWC_MASK, E500MC|PPCA2|POWER9|POWER10, 0, {WC}},
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/ |
| H A D | phosphor-skeleton-control-power_git.bb | 22 phosphor-wait-power-on@.service \ 23 phosphor-wait-power-off@.service \ 29 ON_TMPL = "phosphor-wait-power-on@.service" 30 ON_INSTFMT = "phosphor-wait-power-on@{0}.service" 34 OFF_TMPL = "phosphor-wait-power-off@.service" 35 OFF_INSTFMT = "phosphor-wait-power-off@{0}.service"
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/ |
| H A D | gbs-sysinit.service | 5 Wants=mapper-wait@-xyz-openbmc_project-inventory.service 6 After=mapper-wait@-xyz-openbmc_project-inventory.service 7 Wants=mapper-wait@-xyz-openbmc_project-control-nvme.service 8 After=mapper-wait@-xyz-openbmc_project-control-nvme.service
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/network/first-boot-set-mac/ |
| H A D | first-boot-set-mac@.service | 4 Wants=mapper-wait@-xyz-openbmc_project-inventory.service 5 After=mapper-wait@-xyz-openbmc_project-inventory.service 6 Wants=mapper-wait@-xyz-openbmc_project-network-%i.service 7 After=mapper-wait@-xyz-openbmc_project-network-%i.service
|
| /openbmc/phosphor-misc/firstboot/ |
| H A D | first-boot-set-mac@.service | 4 Wants=mapper-wait@-xyz-openbmc_project-inventory.service 5 After=mapper-wait@-xyz-openbmc_project-inventory.service 6 Wants=mapper-wait@-xyz-openbmc_project-network-%i.service 7 After=mapper-wait@-xyz-openbmc_project-network-%i.service
|
| /openbmc/openbmc/meta-facebook/recipes-fb/network-wait-ipv6-ll/ |
| H A D | network-wait-ipv6-ll_0.1.bb | 13 file://network-wait-ipv6-ll@.service \ 22 NCSI_WAIT_IPV6_LL_INSTFMT = "../network-wait-ipv6-ll@.service:${TGT}.wants/network-wait-ipv6-ll@{0}… 24 SYSTEMD_SERVICE:${PN} += "network-wait-ipv6-ll@.service"
|
| /openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/phosphor-state-manager/ |
| H A D | xyz.openbmc_project.State.Host@.service | 3 Wants=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 4 After=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 5 Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service 6 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
|
| /openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/phosphor-state-manager/ |
| H A D | xyz.openbmc_project.State.Host@.service | 3 Wants=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 4 After=mapper-wait@-xyz-openbmc_project-control-host%i-auto_reboot.service 5 Wants=mapper-wait@-xyz-openbmc_project-state-chassis%i.service 6 After=mapper-wait@-xyz-openbmc_project-state-chassis%i.service
|
| /openbmc/sdbusplus/test/message/ |
| H A D | call.cpp | 43 b.wait(1s); in TEST() 55 b.wait(1s); in TEST() 67 b.wait(1s); in TEST() 81 b.wait(1s); in TEST() 96 b.wait(1s); in TEST()
|
| /openbmc/phosphor-power/services/ |
| H A D | power-supply-monitor@.service | 3 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-powersupply%i.service 4 After=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-powersupply%i.service 5 Wants=mapper-wait@-org-openbmc-control-power0.service 6 After=mapper-wait@-org-openbmc-control-power0.service
|
| /openbmc/qemu/target/mips/system/ |
| H A D | cp0_timer.c | 41 uint32_t wait; in cpu_mips_timer_update() local 44 wait = env->CP0_Compare - cpu_mips_get_count_val(env); in cpu_mips_timer_update() 46 if (!wait) { in cpu_mips_timer_update() 47 wait = UINT32_MAX; in cpu_mips_timer_update() 49 next_ns = now_ns + clock_ticks_to_ns(env->count_clock, wait); in cpu_mips_timer_update()
|
| /openbmc/openpower-proc-control/service_files/ |
| H A D | op-reset-host-check@.service.in | 3 Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service 4 After=mapper-wait@-xyz-openbmc_project-state-host%i.service 5 Wants=mapper-wait@-xyz-openbmc_project-logging.service 6 After=mapper-wait@-xyz-openbmc_project-logging.service
|
| /openbmc/openbmc/meta-facebook/recipes-core/systemd/ |
| H A D | systemd_%.bbappend | 6 file://systemd-networkd-only-wait-for-one.conf \ 24 ${UNPACKDIR}/systemd-networkd-only-wait-for-one.conf \ 25 …${D}${systemd_system_unitdir}/systemd-networkd-wait-online.service.d/systemd-networkd-only-wait-fo…
|
| /openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
| H A D | gbmc-ncsi-networkd-wait.target.in | 2 # phosphor-networkd entirely, but not wait forever for the non-existent 7 Wants=mapper-wait@-xyz-openbmc_project-network-@NCSI_IF@.service 8 After=mapper-wait@-xyz-openbmc_project-network-@NCSI_IF@.service
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-virtual-sensor/ |
| H A D | phosphor-virtual-sensor.service.replace | 3 After=mapper-wait@-xyz-openbmc_project-sensors-temperature-inlet.service 4 After=mapper-wait@-xyz-openbmc_project-sensors-temperature-outlet_0.service 5 After=mapper-wait@-xyz-openbmc_project-sensors-temperature-outlet_1.service
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/ |
| H A D | 0001-Fix-function-prototype-errors.patch | 71 -#include <sys/wait.h> /* For wait() */ 73 +#include <sys/wait.h> /* For wait() */ 83 #ifdef UNIX /* Pointer arg to wait() allowed */ 85 +#include <sys/wait.h> /* wait() API */
|