Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/sys/
H A Dfsctl.h384 #define FSIOC_GRAFT_FS _IOW('A', 22, fsioc_graft_fs_t) macro
/xnu-10063.121.3/bsd/kern/
H A Dkern_descrip.c5180 case (int)FSIOC_GRAFT_FS: in sys_fcntl_nocancel()
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_syscalls.c655 error = VNOP_IOCTL(cryptex_vp, FSIOC_GRAFT_FS, (caddr_t)&gfs, 0, vctx); in graft_secureboot_cryptex()
12881 case FSIOC_GRAFT_FS: in fsctl_internal()