Home
last modified time | relevance | path

Searched refs:SYS_exit (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lddstub/i386/
H A Dlddstub.S37 movl $SYS_exit, %eax
/illumos-gate/usr/src/cmd/sgs/lddstub/amd64/
H A Dlddstub.S38 movl $SYS_exit, %eax
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_exit.c56 error = Psyscall(Pr, &rval, SYS_exit, 1, &argd[0]); in pr_exit()
H A DPcontrol.c590 (void) Psysentry(P, SYS_exit, 1); in Pxcreate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h54 #define SYS_exit 1 macro
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c144 if (Psysentry(pctx->Pr, SYS_exit, 1) == -1) { in pctx_create()
217 if (Psysentry(pctx->Pr, SYS_exit, 1) == -1) { in pctx_capture()
691 case SYS_exit: in pctx_run()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c500 if (tad->tad_scid == SYS_exit) { in audit_exit()
506 audit_finish(0, SYS_exit, 0, 0); in audit_exit()
521 (void) audit_start(0, SYS_exit, AUC_UNSET, 0, 0); in audit_exit()
522 audit_finish(0, SYS_exit, 0, 0); in audit_exit()
H A Daudit_io.c124 (tad->tad_scid != 0) && (tad->tad_scid != SYS_exit))) { in au_close()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c678 praddset(&traceeven, SYS_exit); in main()
726 (void) Psysentry(Proc, SYS_exit, TRUE); in main()
729 (void) Psysexit(Proc, SYS_exit, FALSE); in main()
1095 case SYS_exit: /* exit() */ in worker_thread()
1132 if (what == SYS_exit) in worker_thread()
1163 (exit_called && prismember(&syshang, SYS_exit)))) in worker_thread()
H A Dactions.c543 case SYS_exit: /* these are traced on entry */ in sysexit()
H A Dsystable.c927 { "exit", SYS_exit },
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.S219 mov SYS_exit, %g1
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c963 t_istop_whatstop == SYS_exit)) { in gcore_prchoose()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c231 t_istop->t_whatstop == SYS_exit)) in prchoose()