Home
last modified time | relevance | path

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

/netbsd-src/sys/miscfs/procfs/
H A Dprocfs.h96 PFSfile, /* the executable file */ enumerator
H A Dprocfs_vnops.c171 { DT_REG, N("file"), PFSfile, procfs_validfile },
822 case PFSfile: in procfs_getattr()
892 case PFSfile: in procfs_getattr()
1185 if (pt->pt_pfstype == PFSfile) { in procfs_lookup()
H A Dprocfs_vfsops.c408 case PFSfile: /* /proc/N/file = -rw------- */ in procfs_loadvnode()