Home
last modified time | relevance | path

Searched refs:__mac_mount (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/security/
H A Dmac.h161 int __mac_mount(const char *type, const char *path, int flags, void *data,
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_syscalls.c395 return __mac_mount(p, &muap, retval); in mount()
817 __mac_mount(struct proc *p, register struct __mac_mount_args *uap, __unused int32_t *retval) in __mac_mount() function