HomeSort by: relevance | last modified time | path
    Searched refs:exiting (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-debug-graph3.mk 4 # graph before exiting on error.
opt-debug-graph2.mk 4 # graph after making everything, or before exiting on error.
  /src/sys/dev/mii/
mii.c 206 bool exiting = false; local in function:mii_detach
224 exiting = true;
226 if (exiting) {
238 if (!exiting && (mii->mii_flags & MIIF_EXITING) != 0) {
245 (!exiting || (exiting && mii->mii_probe_waiters == 1)))
251 if (!exiting)
269 if (exiting) {
  /src/tests/bin/sh/
t_exit.sh 78 atf_check -s exit:0 -o inline:'exiting\n' -e empty \
79 ${TEST_SH} -c '( trap "echo exiting" EXIT; /usr/bin/true )'
89 echo '( trap "echo exiting" 0 )' >helper.sh
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
101 echo '( trap "echo exiting" 0; exit; echo NO_NO_NO )' >helper.sh
102 atf_check -s exit:0 -o match:exiting -o not-match:NO_NO -e empty \
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
  /src/bin/sh/
trap.c 99 static int exiting; /* exitshell() has been done */ variable in typeref:typename:int
844 exiting = 1;
860 getpid(), exiting ? " exiting" : "", exitstatus,
863 if (!exiting) {
925 ("exitshell_savedstatus(): pid %d exiting(%d)\n",
  /src/sys/arch/sparc64/doc/
TODO 18 (verified by exiting sysinst and issuing a ping command)
  /src/common/lib/libc/arch/sparc64/string/
memset.S 158 * On exiting this routine we undo the damage: restore the original
memcpy.S 510 * On exiting this routine we undo the damage: restore the original
  /src/sys/kern/
kern_lwp.c 585 lwp_wait(struct lwp *l, lwpid_t lid, lwpid_t *departed, bool exiting)
625 * exiting, count detached LWPs as eligible to be collected,
668 nfound += exiting;
722 if (exiting) {
1158 * We are exiting, bail out without informing parent
1725 * is dumping core or exiting, where we will instead
1763 * Process is exiting. The core dump and signal cases must
1817 * exiting, thus keep the lwp structure and PCB around to inspect.
2096 * Process is exiting; tear down lwpctl state. This can only be safely
  /src/sys/arch/m68k/060sp/dist/
isp.s 881 # If exiting through isp_dacc... #
884 # elsif exiting though isp_iacc... #
1639 # If exiting through isp_dacc... #
1878 # If exiting through isp_dacc... #
2062 # If exiting through isp_dacc... #
2500 # If exiting through isp_dacc... #
pfpsp.s 2425 # FPU before exiting. In either the enabled or disabled cases, we #
3106 # This code must emulate the move out before finally exiting through #
3296 # This code must emulate the move out before finally exiting through #
3599 # exiting through _real_inex(). #
5724 # Make sure the appropriate FPSR bits are set before exiting. #
14685 # instruction value. but since we're exiting to the access error
fpsp.s 2425 # FPU before exiting. In either the enabled or disabled cases, we #
3106 # This code must emulate the move out before finally exiting through #
3296 # This code must emulate the move out before finally exiting through #
3599 # exiting through _real_inex(). #
3980 # instruction before exiting through _fpsp_done(). In either the #
16177 # Make sure the appropriate FPSR bits are set before exiting. #
24724 # instruction value. but since we're exiting to the access error
  /src/sys/arch/hp300/hp300/
locore.s 876 subql #1,_C_LABEL(intr_depth) | exiting from interrupt

Completed in 45 milliseconds