1REGISTER_SYSCTL_PATH(9)       The proc filesystem      REGISTER_SYSCTL_PATH(9)
2
3
4

NAME

6       register_sysctl_paths - register a sysctl table hierarchy
7

SYNOPSIS

9       struct ctl_table_header *
10                                                       register_sysctl_paths(const struct ctl_path * path,
11                                                       struct ctl_table * table);
12

ARGUMENTS

14       path
15           The path to the directory the sysctl table is in.
16
17       table
18           the top-level table structure
19

DESCRIPTION

21       Register a sysctl table hierarchy.  table should be a filled in
22       ctl_table array. A completely 0 filled entry terminates the table.
23
24       See __register_sysctl_paths for more details.
25
27Kernel Hackers Manual 2.6.         June 2019           REGISTER_SYSCTL_PATH(9)
Impressum