Home
last modified time | relevance | path

Searched refs:SYS_forksys (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libtnfctl/
H A Dcontinue.c251 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 Dsystable.c926 { "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 Dlistopts.c206 case SYS_forksys: /* set both if either */ in syslist()
208 sysx = SYS_forksys; in syslist()
H A Dactions.c587 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 Dmain.c685 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 Dsyscall.h315 #define SYS_forksys 142 macro
/titanic_44/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c160 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 Dlibpctx.c320 (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 Ddt_proc.c95 #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 Dsyscall.c571 ASSERT(code == SYS_vfork || code == SYS_forksys); in post_syscall()
/titanic_44/usr/src/uts/sparc/os/
H A Dsyscall.c670 ASSERT(code == SYS_vfork || code == SYS_forksys); in post_syscall()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c459 (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()