Searched refs:ctl_path (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | sysctl.h | 194 struct ctl_path { struct 226 const struct ctl_path *path, struct ctl_table *table); 229 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, 281 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths()
|
/linux-6.3-rc2/tools/virtio/virtio-trace/ |
A 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()
|
A D | trace-agent.h | 53 extern int rw_ctl_init(const char *ctl_path);
|
/linux-6.3-rc2/scripts/ |
A D | check-sysctl-docs | 106 /^static struct ctl_path/ { 107 match($0, /static struct ctl_path ([^][]+)/, tables)
|
/linux-6.3-rc2/kernel/ |
A D | pid_sysctl.h | 49 static struct ctl_path vm_path[] = { { .procname = "vm", }, { } };
|
A D | pid_namespace.c | 317 static struct ctl_path kern_path[] = { { .procname = "kernel", }, { } };
|
A D | seccomp.c | 2371 static struct ctl_path seccomp_sysctl_path[] = {
|
/linux-6.3-rc2/fs/verity/ |
A D | signature.c | 91 static const struct ctl_path fsverity_sysctl_path[] = {
|
/linux-6.3-rc2/arch/csky/abiv1/ |
A D | alignment.c | 343 static struct ctl_path sysctl_path[2] = {
|
/linux-6.3-rc2/security/loadpin/ |
A D | loadpin.c | 55 static struct ctl_path loadpin_sysctl_path[] = {
|
/linux-6.3-rc2/security/yama/ |
A D | yama_lsm.c | 450 static struct ctl_path yama_sysctl_path[] = {
|
/linux-6.3-rc2/fs/proc/ |
A D | proc_sysctl.c | 1565 const struct ctl_path *path, struct ctl_table *table) in __register_sysctl_paths() 1570 const struct ctl_path *component; in __register_sysctl_paths() 1634 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() 1653 static const struct ctl_path null_path[] = { {} }; in register_sysctl_table()
|
/linux-6.3-rc2/security/apparmor/ |
A D | lsm.c | 1767 static struct ctl_path apparmor_sysctl_path[] = {
|
Completed in 28 milliseconds