Searched refs:PFS_RDWR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/procfs/ |
| H A D | procfs.c | 169 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 173 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 177 procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 183 procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 189 procfs_candebug, NULL, PFS_RDWR); in procfs_init()
|
| /freebsd/sys/fs/pseudofs/ |
| H A D | pseudofs.h | 73 #define PFS_RDWR (PFS_RD|PFS_WR) macro
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 2570 &procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in linprocfs_init() 2590 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR); in linprocfs_init() 2681 &linprocfs_doinotify_max_queued_events, NULL, NULL, NULL, PFS_RDWR); in linprocfs_init() 2683 &linprocfs_doinotify_max_user_instances, NULL, NULL, NULL, PFS_RDWR); in linprocfs_init() 2685 &linprocfs_doinotify_max_user_watches, NULL, NULL, NULL, PFS_RDWR); in linprocfs_init()
|
| /freebsd/sys/compat/lindebugfs/ |
| H A D | lindebugfs.c | 235 flags = fops->write ? PFS_RDWR : PFS_RD; in debugfs_create_file()
|