Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 4097) sorted by relevance

12345678910>>...164

/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/clemente/
H A Dplatform-gpio-monitor55 if [ "$STATE" = "assert" ]; then
60 [ "$host_state" == "xyz.openbmc_project.State.Host.HostState.Running" ]; then
65 …1 ] && [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.On" ]; then
73 [ "$host_state" == "xyz.openbmc_project.State.Host.HostState.Off" ]; then
79 … ] && [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.Off" ]; then
87 if [ "$STATE" = "assert" ]; then
96 if [ "$STATE" = "assert" ]; then
98 …_project/watchdog/host0 xyz.openbmc_project.State.Watchdog CurrentTimerUse | grep -q BIOSFRB2; then
115 if [ "$LINENAME" = "wSequence_Latch_State_N" ]; then
117 elif [ "$LINENAME" = "wP12V_N1N2_RUNTIME_FLT_N" ]; then
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/
H A Dplatform-gpio-monitor55 if [ "$STATE" = "assert" ]; then
60 [ "$host_state" == "xyz.openbmc_project.State.Host.HostState.Running" ]; then
61 … if [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.On" ]; then
71 …1 ] && [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.On" ]; then
82 [ "$host_state" == "xyz.openbmc_project.State.Host.HostState.Off" ]; then
83 … if [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.Off" ]; then
91 … ] && [ "$(get_request_host_transition)" != "xyz.openbmc_project.State.Host.Transition.Off" ]; then
99 if [ "$STATE" = "assert" ]; then
108 if [ "$STATE" = "assert" ]; then
110 …_project/watchdog/host0 xyz.openbmc_project.State.Watchdog CurrentTimerUse | grep -q BIOSFRB2; then
[all …]
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Drpm-chksec.sh19 # If the --all option is given, it will generate a list of rpms and then
20 # summarize the rpm's state. For yes, then all files are in the expected
30 if [ ! -x /usr/bin/filecap ] ; then
33 if [ $EUID != 0 ] ; then
39 if [ "$1" = "--help" -o $# -eq 0 ] ; then
42 if [ "$1" = "--version" ] ; then
46 if [ "$1" = "--all" ] ; then
53 if ! rpm -q $1 >/dev/null 2>&1 ; then
54 if [ "$MODE" = "single" ] ; then
68 if [ ! -f "$f" ] ; then
[all …]
H A Drpm-drop-groups.sh21 # If the --all option is given, it will generate a list of rpms and then
22 # summarize the rpm's state. For yes, then all files are in the expected
35 if [ "$1" = "--help" -o $# -eq 0 ] ; then
38 if [ "$1" = "--version" ] ; then
42 if [ "$1" = "--all" ] ; then
49 if ! rpm -q $1 >/dev/null 2>&1 ; then
50 if [ "$MODE" = "single" ] ; then
62 if [ ! -f $f ] ; then
65 if ! file $f | grep -q 'ELF'; then
71 if [ x"$syms" != "x" ] ; then
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa-supplicant.sh13 if [ -s "$IF_WPA_CONF" ]; then
19 if [ ! -x "$WPA_SUP_BIN" ]; then
21 if [ "$VERBOSITY" = "1" ]; then
28 if [ "$MODE" = "start" ] ; then
30 if [ -s "/etc/wpa_supplicant/driver.$IFACE" ]; then
32 elif [ -z "$IF_WPA_DRIVER" ]; then
34 if [ "$VERBOSITY" = "1" ]; then
42 if [ -n "$WPA_SUP_CONF" ]; then
44 if [ "$VERBOSITY" = "1" ]; then
53 # if the interface socket exists, then wpa_supplicant was invoked successfully
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfscommon22 if nfsconf --isset general pipefs-directory; then
27 if [ -f $DEFAULTFILE ]; then
43 if [ -f /etc/fstab ]; then
94 then
101 then
105 then
114 then
125 if [ "$NEED_STATD" = yes ]; then
129 if [ -x /usr/sbin/rpcinfo ]; then
132 if [ $RET != 0 ]; then
[all …]
/openbmc/openbmc/poky/meta/recipes-core/volatile-binds/files/
H A Dmount-copybind6 # variable MOUNT_COPYBIND_AVOID_OVERLAYFS=1 is not set), then an overlay mount
9 if [ $# -lt 2 ]; then
20 if [ $# -gt 2 ]; then
30 if [ -d "$mountpoint" ]; then
32 if [ -d "$spec" ]; then
39 if command -v selinuxenabled > /dev/null 2>&1; then
40 if selinuxenabled; then
48 if [ "$MOUNT_COPYBIND_AVOID_OVERLAYFS" != 1 ]; then
54 if command -v selinuxenabled > /dev/null 2>&1; then
55 if selinuxenabled; then
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc40 if ! command -v gsed >/dev/null 2>&1; then
42 then
58 then
62 then
136 if [ -n "$1" ]; then
167 if [[ "${VALGRIND_QEMU}" == "y" && "${NO_VALGRIND}" != "y" ]]; then
178 if [[ "${VALGRIND_QEMU}" == "y" && "${NO_VALGRIND}" != "y" ]]; then
179 if [ $RETVAL == 99 ]; then
190 if [ -n "${QEMU_NEED_PID}" ]; then
195 if [ -n "${GDB_OPTIONS}" ]; then
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-config_git.bb50 if [ -n "${KEY_DECODE_MPG2}" ]; then
53 if [ -n "${KEY_DECODE_WVC1}" ]; then
56 if [ -n "${DISABLE_OVERSCAN}" ]; then
59 if [ "${DISABLE_SPLASH}" = "1" ]; then
64 if [ -n "${ARM_FREQ}" ]; then
67 if [ -n "${GPU_FREQ}" ]; then
70 if [ -n "${CORE_FREQ}" ]; then
73 if [ -n "${SDRAM_FREQ}" ]; then
76 if [ -n "${OVER_VOLTAGE}" ]; then
81 if [ -n "${GPU_MEM}" ]; then
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/
H A Dkudo-ras.sh249 then
276 if [[ "$REG61_0800_VAL" != 0 ]]; then
279 if [[ "$REG61_1000_VAL" != 0 ]]; then
287 if [[ "$REG62_0100_VAL" != 0 ]]; then
290 if [[ "$REG62_0200_VAL" != 0 ]]; then
293 if [[ "$REG62_0400_VAL" != 0 ]]; then
301 if [[ "$REG63_0100_VAL" != 0 ]]; then
309 if [[ "$REG64_0100_VAL" != 0 ]]; then
312 if [[ "$REG64_0200_VAL" != 0 ]]; then
315 if [[ "$REG64_0800_VAL" != 0 ]]; then
[all …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dddimage21 if [ "$(uname)" = "Darwin" ]; then
39 if [ "$(uname)" = "Darwin" ]; then
47 if [ "$ACTUAL_DEVICE" != "$DEVICE" ] ; then
52 if [ -f "/sys/class/block/$DEV/device/vendor" ]; then
57 if [ -f "/sys/class/block/$DEV/device/model" ]; then
62 if [ -f "/sys/class/block/$DEV/size" ]; then
71 if cat /proc/self/mounts | awk '{ print $1 }' | grep /dev/ | grep -q -E "^$1$" ; then
78 if [ "$(uname)" = "Darwin" ]; then
79 if df | awk '{ print $1 }' | grep /dev/ | grep -q -E "^$1(s[0-9]+)?$" ; then
83 if check_mount_device $1 ; then
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/
H A D30-ubiattach-or-format8 if ! ubiformat --yes /dev/mtd/rwfs ; then
12 if ! ubiattach -p /dev/mtd/rwfs ; then
16 if ! ubimkvol /dev/ubi0 -N rwfs -m ; then
23 if [ ! -e /dev/mtd/rwfs ]; then
29 if /sbin/fw_printenv -n openbmconce | grep -w -q "no-persist-fs"; then
31 if ! mkdir -p /run/mnt-persist ; then
35 if ! mount -t tmpfs tmpfs /run/mnt-persist ; then
42 if [ ! -e /run/format-persist ]; then
43 if ! ubiattach -p /dev/mtd/rwfs > /dev/null ; then
47 if ! ubinfo /dev/ubi0 -N rwfs > /dev/null ; then
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-init.sh16 then
63 # * then skip to the first or 2nd byte to skip over flag if it exists
70 then
82 then
87 then
96 # then spilt off / and then :port from the end of host:port/
110 then
114 then
124 then
152 then
[all …]
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh18 then
65 # * then skip to the first or 2nd byte to skip over flag if it exists
72 then
84 then
89 then
98 # then spilt off / and then :port from the end of host:port/
112 then
116 then
126 then
143 then
[all …]
/openbmc/u-boot/scripts/
H A Dcoccicheck13 if [ ! -x "$SPATCH" ]; then
27 if [ -n "$V" -a "$V" != "0" ]; then
33 if [ -z "$J" ]; then
58 if [ $? -eq 0 ]; then
67 if [ "$C" = "1" -o "$C" = "2" ]; then
75 if [ "$KBUILD_EXTMOD" = "" ] ; then
82 if [ "$KBUILD_EXTMOD" != "" ] ; then
87 if [ "$USE_JOBS" = "no" ]; then
90 elif [ "$NPROC" != "1" ]; then
96 if [ "$MODE" = "" ] ; then
[all …]
H A Dsetlocalversion19 if test "$1" = "--save-scmversion"; then
23 if test $# -gt 0; then
27 if test $# -gt 0 -o ! -d "$srctree"; then
37 if test -e .scmversion; then
41 if test "$1" = "--short"; then
47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
51 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then
55 if $short; then
61 if atag="`git describe 2>/dev/null`"; then
71 if git config --get svn-remote.svn.url >/dev/null; then
[all …]
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Dobmc-flash-bios5 if [ "$resetval" = "0" ] || [ "$resetval" = "1" ]; then
7 if [ -f "$varstore" ]; then
8 if [ "$resetval" != "$(cat $varstore)" ]; then
9 …ware.Host.Updater /xyz/openbmc_project/software xyz.openbmc_project.Common.FactoryReset Reset; then
27 if [ ! -d "${ro_dir}" ]; then
30 if [ ! -d "${running_dir}" ]; then
33 if [ ! -d "${prsv_dir}" ]; then
36 if [ ! -d "${staging_dir}" ]; then
39 if [ ! -d "${nvram_dir}" ]; then
46 if ! grep -q "${ro_dir}" /proc/mounts; then
[all …]
/openbmc/u-boot/include/configs/
H A Dmx6sabre_common.h35 "if test ${ip_dyn} = yes; then " \
40 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
41 "if mmc dev ${emmcdev} 1; then " \
69 "if test ${ip_dyn} = yes; then " \
74 "if mmc dev ${mmcdev}; then " \
75 "if ${get_cmd} ${update_sd_firmware_filename}; then " \
93 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
94 "if run loadfdt; then " \
97 "if test ${boot_fdt} = try; then " \
111 "if test ${ip_dyn} = yes; then " \
[all …]
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/phosphor-state-manager/clemente/
H A Dpower-cmd30 if ! reg_val="$(i2ctransfer -y -f 14 w1@0x12 0x01 r1)"; then
40 if (( (reg_val & 0x02) == 0x02 )); then
51 if ! host_force_power_off; then
57 if [ "$(host_power_status)" == "off" ]; then
59 if ! wait_host_power_change "on" 20; then
69 # then it starts standby-AC power cycling for the tray.
83 if [ "$(chassis_power_status)" != "on" ]; then
91 if [ "$(get_gpio "STBY_POWER_PG_3V3")" -eq 1 ]; then
100 if is_rmc_main_power_disable; then
106 if [ "$(host_power_status)" == "off" ]; then
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/formfactor/files/
H A Dconfig3 if [ -e /etc/formfactor/machconfig ]; then
7 if [ -z "$HAVE_TOUCHSCREEN" ]; then
11 if [ -z "$HAVE_KEYBOARD" ]; then
15 if [ -z "$HAVE_KEYBOARD_PORTRAIT" ]; then
19 if [ -z "$HAVE_KEYBOARD_LANDSCAPE" ]; then
23 if [ -z "$DISPLAY_CAN_ROTATE" ]; then
27 if [ -z "$DISPLAY_ORIENTATION" ]; then
31 if [ -e "/dev/fb" ]; then
32 if [ -z "$DISPLAY_WIDTH_PIXELS" ]; then
36 if [ -z "$DISPLAY_HEIGHT_PIXELS" ]; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb28 if [ "$UID" != "0" ]; then
34 # there, then exit.
36 if [ ! -x $DAEMON ]; then
47 if [ ! -d "$PIDDIR" ]; then
55 if [ -r /lib/lsb/init-functions ]; then
60 if [ -z "$STDOUT" ]; then
64 if [ ! -f "$STDOUT" ]; then
68 if [ -z "$STDERR" ]; then
72 if [ ! -f "$STDERR" ]; then
77 if [ -r $DEFAULT ]; then
[all …]
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_firmware_upgrade.sh8 then
22 then
31 then
44 then
49 then
56 if [[ $SECPRO == 1 ]]; then
65 if [[ $DEV_SEL == 1 ]]; then
68 elif [[ $DEV_SEL == 2 ]]; then
85 if [[ $SECPRO == 1 ]]; then
92 then
[all …]
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A Dgbmc-ncsi-br-deprecated-ips.sh.in48 if [ "$intf_old" = "$intf" ]; then
49 …@' ] || [ "$gbmc_ncsi_br_deprecated_ips_confncsi" = "$gbmc_ncsi_br_deprecated_ips_lastncsi" ]; then
55 if [ -n "$del" ]; then
67 if [ -e /sys/class/net/gbmcbr ]; then
76 if [ "$intf" = '@NCSI_IF@' -a -n "${gbmc_ncsi_br_deprecated_ips_lastncsi}" ]; then
102 if [ -n "$intf_old" ]; then
109 if [ -n "$del" ]; then
117 if [ -n "$intf_old" ]; then
120 if [ -n "$host_pfx" ]; then
123 if [ -n "$stateless_ip" ]; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh4 if [ "$wadir" = "" ]; then
25 if [ "$allmods" = "" ]; then
32 if [ "$login" = "webmin" ]; then
58 if [ "$listen" != "" ]; then
68 if [ "$allow" != "" ]; then
71 if [ "$session" != "" ]; then
76 if [ "$pam" != "" ]; then
79 if [ "$no_pam" != "" ]; then
88 if [ "$crypt" != "" ]; then
91 if [ "$md5pass" = "1" ]; then
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Drootfs10 if [ -z "$ROOTFS_DIR" ]; then
17 if [ $(( $C * $delay )) -gt $timeout ]; then
21 if [ -n "$bootparam_root" ]; then
24 if [ "`echo ${bootparam_root} | cut -c1-5`" = "UUID=" ]; then
27 elif [ "`echo ${bootparam_root} | cut -c1-9`" = "PARTUUID=" ]; then
30 elif [ "`echo ${bootparam_root} | cut -c1-10`" = "PARTLABEL=" ]; then
33 elif [ "`echo ${bootparam_root} | cut -c1-6`" = "LABEL=" ]; then
36 elif echo "${bootparam_root}" | grep -q '^ubi[0-9]\+:'; then
40 if [ -e "$bootparam_root" ] || [ -n "$bootparam_rootfstype" ]; then
42 if [ -n "$bootparam_ro" ] && ! echo "$bootparam_rootflags" | grep -w -q "ro"; then
[all …]

12345678910>>...164