Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A Dlibproc.h167 #define PRELEASE_KILL 0x80 /* Terminate the process */ macro
H A DPcontrol.c1659 if (flags & PRELEASE_KILL) { in Prelease()
/titanic_50/usr/src/lib/libpctx/common/
H A Dlibpctx.c147 Prelease(pctx->Pr, PRELEASE_KILL); in pctx_create()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_proc.c713 rflag = PRELEASE_KILL; /* apply kill-on-last-close */ in dt_proc_destroy()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1426 Prelease(t->t_pshandle, PRELEASE_KILL); in pt_kill()
3415 pt->p_rflags = PRELEASE_KILL; /* kill on debugger Prelease */ in pt_run()
5453 pt->p_rflags = PRELEASE_KILL; in mdb_proc_tgt_create()
/titanic_50/usr/src/cmd/truss/
H A Dmain.c2606 Prelease(Proc, created? PRELEASE_KILL : PRELEASE_CLEAR); in abend()