Searched refs:__mac_execve (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac.h148 int __mac_execve(char *fname, char **argv, char **envv, mac_t _label);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c1865 * __mac_execve:EINVAL Invalid argument
1866 * __mac_execve:ENOTSUP Invalid argument
1867 * __mac_execve:EACCES Permission denied
1868 * __mac_execve:EINTR Interrupted function
1869 * __mac_execve:ENOMEM Not enough space
1870 * __mac_execve:EFAULT Bad address
1871 * __mac_execve:ENAMETOOLONG Filename too long
1872 * __mac_execve:ENOEXEC Executable file format error
1873 * __mac_execve:ETXTBSY Text file busy [misuse of error code]
1874 * __mac_execve
1921 __mac_execve(proc_t p, struct __mac_execve_args *uap, register_t *retval) function
[all...]
H A Dinit_sysent.c554 {AC(__mac_execve_args), 0, 0, (sy_call_t *)__mac_execve, munge_wwww, munge_dddd, _SYSCALL_RET_INT_T, 16}, /* 380 = __mac_execve */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h2044 int __mac_execve(struct proc *, struct __mac_execve_args *, int *);

Completed in 324 milliseconds