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

  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 1 /* $NetBSD: ptyfs_vfsops.c,v 1.58 2020/03/16 21:20:10 pgoyette Exp $ */
41 __KERNEL_RCSID(0, "$NetBSD: ptyfs_vfsops.c,v 1.58 2020/03/16 21:20:10 pgoyette Exp $");
474 struct vfsops ptyfs_vfsops = { variable in typeref:struct:vfsops
523 error = vfs_attach(&ptyfs_vfsops);
528 error = vfs_detach(&ptyfs_vfsops);

Completed in 10 milliseconds