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

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c2460 struct __mac_execve_args muap; local
2465 muap.fname = uap->fname;
2466 muap.argp = uap->argp;
2467 muap.envp = uap->envp;
2468 muap.mac_p = USER_ADDR_NULL;
2469 err = __mac_execve(p, &muap, retval);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c262 struct __mac_mount_args muap; local
264 muap.type = uap->type;
265 muap.path = uap->path;
266 muap.flags = uap->flags;
267 muap.data = uap->data;
268 muap.mac_p = USER_ADDR_NULL;
269 return (__mac_mount(p, &muap, retval));
2492 struct __mac_getfsstat_args muap; local
2494 muap.buf = uap->buf;
2495 muap
[all...]

Completed in 149 milliseconds