Searched refs:SYS_forksys (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libtnfctl/ |
H A D | continue.c | 251 case SYS_forksys: in _tnfctl_continue() 295 prbstat = prb_proc_exit(proc_p, SYS_forksys, PRB_SYS_ADD); in enable_target_state() 339 prbstat = prb_proc_exit(proc_p, SYS_forksys, PRB_SYS_DEL); in disable_target_state()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | systable.c | 926 { "fork", SYS_forksys }, 927 { "fork1", SYS_forksys }, 928 { "forkall", SYS_forksys }, 929 { "forkx", SYS_forksys }, 930 { "forkallx", SYS_forksys }, 931 { "vforkx", SYS_forksys }, 1267 case SYS_forksys: /* fork family */ in subsys() 1464 case SYS_forksys: /* forksys */ in getsubcode() 1670 case SYS_forksys: in nsubcodes()
|
H A D | listopts.c | 206 case SYS_forksys: /* set both if either */ in syslist() 208 sysx = SYS_forksys; in syslist()
|
H A D | actions.c | 587 if (what == SYS_forksys && subcode >= 3) in sysexit() 605 if ((what == SYS_vfork || what == SYS_forksys) && in sysexit() 818 if (what == SYS_vfork || what == SYS_forksys) { in sysexit()
|
H A D | main.c | 685 praddset(&traceeven, SYS_forksys); in main() 1290 (Lsp->pr_what == SYS_forksys && in worker_thread() 1516 (void) Psysexit(Proc, SYS_forksys, FALSE); in worker_thread()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | syscall.h | 315 #define SYS_forksys 142 macro
|
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 160 return (__systemcall(rval, SYS_forksys + 1024, 0, 0)); in s10_fork1() 166 return (__systemcall(rval, SYS_forksys + 1024, 1, 0)); in s10_forkall()
|
/titanic_44/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 320 (void) Psysexit(pctx->Pr, SYS_forksys, 1); in pctx_set_events() 325 (void) Psysexit(pctx->Pr, SYS_forksys, 0); in pctx_set_events() 756 case SYS_forksys: in pctx_run()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 95 #define IS_SYS_FORK(w) (w == SYS_vfork || w == SYS_forksys) 512 (void) Psysentry(P, SYS_forksys, B_TRUE); in dt_proc_control() 513 (void) Psysexit(P, SYS_forksys, B_TRUE); in dt_proc_control()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 571 ASSERT(code == SYS_vfork || code == SYS_forksys); in post_syscall()
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | syscall.c | 670 ASSERT(code == SYS_vfork || code == SYS_forksys); in post_syscall()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 459 (void) mdb_tgt_add_sysexit(t, SYS_forksys, hflag, pt_fork, NULL); in pt_post_attach() 620 (psp->pr_what == SYS_forksys && psp->pr_sysarg[0] == 2)); in pt_fork() 679 (csp->pr_what != SYS_vfork && csp->pr_what != SYS_forksys)) { in pt_fork()
|