Searched refs:PFS_RD (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/compat/linprocfs/ |
| HD | linprocfs.c | 1442 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1444 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1446 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1448 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1450 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1452 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1455 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1458 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1460 NULL, NULL, NULL, PFS_RD); in linprocfs_init() 1462 NULL, NULL, NULL, PFS_RD); in linprocfs_init() [all …]
|
| /NextBSD/sys/fs/procfs/ |
| HD | procfs.c | 168 NULL, NULL, NULL, PFS_RD); in procfs_init() 174 NULL, NULL, NULL, PFS_RD); in procfs_init() 178 NULL, procfs_notsystem, NULL, PFS_RD); in procfs_init() 190 NULL, NULL, NULL, PFS_RD); in procfs_init() 192 NULL, NULL, NULL, PFS_RD); in procfs_init()
|
| /NextBSD/sys/fs/pseudofs/ |
| HD | pseudofs.h | 71 #define PFS_RD 0x0001 /* readable */ macro 73 #define PFS_RDWR (PFS_RD|PFS_WR)
|
| HD | pseudofs_vnops.c | 595 if (((mode & FREAD) && !(mode & PFS_RD)) || in pfs_open() 628 if (!(pn->pn_flags & PFS_RD)) in pfs_read()
|
| /NextBSD/sys/compat/linsysfs/ |
| HD | linsysfs.c | 200 NULL, NULL, NULL, PFS_RD); in linsysfs_run_bus()
|