Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Ddateprof.d28 syscall::exece:return
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum56 exece 59
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum57 exece 59
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h207 extern int exece(uintptr_t, const char **, const char **, int);
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c74 int exece(const char *, const char **, const char **, int);
508 /* 59 */ SYSENT_CI("exece", exece, 4),
881 /* 59 */ SYSENT_CI("exece", exece, 4),
H A Dexec.c135 exece(uintptr_t file, const char **argp, const char **envp, int flags) in exece() function