Searched refs:bomb (Results 1 - 4 of 4) sorted by relevance

/src/distrib/sets/
H A Dregpkgset58 bomb() function
112 -*) echo "Usage: regpkgset [options] set ..."; bomb ;;
122 bomb
159 ${HOST_SH} "${rundir}/listpkgs" "${pkgset}" || bomb
161 tsort_input="$(${AWK} '{print $2 " " $1}' <"${rundir}/deps" || bomb)"
162 tsort_output="$(echo "${tsort_input}" | ${TSORT} || bomb)"
170 "${pkgset}" "${pkg}" || bomb
190 "${pkgset}" "${pkg}" || bomb
H A Dregpkg65 bomb() function
67 #echo "${prog}: bomb: start, toppid=${toppid} \$\$=$$"
69 #echo "${prog}: bomb: killed ${toppid}"
94 bomb
184 bomb
198 bomb
231 ${force} || bomb
497 [ -n "${SYSPKG_DB_SUBDIR}" ] || bomb
537 || bomb)"
544 ${force} || bomb
[all...]
/src/
H A Dbuild.sh290 bomb() function
457 # If we don't have an absolute path by now, bomb.
462 *) bomb "HOST_SH=\"${HOST_SH}\" is not an absolute path"
466 # If HOST_SH is not executable, bomb.
469 bomb "HOST_SH=\"${HOST_SH}\" is not executable"
471 # If HOST_SH fails tests, bomb.
476 bomb "HOST_SH=\"${HOST_SH}\" failed functionality tests"
493 bomb "usr.bin/make not found; build.sh must be run from" \
496 bomb "src/share/mk is missing; please re-fetch the source tree"
545 cd -P "${PWD}" || bomb "Canno
[all...]
/src/usr.sbin/mlxctl/
H A Dutil.c81 mlx_command(struct mlx_usercommand *mu, int bomb) argument
85 if ((rv = ioctl(mlxfd, MLX_COMMAND, mu)) != 0 && bomb)

Completed in 5 milliseconds