HomeSort by: relevance | last modified time | path
    Searched defs:fdesc_vfsops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/miscfs/fdesc/
fdesc_vfsops.c 1 /* $NetBSD: fdesc_vfsops.c,v 1.96 2020/04/13 19:23:18 ad Exp $ */
34 * @(#)fdesc_vfsops.c 8.10 (Berkeley) 5/14/95
36 * #Id: fdesc_vfsops.c,v 1.9 1993/04/06 15:28:33 jsp Exp #
44 __KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.96 2020/04/13 19:23:18 ad Exp $");
239 struct vfsops fdesc_vfsops = { variable in typeref:struct:vfsops
287 error = vfs_attach(&fdesc_vfsops);
292 error = vfs_detach(&fdesc_vfsops);

Completed in 12 milliseconds