Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/dtrace/demo/agg/
H A Ddateprof.d28 syscall::exece:return
/titanic_44/usr/src/uts/intel/os/
H A Dname_to_sysnum56 exece 59
/titanic_44/usr/src/uts/sparc/os/
H A Dname_to_sysnum55 exece 59
/titanic_44/usr/src/uts/common/sys/
H A Dexec.h211 extern int exece(const char *fname, const char **argp, const char **envp);
/titanic_44/usr/src/uts/common/os/
H A Dsysent.c73 int exece(const char *, const char **, const char **);
509 /* 59 */ SYSENT_CI("exece", exece, 3),
882 /* 59 */ SYSENT_CI("exece", exece, 3),
H A Dexec.c105 exece(const char *fname, const char **argp, const char **envp) in exece() function