Searched refs:ctl_path (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/include/linux/ |
D | sysctl.h | 192 struct ctl_path { struct 224 const struct ctl_path *path, struct ctl_table *table); 227 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, 275 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths()
|
/linux-5.19.10/tools/virtio/virtio-trace/ |
D | trace-agent-ctl.c | 32 int rw_ctl_init(const char *ctl_path) in rw_ctl_init() argument 36 ctl_fd = open(ctl_path, O_RDONLY); in rw_ctl_init()
|
D | trace-agent.h | 53 extern int rw_ctl_init(const char *ctl_path);
|
/linux-5.19.10/scripts/ |
D | check-sysctl-docs | 106 /^static struct ctl_path/ { 107 match($0, /static struct ctl_path ([^][]+)/, tables)
|
/linux-5.19.10/fs/verity/ |
D | signature.c | 93 static const struct ctl_path fsverity_sysctl_path[] = {
|
/linux-5.19.10/security/loadpin/ |
D | loadpin.c | 49 static struct ctl_path loadpin_sysctl_path[] = {
|
/linux-5.19.10/arch/csky/abiv1/ |
D | alignment.c | 343 static struct ctl_path sysctl_path[2] = {
|
/linux-5.19.10/kernel/ |
D | pid_namespace.c | 297 static struct ctl_path kern_path[] = { { .procname = "kernel", }, { } };
|
D | seccomp.c | 2371 static struct ctl_path seccomp_sysctl_path[] = {
|
/linux-5.19.10/security/yama/ |
D | yama_lsm.c | 450 static struct ctl_path yama_sysctl_path[] = {
|
/linux-5.19.10/fs/proc/ |
D | proc_sysctl.c | 1566 const struct ctl_path *path, struct ctl_table *table) in __register_sysctl_paths() 1571 const struct ctl_path *component; in __register_sysctl_paths() 1635 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() 1654 static const struct ctl_path null_path[] = { {} }; in register_sysctl_table()
|
/linux-5.19.10/security/apparmor/ |
D | lsm.c | 1751 static struct ctl_path apparmor_sysctl_path[] = {
|