#include <kern_sysctl.h>
Collaboration diagram for sysctl_entry:
Data Fields | |
sysctl_entry * | children |
int | id |
char | name [32] |
sysctl_entry * | next |
sysctl_entry * | prev |
int | val_len |
void * | value |
Definition at line 57 of file kern_sysctl.h.
struct sysctl_entry* sysctl_entry::children |
Definition at line 60 of file kern_sysctl.h.
Referenced by sysctl_add(), sysctl_find(), and sysctl_init().
int sysctl_entry::id |
Definition at line 62 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 59 of file kern_sysctl.h.
Referenced by sysctl_add(), sysctl_find(), and sysctl_init().
struct sysctl_entry* sysctl_entry::prev |
void* sysctl_entry::value |