Searched refs:ctl_path (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysctl.h | 179 /* struct ctl_path describes where in the hierarchy a table is added */ 180 struct ctl_path { struct 198 const struct ctl_path *path, struct ctl_table *table); 201 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, 229 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths()
|
/kernel/linux/linux-5.10/tools/virtio/virtio-trace/ |
H 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()
|
H A D | trace-agent.h | 53 extern int rw_ctl_init(const char *ctl_path);
|
/kernel/linux/linux-6.6/tools/virtio/virtio-trace/ |
H 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()
|
H A D | trace-agent.h | 53 extern int rw_ctl_init(const char *ctl_path);
|
/kernel/linux/linux-6.6/scripts/ |
H A D | check-sysctl-docs | 29 # paths: maps ctl_path names to paths 30 # curpath: the name of the current ctl_path struct 33 # a ctl_table, constructed path when parsing a ctl_path) 106 /^static struct ctl_path/ { 107 match($0, /static struct ctl_path ([^][]+)/, tables)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | check-sysctl-docs | 29 # paths: maps ctl_path names to paths 30 # curpath: the name of the current ctl_path struct 33 # a ctl_table, constructed path when parsing a ctl_path) 106 /^static struct ctl_path/ { 107 match($0, /static struct ctl_path ([^][]+)/, tables)
|
/kernel/linux/linux-5.10/fs/verity/ |
H A D | signature.c | 162 static const struct ctl_path fsverity_sysctl_path[] = {
|
/kernel/linux/linux-5.10/security/loadpin/ |
H A D | loadpin.c | 49 static struct ctl_path loadpin_sysctl_path[] = {
|
/kernel/linux/linux-5.10/arch/csky/abiv1/ |
H A D | alignment.c | 343 static struct ctl_path sysctl_path[2] = {
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sysctl.h | 213 /* struct ctl_path describes where in the hierarchy a table is added */ 214 struct ctl_path { struct
|
/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 450 static struct ctl_path yama_sysctl_path[] = {
|
/kernel/linux/linux-5.10/kernel/ |
H A D | pid_namespace.c | 321 static struct ctl_path kern_path[] = { { .procname = "kernel", }, { } };
|
H A D | seccomp.c | 2072 static struct ctl_path seccomp_sysctl_path[] = {
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_sysctl.c | 1539 const struct ctl_path *path, struct ctl_table *table) in __register_sysctl_paths() 1544 const struct ctl_path *component; in __register_sysctl_paths() 1608 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path, in register_sysctl_paths() 1627 static const struct ctl_path null_path[] = { {} }; in register_sysctl_table()
|
/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | alignment.c | 563 static struct ctl_path nds32_path[2] = {
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | lsm.c | 1721 static struct ctl_path apparmor_sysctl_path[] = {
|
Completed in 14 milliseconds