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_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 183 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 189 procfs_attr_rw, 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/lindebugfs/ |
H A D | lindebugfs.c | 208 flags = fops->write ? PFS_RDWR : PFS_RD; in debugfs_create_file()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 2379 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in linprocfs_init() 2399 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR); in linprocfs_init()
|