Searched refs:procfs_attr_rw (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/procfs/ |
| H A D | procfs.c | 113 procfs_attr_rw(PFS_ATTR_ARGS) in procfs_attr_rw() 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() 176 pfs_create_file(dir, NULL, "mem", procfs_doprocmem, procfs_attr_rw, in procfs_init() 182 pfs_create_file(dir, NULL, "regs", procfs_doprocregs, procfs_attr_rw, in procfs_init() 188 pfs_create_file(dir, NULL, "osrel", procfs_doosrel, procfs_attr_rw, in procfs_init()
|
| H A D | procfs.h | 56 int procfs_attr_rw(PFS_ATTR_ARGS);
|
| /freebsd/sys/modules/procfs/ |
| H A D | Makefile | 24 EXPORT_SYMS+= procfs_attr_rw
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 2569 pfs_create_file(dir, NULL, "mem", &linprocfs_doprocmem, procfs_attr_rw, in linprocfs_init() 2590 procfs_attr_rw, &procfs_candebug, NULL, PFS_RDWR); in linprocfs_init()
|