Home
last modified time | relevance | path

Searched refs:PRELEASE_KILL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dlibproc.h160 #define PRELEASE_KILL 0x80 /* Terminate the process */ macro
H A DPcontrol.c1705 if (flags & PRELEASE_KILL) { in Prelease()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c147 Prelease(pctx->Pr, PRELEASE_KILL); in pctx_create()
/illumos-gate/usr/src/test/os-tests/tests/xsave/
H A Dxsave_util.c524 Prelease(P, PRELEASE_KILL); in xsu_proc_bkpt()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c713 rflag = PRELEASE_KILL; /* apply kill-on-last-close */ in dt_proc_destroy()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1456 Prelease(t->t_pshandle, PRELEASE_KILL); in pt_kill()
3486 pt->p_rflags = PRELEASE_KILL; /* kill on debugger Prelease */ in pt_run()
5523 pt->p_rflags = PRELEASE_KILL; in mdb_proc_tgt_create()
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2612 Prelease(Proc, created? PRELEASE_KILL : PRELEASE_CLEAR); in abend()