table of contents
other versions
- wheezy 3.2.78-1
| UNREGISTER_SYSCTL_TA(9) | The proc filesystem | UNREGISTER_SYSCTL_TA(9) |
NAME¶
unregister_sysctl_table - unregister a sysctl table hierarchySYNOPSIS¶
void
unregister_sysctl_table(struct ctl_table_header * header);
ARGUMENTS¶
headerthe 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.COPYRIGHT¶
| March 2016 | Kernel Hackers Manual 3.2. |