Home
last modified time | relevance | path

Searched refs:PFS_RD (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/compat/linprocfs/
HDlinprocfs.c1442 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/
HDprocfs.c168 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/
HDpseudofs.h71 #define PFS_RD 0x0001 /* readable */ macro
73 #define PFS_RDWR (PFS_RD|PFS_WR)
HDpseudofs_vnops.c595 if (((mode & FREAD) && !(mode & PFS_RD)) || in pfs_open()
628 if (!(pn->pn_flags & PFS_RD)) in pfs_read()
/NextBSD/sys/compat/linsysfs/
HDlinsysfs.c200 NULL, NULL, NULL, PFS_RD); in linsysfs_run_bus()