Home
last modified time | relevance | path

Searched refs:SYS_execve (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmain.c120 praddset(&sysset, SYS_execve); in init_proc()
235 (pstatus.pr_lwp.pr_what == SYS_execve)) { in main()
267 (pstatus.pr_lwp.pr_what != SYS_execve)) { in main()
/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c339 (void) Psysexit(pctx->Pr, SYS_execve, 1); in pctx_set_events()
340 (void) Psysentry(pctx->Pr, SYS_execve, 1); in pctx_set_events()
342 (void) Psysexit(pctx->Pr, SYS_execve, 0); in pctx_set_events()
343 (void) Psysentry(pctx->Pr, SYS_execve, 0); in pctx_set_events()
701 case SYS_execve: in pctx_run()
713 case SYS_execve: in pctx_run()
/illumos-gate/usr/src/cmd/truss/
H A Dactions.c405 if (Lsp->pr_why == PR_SYSEXIT && what == SYS_execve) { in sysentry()
548 case SYS_execve: /* this is normally traced on entry */ in sysexit()
621 if (pri->Errno != 0 || what != SYS_execve) { in sysexit()
670 if (what == SYS_execve) { in sysexit()
818 if (what != SYS_execve) in sysexit()
947 showpaths(pri, &systable[SYS_execve]); in showargs()
H A Dmain.c433 praddset(&trace, SYS_execve); in main()
515 if (!cflag && prismember(&trace, SYS_execve)) { in main()
666 if (!created && aflag && prismember(&trace, SYS_execve)) { in main()
681 praddset(&traceeven, SYS_execve); in main()
723 (void) Psysentry(Proc, SYS_execve, TRUE); in main()
751 Lsp->pr_what != SYS_execve) { in main()
1135 case SYS_execve: in worker_thread()
1220 if (what == SYS_execve && Lsp->pr_errno == 0) { in worker_thread()
1255 if (what == SYS_execve && pri->Errno == 0) { in worker_thread()
2341 if (!loadonly && !cflag && prismember(&trace, SYS_execve)) { in show_cred()
H A Dsystable.c968 { "exec", SYS_execve },
969 { "execl", SYS_execve },
970 { "execv", SYS_execve },
971 { "execle", SYS_execve },
972 { "execlp", SYS_execve },
973 { "execve", SYS_execve },
974 { "execvp", SYS_execve },
975 { "fexecve", SYS_execve },
/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h158 #define SYS_execve 59 macro
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c591 (void) Psysentry(P, SYS_execve, 1); in Pxcreate()
608 (void) Psysexit(P, SYS_execve, TRUE); in Pxcreate()
612 P->status.pr_lwp.pr_what == SYS_execve) { in Pxcreate()
641 P->status.pr_lwp.pr_what == SYS_execve && in Pxcreate()
657 P->status.pr_lwp.pr_what == SYS_execve && in Pxcreate()
1565 P->status.pr_lwp.pr_what = SYS_execve; in Preopen()
1577 P->status.pr_lwp.pr_what == SYS_execve))) { in Preopen()
1581 P->status.pr_lwp.pr_what = SYS_execve; in Preopen()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c458 } else if (tad->tad_scid == SYS_execve && in auditme()
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c283 curthread->t_sysnum = SYS_execve; in exec_init()
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c504 s10_emulation_table[SYS_execve] = 1; /* 59 */ in _init()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c94 #define IS_SYS_EXEC(w) (w == SYS_execve)
502 (void) Psysexit(P, SYS_execve, B_TRUE); in dt_proc_control()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1359 err = __systemcall(rval, SYS_execve + 1024, fname, argp, NULL, 0); in s10_exec()
1377 err = __systemcall(rval, SYS_execve + 1024, fname, argp, envp, 0); in s10_execve()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c425 psp->pr_errno == 0 && psp->pr_what == SYS_execve) { in pt_post_attach()
462 (void) mdb_tgt_add_sysexit(t, SYS_execve, hflag, pt_exec, NULL); in pt_post_attach()
731 (void) Psysexit(C, SYS_execve, TRUE); in pt_fork()
743 csp->pr_errno != 0 || csp->pr_what != SYS_execve); in pt_fork()
3693 psp->pr_what == SYS_execve) in pt_setrun()
4133 psp->pr_what == SYS_execve) in pt_brkpt_disarm()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1295 if (t->t_sysnum == SYS_execve) { in gcore_prgetlwpstatus()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1443 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) { in oprgetstatus32()
3252 if (t->t_whystop == PR_SYSEXIT && t->t_sysnum == SYS_execve) { in oprgetstatus()
H A Dprsubr.c1101 if (t->t_sysnum == SYS_execve) { in prgetlwpstatus32()
1326 if (t->t_sysnum == SYS_execve) { in prgetlwpstatus()