/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | catalina-gpio-monitor | 34 if [ "$STATE" = "assert" ]; then 45 if [ "$STATE" = "assert" ]; then 54 if [ "$STATE" = "assert" ]; then 68 if [ "$LINENAME" = "wSequence_Latch_State_N" ]; then 70 elif [ "$LINENAME" = "wP12V_N1N2_RUNTIME_FLT_N" ]; then 72 elif [ "$LINENAME" = "wP12V_FAN_RUNTIME_FLT_N" ]; then 74 elif [ "$LINENAME" = "wP12V_AUX_RUNTIME_FLT_N" ]; then 76 elif [ "$LINENAME" = "wHost_PERST_SEQPWR_FLT_N" ]; then 78 elif [ "$LINENAME" = "wP12V_N1N2_SEQPWR_FLT_N" ]; then 80 elif [ "$LINENAME" = "wP12V_FAN_SEQPWR_FLT_N" ]; then [all …]
|
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
H A D | rpm-chksec.sh | 19 # 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt76x8-pinctrl.yaml | 59 then: 68 then: 77 then: 90 then: 99 then: 108 then: 119 then: 128 then: 137 then: 146 then: [all …]
|
H A D | mediatek,mt7620-pinctrl.yaml | 57 then: 66 then: 76 then: 85 then: 94 then: 103 then: 112 then: 121 then: 130 then: 139 then: [all …]
|
H A D | ralink,rt3883-pinctrl.yaml | 56 then: 65 then: 74 then: 84 then: 93 then: 102 then: 111 then: 120 then: 129 then: 138 then: [all …]
|
H A D | mediatek,mt7621-pinctrl.yaml | 56 then: 66 then: 75 then: 84 then: 93 then: 102 then: 111 then: 120 then: 129 then: 138 then: [all …]
|
/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | fw_lib.sh | 30 if [ ! -d $DIR ]; then 38 if [ $uid -ne 0 ]; then 44 if [ ! -d $DIR ]; then 47 if [ ! -f $PROC_CONFIG ]; then 48 if modprobe configs 2>/dev/null; then 50 if [ ! -f $PROC_CONFIG ]; then 71 if [ -z $PROC_SYS_DIR ]; then 79 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then 83 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then 87 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then [all …]
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 103 if $checksum; then 159 if ! ip -Version &> /dev/null; then 164 if ! ss -h | grep -q MPTCP; then 170 if iptables-legacy -V &> /dev/null; then 173 elif ! iptables -V &> /dev/null; then 176 elif ! ip6tables -V &> /dev/null; then 224 # It can be empty, no need to print anything then 261 if ! "${@}"; then 269 if [ "${#only_tests_ids[@]}" -eq 0 ] && [ "${#only_tests_names[@]}" -eq 0 ]; then 275 if [ "${TEST_COUNT}" -eq "${i}" ]; then [all …]
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd/ |
H A D | kudo-ras.sh | 249 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/linux/tools/testing/selftests/net/ |
H A D | l2_tos_ttl_inherit.sh | 18 if [ "$(id -u)" != "0" ]; then 22 if ! which tcpdump > /dev/null 2>&1; then 53 if $found; then 58 if [ "$input_field" = "$field" ]; then 79 if [ "$tos_ttl" = "random" ]; then 82 elif [ "$tos_ttl" = "inherit" ]; then 94 if [ "$tos_ttl" = "random" ]; then 97 elif [ "$tos_ttl" = "inherit" ]; then 116 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then 117 if [ "$outer" = "4" ]; then [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.rc | 40 if ! command -v gsed >/dev/null 2>&1; then 42 then 58 then 62 then 136 if [ -n "$1" ]; then 161 if [[ "${VALGRIND_QEMU}" == "y" && "${NO_VALGRIND}" != "y" ]]; then 172 if [[ "${VALGRIND_QEMU}" == "y" && "${NO_VALGRIND}" != "y" ]]; then 173 if [ $RETVAL == 99 ]; then 184 if [ -n "${QEMU_NEED_PID}" ]; then 189 if [ -n "${GDB_OPTIONS}" ]; then [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-config_git.bb | 50 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/linux/tools/leds/ |
H A D | get_led_device_info.sh | 7 if [ $num_args -eq 1 ]; then 17 elif [ $num_args -eq 2 ]; then 24 if [ ! -f $led_defs_path ]; then 32 if [ $? -ne 0 ]; then 42 if [ "$bus" = "input" ]; then 44 if [ ! -z "$usb_subdev" ]; then 49 if [ "$bus" = "usb" ]; then 53 if [ -d "$usb_interface/ieee80211" ]; then 60 elif [ "$bus" = "input" ]; then 64 elif [ $of_node_missing -eq 0 ]; then [all …]
|
/openbmc/linux/scripts/ |
H A D | decode_stacktrace.sh | 12 if type llvm-cxxfilt >/dev/null 2>&1 ; then 14 elif type c++filt >/dev/null 2>&1 ; then 20 if [[ -z ${LLVM:-} ]]; then 24 if [[ ${LLVM} == */ ]]; then 26 elif [[ ${LLVM} == -* ]]; then 34 if [[ $1 == "-r" ]] ; then 41 if [ -e "$fn" ] ; then 47 if [[ $vmlinux == "" ]] ; then 60 if type debuginfod-find >/dev/null 2>&1 ; then 64 if [[ $vmlinux == "" && -z $debuginfod ]] ; then [all …]
|
H A D | coccicheck | 13 if [ ! -x "$SPATCH" ]; then 26 if [ -n "$V" -a "$V" != "0" ]; then 51 if [ $? -eq 0 ]; then 60 if [ "$C" = "1" -o "$C" = "2" ]; then 63 if [[ $# -le 0 ]]; then 83 if [ "$KBUILD_EXTMOD" = "" ] ; then 91 if [ -z "$J" ]; then 93 if [ $THREADS_PER_CORE -gt 1 -a $NPROC -gt 4 ] ; then 101 if [ "$KBUILD_EXTMOD" != "" ] ; then 106 if [ "$USE_JOBS" = "no" ]; then [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-init.sh | 16 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 D | gxp-obmc-init.sh | 18 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/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
H A D | wpa-supplicant.sh | 13 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/u-boot/scripts/ |
H A D | coccicheck | 13 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 …]
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 41 if [ -z $DIR ]; then 44 if [ -z $DEFAULT_NUM_TESTS ]; then 47 if [ -z $SYSCTL ]; then 50 if [ -z $PROD_SYSCTL ]; then 53 if [ -z $WRITES_STRICT ]; then 61 if [ ! -e ${WRITES_STRICT} ]; then 65 if [ "$old_strict" = "1" ]; then 73 if [ -z $PAGE_SIZE ]; then 76 if [ -z $MAX_DIGITS ]; then 79 if [ -z $INT_MAX ]; then [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0005-RH-add-mpathconf.patch | 146 + if [ "$1" = "${WWID_LIST[$INDEX]}" ] ; then 162 + if [ -n "$UUID" ] ; then 171 + if [[ "$1" =~ ^part[[:digit:]]+-mpath- ]] ; then 173 + elif [[ "$1" =~ ^mpath- ]] ; then 183 + if [[ "$1" =~ ^[[:digit:]]+:[[:digit:]]+$ ]] ; then 190 + if [ -n "$UUID" ] ; then 211 + if [ -n "$2" ]; then 220 + if [ -n "$2" ]; then 229 + if [ -n "$2" ]; then 238 + if [ -n "$2" ]; then [all …]
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | ddimage | 21 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/qemu/ |
H A D | configure | 17 then 23 then 25 then 34 then 49 then \ 69 if ! mkdir -p "${TMPDIR1}"; then 109 if test -n "$BASH_VERSION"; then eval ' 167 then 282 if test -z "${CC}${cross_prefix}"; then 288 if test -z "${CXX}${cross_prefix}"; then [all …]
|
/openbmc/openpower-pnor-code-mgmt/mmc/ |
H A D | obmc-flash-bios | 5 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/openbmc/poky/meta/recipes-core/volatile-binds/files/ |
H A D | mount-copybind | 6 # 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 …]
|