Rechercher une page de manuel
register_sysctl_paths
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
register_sysctl_paths - register a sysctl table hierarchySYNOPSIS
- struct ctl_table_header * register_sysctl_paths(const struct ctl_path * path, struct ctl_table * table);
ARGUMENTS
path
- The path to the directory the sysctl table is in.
table
- the top-level table structure
DESCRIPTION
Register a sysctl table hierarchy. table should be a filled in ctl_table array. A completely 0 filled entry terminates the table.
See __register_sysctl_paths for more details.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre