Searched refs:procfs_candebug (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/fs/procfs/ |
| H A D | procfs.c | 144 procfs_candebug(PFS_VIS_ARGS) in procfs_candebug() function 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() 179 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init() 181 procfs_attr_w, procfs_candebug, NULL, PFS_WR); 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()
|
| H A D | procfs.h | 63 int procfs_candebug(PFS_VIS_ARGS);
|
| /freebsd-14.2/sys/modules/procfs/ |
| H A D | Makefile | 20 EXPORT_SYMS+= procfs_candebug
|
| /freebsd-14.2/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 2160 NULL, &procfs_candebug, NULL, PFS_RD); in linprocfs_init() 2166 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in linprocfs_init() 2182 NULL, &procfs_candebug, NULL, PFS_RD|PFS_RAWRD); in linprocfs_init() 2186 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR); in linprocfs_init()
|