Home
last modified time | relevance | path

Searched refs:ps_issysentry (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libtnfctl/
H A Dprb_proc.h90 boolean_t ps_issysentry; member
H A Dcontinue.c236 if (state.ps_issysentry) { in _tnfctl_continue()
H A Dprb_rtld.c289 if (pstate.ps_issysentry && (pstate.ps_syscallnum == SYS_exit)) { in prb_rtld_wait()
H A Dopen.c438 if (!(pstate.ps_issysentry && pstate.ps_syscallnum == SYS_execve)) { in step_to_end_of_exec()
H A Dprb_proc.c265 state_p->ps_issysentry = ((prstatus.pr_why & PR_SYSENTRY) != 0); in prb_proc_state()