Home
last modified time | relevance | path

Searched refs:FSIOC_EVAL_ROOTAUTH (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.121.3/bsd/sys/
H A Dfsctl.h472 #define FSIOC_EVAL_ROOTAUTH _IO('h', 50) macro
473 #define FSCTL_EVAL_ROOTAUTH IOCBASECMD(FSIOC_EVAL_ROOTAUTH)
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_exclave_fs.c473 error = VNOP_IOCTL(vp, FSIOC_EVAL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in vfs_exclave_fs_register()
H A Dvfs_syscalls.c12795 case FSIOC_EVAL_ROOTAUTH: in fsctl_internal()