Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dprb_proc.h89 boolean_t ps_issysexit; member
H A Dprb_child.c302 if (pstate.ps_issysexit && (pstate.ps_syscallnum == SYS_execve)) { in sync_child()
H A Dcontinue.c248 } else if (state.ps_issysexit) { in _tnfctl_continue()
H A Dprb_rtld.c294 if (!(pstate.ps_issysexit && (pstate.ps_syscallnum == SYS_getpid))) { in prb_rtld_wait()
H A Dopen.c482 if (!(pstate.ps_issysexit && pstate.ps_syscallnum == SYS_execve)) { in step_to_end_of_exec()
H A Dprb_proc.c264 state_p->ps_issysexit = ((prstatus.pr_why & PR_SYSEXIT) != 0); in prb_proc_state()