Searched refs:procfs_validfile (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/miscfs/procfs/ |
H A D | procfs.h | 309 int procfs_validfile(struct lwp *, struct mount *);
|
H A D | procfs_vnops.c | 170 { DT_LNK, N("exe"), PFSexe, procfs_validfile }, 171 { DT_REG, N("file"), PFSfile, procfs_validfile }, 1331 procfs_validfile(struct lwp *l, struct mount *mp) in procfs_validfile() function 1340 (l == NULL || l->l_proc == NULL || procfs_validfile(l, mp)); in procfs_validfile_linux()
|