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) function in typeref:typename:int 1340 (l == NULL || l->l_proc == NULL || procfs_validfile(l, mp));
|