/openbmc/openbmc/meta-google/recipes-google/test/test-sh/ |
H A D | test.sh | 18 source "$(dirname "$0")/lib.sh" || exit 25 main || exit 26 ) || exit 44 ! main || exit 45 (( i == 2 )) || exit 46 ) || exit 60 ! main || exit 61 (( i == 2 )) || exit 62 ) || exit 72 ! main || exit [all …]
|
/openbmc/qemu/target/i386/kvm/ |
H A D | hyperv.c | 54 int kvm_hv_handle_exit(X86CPU *cpu, struct kvm_hyperv_exit *exit) in kvm_hv_handle_exit() argument 58 switch (exit->type) { in kvm_hv_handle_exit() 64 switch (exit->u.synic.msr) { in kvm_hv_handle_exit() 66 env->msr_hv_synic_control = exit->u.synic.control; in kvm_hv_handle_exit() 69 env->msr_hv_synic_msg_page = exit->u.synic.msg_page; in kvm_hv_handle_exit() 72 env->msr_hv_synic_evt_page = exit->u.synic.evt_page; in kvm_hv_handle_exit() 88 uint16_t code = exit->u.hcall.input & 0xffff; in kvm_hv_handle_exit() 89 bool fast = exit->u.hcall.input & HV_HYPERCALL_FAST; in kvm_hv_handle_exit() 90 uint64_t in_param = exit->u.hcall.params[0]; in kvm_hv_handle_exit() 91 uint64_t out_param = exit->u.hcall.params[1]; in kvm_hv_handle_exit() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/hdparm/hdparm/ |
H A D | wiper.sh-fix-stat-path.patch | 21 HDPARM=`find_prog /sbin/hdparm` || exit 1 22 FIND=`find_prog /usr/bin/find` || exit 1 23 -STAT=`find_prog /usr/bin/stat` || exit 1 24 GAWK=`find_prog /usr/bin/gawk` || exit 1 25 BLKID=`find_prog /sbin/blkid` || exit 1 26 GREP=`find_prog /bin/grep` || exit 1 27 @@ -105,7 +104,7 @@ ID=`find_prog /usr/bin/id` || exit 1 28 LS=`find_prog /bin/ls` || exit 1 29 DF=`find_prog /bin/df` || exit 1 30 RM=`find_prog /bin/rm` || exit 1 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch | 20 exit(0); 23 - ${CC-gcc} -o makedefs.test makedefs.test.c || exit 1 24 + ${BUILD_CC-gcc} -o makedefs.test makedefs.test.c || exit 1 29 exit(0); 32 - ${CC-gcc} -o makedefs.test makedefs.test.c || exit 1 33 + ${BUILD_CC-gcc} -o makedefs.test makedefs.test.c || exit 1 47 exit(ferror(stdout) ? 1 : 0); 50 - eval ${CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1 51 + eval ${BUILD_CC-gcc} ${CCARGS} -o makedefs.test makedefs.test.c || exit 1 52 ./makedefs.test || exit 1 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/zeroconf/ |
H A D | debian-zeroconf | 4 exit 0 9 [ "X$ADDRFAM" != "Xinet" ] && exit 0 15 [ "X$METHOD" = "Xloopback" ] && exit 0 18 [ "X$METHOD" = "Xppp" ] && exit 0 19 [ "X$METHOD" = "Xwvdial" ] && exit 0 26 [ -n "$DISABLE" ] && exit 0 31 exit 0 42 exit 0 51 exit 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
H A D | usbgx.initd | 24 . /etc/init.d/functions || exit 1 26 # Exit if the package is not installed 27 [ -x "$DAEMON" ] || exit 0 43 exit 1 49 exit $status 64 # Exit when fail to stop, the kill would complain when fail 66 echo "Stopped $DESC ($pid)." || exit $? 90 kill -s 1 $pid || exit $? 96 exit $status 112 exit 0 [all …]
|
/openbmc/qemu/block/ |
H A D | vhdx-log.c | 71 goto exit; in vhdx_log_peek_hdr() 84 goto exit; in vhdx_log_peek_hdr() 91 goto exit; in vhdx_log_peek_hdr() 95 exit: in vhdx_log_peek_hdr() 152 goto exit; in vhdx_log_read_sectors() 160 exit: in vhdx_log_read_sectors() 187 goto exit; in vhdx_log_write_sectors() 203 goto exit; in vhdx_log_write_sectors() 212 exit: in vhdx_log_write_sectors() 224 goto exit; in vhdx_log_hdr_is_valid() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
H A D | mosquitto.init | 30 test -x ${DAEMON} || exit 0 42 exit 0 44 exit 1 51 exit 0 53 exit 1 74 exit 0 76 exit 1 81 status ${DAEMON} && exit 0 || exit $? 86 exit 1 89 exit 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd/ |
H A D | gpsd.init | 28 . /etc/init.d/functions || exit 1 30 # Exit if the package is not installed 31 [ -x "$DAEMON" ] || exit 0 57 exit 1 63 exit $status 78 # Exit when fail to stop, the kill would complain when fail 80 echo "Stopped $DESC ($pid)." || exit $? 104 kill -s 1 $pid || exit $? 110 exit $status 126 exit 0 [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | autobuilder-worker-prereq-tests | 22 exit 1 28 exit 1 33 exit 1 38 exit 1 43 exit 1 48 exit 1 54 exit 1 61 exit 1 68 exit 1 87 exit 1 [all …]
|
H A D | runqemu-export-rootfs | 14 exit 1 20 exit 1 26 exit 1 35 exit 1 43 exit 1 63 exit 1 86 exit 1 91 exit 1 96 exit 1 119 exit 1 [all …]
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-export-rootfs | 14 exit 1 20 exit 1 26 exit 1 35 exit 1 43 exit 1 63 exit 1 86 exit 1 91 exit 1 96 exit 1 119 exit 1 [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | nfscommon | 33 # Exit if required binaries are missing. 34 [ -x /usr/sbin/rpc.statd ] || exit 0 135 exit 0 144 exit $RET 174 exit $RET 187 exit $RET 206 exit $RET 217 exit $RET 228 exit $RET 241 exit 3 [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | mdadm.init | 24 test -x "$MDADM" || exit 0 26 test -f /proc/mdstat || exit 0 45 exit $RETVAL 55 exit $RETVAL 59 status -p $PIDFILE "$MDADM" && exit 0 || exit $? 67 exit 1 71 exit 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/ |
H A D | configure-pagesize-HACK.patch | 17 - AC_RUN_IFELSE([main() { if (getpagesize()<=2048) exit(0); else exit(1); }], 21 - AC_RUN_IFELSE([main() { if (getpagesize()<=4096) exit(0); else exit(1); }], 25 - AC_RUN_IFELSE([main() { if (getpagesize()<=8192) exit(0); else exit(1); }], 29 - AC_RUN_IFELSE([main() { if (getpagesize()<=16384) exit(0); else exit(1); }],
|
/openbmc/openbmc/poky/meta/files/ |
H A D | toolchain-shar-extract.sh | 12 [ -z "$INIT_PYTHON" ] && echo "Error: The SDK needs a python installed" && exit 1 48 exit 1 55 exit 1 61 exit 1 115 exit 1 127 rm sdk.zip && exit 1 130 tail -n +$payload_offset "$0"| tar tvJ || exit 1 132 exit 151 exit 1 176 exit 1 [all …]
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | boot-qemu-test.exp | 16 timeout { send_user "\nFailed to boot\n"; exit 1 } 17 eof { send_user "\nFailure, got EOF"; exit 1 } 24 timeout { send_user "\nFailed, no login prompt\n"; exit 1 } 25 eof { send_user "\nFailure, got EOF"; exit 1 } 32 timeout { send_user "\nFailed, could not login\n"; exit 1 } 33 eof { send_user "\nFailure, got EOF"; exit 1 }
|
/openbmc/qemu/ |
H A D | qemu-edid.c | 58 exit(1); in main() 63 exit(1); in main() 69 exit(1); in main() 75 exit(1); in main() 81 exit(1); in main() 87 exit(1); in main() 93 exit(1); in main() 97 exit(1); in main() 111 exit(0); in main() 114 exit(1); in main() [all …]
|
H A D | qemu-nbd.c | 93 " -h, --help display this help and exit\n" in usage() 94 " -V, --version output version information and exit\n" in usage() 102 " -t, --persistent don't exit on the last connection\n" in usage() 123 " --fork fork off the server process and exit the parent\n" in usage() 277 exit(EXIT_FAILURE); in nbd_client_release_pipe() 281 exit(EXIT_FAILURE); in nbd_client_release_pipe() 647 exit(EXIT_FAILURE); in main() 652 exit(EXIT_FAILURE); in main() 658 exit(EXIT_FAILURE); in main() 663 exit(EXIT_FAILURE); in main() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/seatd/seatd/ |
H A D | init | 19 [ -s /tmp/seatd-start-notify ] && exit 0 21 [ -s /tmp/seatd-start-notify ] && exit 0 23 [ -s /tmp/seatd-start-notify ] && exit 0 25 [ -s /tmp/seatd-start-notify ] && exit 0 26 exit 1 45 exit 0
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ulogd2/ulogd2/ |
H A D | ulogd.init | 37 . /etc/init.d/functions || exit 1 39 # Exit if the package is not installed 40 [ -x "$DAEMON" ] || exit 0 56 exit 1 62 exit $status 81 # Exit when fail to stop, the kill would complain when fail 83 echo "Stopped $DESC ($pid)." || exit $? 113 kill -s 1 $pid || exit $? 119 exit $status 135 exit 0 [all …]
|
/openbmc/u-boot/tools/ |
H A D | dumpimage.c | 82 exit(EXIT_FAILURE); in main() 91 exit(EXIT_FAILURE); in main() 96 exit(EXIT_SUCCESS); in main() 110 exit(EXIT_FAILURE); in main() 120 exit(EXIT_FAILURE); in main() 131 exit(EXIT_FAILURE); in main() 138 exit(EXIT_FAILURE); in main() 145 exit(EXIT_FAILURE); in main() 151 exit(EXIT_FAILURE); in main() 157 exit(EXIT_FAILURE); in main() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | mdev-mount.sh | 6 exit 0 15 exit 0 24 exit 0 30 exit 0 34 exit 0 38 exit 0 61 exit 1
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | test_build_time.sh | 57 # Note - we exit with 250 here because that will tell git bisect run that 61 exit 250 66 exit 250 71 exit 250 76 exit 250 81 exit 250 86 exit 250 91 exit 250 97 exit 251 128 exit 250 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/ |
H A D | 0001-support-cross-complication.patch | 24 - sys.exit(1) 29 - sys.exit(1) 33 - sys.exit(1) 35 -exit = False 40 - sys.exit(1) 46 - exit = True 52 - exit = True 54 -if exit: 55 - sys.exit(1)
|