Searched refs:muap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c1882 struct __mac_execve_args muap; local
1885 muap.fname = uap->fname;
1886 muap.argp = uap->argp;
1887 muap.envp = uap->envp;
1888 muap.mac_p = USER_ADDR_NULL;
1889 err = __mac_execve(p, &muap, retval);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c214 struct __mac_mount_args muap; local
216 muap.type = uap->type;
217 muap.path = uap->path;
218 muap.flags = uap->flags;
219 muap.data = uap->data;
220 muap.mac_p = USER_ADDR_NULL;
221 return (__mac_mount(p, &muap, retval));
1637 struct __mac_getfsstat_args muap; local
1639 muap.buf = uap->buf;
1640 muap
[all...]

Completed in 43 milliseconds