Searched refs:procfs_candebug (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/fs/procfs/ |
| H A D | procfs.c | 146 procfs_candebug(PFS_VIS_ARGS) in procfs_candebug() function 171 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 175 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 179 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 181 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init() 183 procfs_attr_w, procfs_candebug, NULL, PFS_WR); in procfs_init() 185 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in procfs_init() 191 procfs_attr_rw, procfs_candebug, NULL, PFS_RDWR); in procfs_init()
|
| H A D | procfs.h | 64 int procfs_candebug(PFS_VIS_ARGS);
|
| /freebsd-13.1/sys/modules/procfs/ |
| H A D | Makefile | 21 EXPORT_SYMS+= procfs_candebug
|
| /freebsd-13.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 1998 NULL, &procfs_candebug, NULL, PFS_RD); in linprocfs_init() 2004 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR | PFS_RAW); in linprocfs_init() 2020 NULL, &procfs_candebug, NULL, PFS_RD|PFS_RAWRD); in linprocfs_init()
|