unregister_sysctl_table

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

unregister_sysctl_table - unregister a sysctl table hierarchy

SYNOPSIS

void unregister_sysctl_table(struct ctl_table_header * header);

ARGUMENTS

header

the header returned from register_sysctl_table

DESCRIPTION

Unregisters the sysctl table and all children. proc entries may not actually be removed until they are no longer used by anyone.