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

  /src/sys/miscfs/procfs/
procfs_vfsops.c 1 /* $NetBSD: procfs_vfsops.c,v 1.120 2024/09/14 01:37:42 pgoyette Exp $ */
34 * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95
71 * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95
79 __KERNEL_RCSID(0, "$NetBSD: procfs_vfsops.c,v 1.120 2024/09/14 01:37:42 pgoyette Exp $");
525 struct vfsops procfs_vfsops = { variable in typeref:struct:vfsops
648 error = vfs_attach(&procfs_vfsops);
666 error = vfs_detach(&procfs_vfsops);

Completed in 11 milliseconds