Home
last modified time | relevance | path

Searched refs:PFS_RAW (Results 1 – 4 of 4) sorted by relevance

/src/sys/fs/procfs/
H A Dprocfs.c169 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()
/src/sys/fs/pseudofs/
H A Dpseudofs.h76 #define PFS_RAW (PFS_RAWRD|PFS_RAWWR) macro
/src/sys/compat/lindebugfs/
H A Dlindebugfs.c237 debugfs_attr, NULL, debugfs_destroy, flags | PFS_RAW | PFS_NOWAIT); in debugfs_create_file()
/src/sys/compat/linprocfs/
H A Dlinprocfs.c2438 &procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in linprocfs_init()