#include <kern_sysctl.h>
Definition at line 55 of file kern_sysctl.h.
Data Fields | |
| sysctl_entry * | children |
| int | id |
| char | name [32] |
| sysctl_entry * | next |
| sysctl_entry * | prev |
| int | val_len |
| void * | value |
| struct sysctl_entry* sysctl_entry::children |
Definition at line 58 of file kern_sysctl.h.
Referenced by sysctl_add(), sysctl_find(), and sysctl_init().
| int sysctl_entry::id |
Definition at line 60 of file kern_sysctl.h.
Referenced by sysctl_add(), sysctl_find(), and sysctl_init().
| char sysctl_entry::name[32] |
| struct sysctl_entry* sysctl_entry::next |
Definition at line 57 of file kern_sysctl.h.
Referenced by sysctl_add(), sysctl_find(), and sysctl_init().
| struct sysctl_entry* sysctl_entry::prev |
| void* sysctl_entry::value |
1.4.7