Searched refs:devfs_vfsops (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_conf.c105 extern struct vfsops devfs_vfsops;
145 { &devfs_vfsops, "devfs", 19, 0, (MNT_DONTBROWSE | MNT_MULTILABEL), NULL, NULL, 0, 0, VFC_VFSGENERICARGS | VFS_THREAD_SAFE_FLAG | VFC_VFS64BITREADY, NULL, 0},
147 { &devfs_vfsops, "devfs", 19, 0, MNT_DONTBROWSE, NULL, NULL, 0, 0, VFC_VFSGENERICARGS | VFS_THREAD_SAFE_FLAG | VFC_VFS64BITREADY, NULL, 0},
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfsdefs.h94 extern struct vfsops devfs_vfsops;
H A Ddevfs_vfsops.c53 * devfs_vfsops.c
553 mp->mnt_op = &devfs_vfsops;
590 struct vfsops devfs_vfsops = { variable in typeref:struct:vfsops
/darwin-on-arm/xnu/bsd/conf/
H A Dfiles195 bsd/miscfs/devfs/devfs_vfsops.c optional devfs

Completed in 23 milliseconds