Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h477 #define FSIOC_EVAL_ROOTAUTH _IO('h', 50) macro
478 #define FSCTL_EVAL_ROOTAUTH IOCBASECMD(FSIOC_EVAL_ROOTAUTH)
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_exclave_fs.c545 error = VNOP_IOCTL(vp, FSIOC_EVAL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in vfs_exclave_fs_register()
H A Dvfs_syscalls.c13025 case FSIOC_EVAL_ROOTAUTH: in fsctl_internal()