Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfctl/
H A Dcontinue.c237 switch (state.ps_syscallnum) { in _tnfctl_continue()
249 switch (state.ps_syscallnum) { in _tnfctl_continue()
H A Dprb_rtld.c289 if (pstate.ps_issysentry && (pstate.ps_syscallnum == SYS_exit)) { in prb_rtld_wait()
294 if (!(pstate.ps_issysexit && (pstate.ps_syscallnum == SYS_getpid))) { in prb_rtld_wait()
H A Dprb_proc.h92 long ps_syscallnum; member
H A Dopen.c438 if (!(pstate.ps_issysentry && pstate.ps_syscallnum == SYS_execve)) { in step_to_end_of_exec()
482 if (!(pstate.ps_issysexit && pstate.ps_syscallnum == SYS_execve)) { in step_to_end_of_exec()
H A Dprb_child.c302 if (pstate.ps_issysexit && (pstate.ps_syscallnum == SYS_execve)) { in sync_child()
H A Dprb_proc.c266 state_p->ps_syscallnum = prstatus.pr_what; in prb_proc_state()