sysctl_entry Struct Reference

#include <kern_sysctl.h>

Collaboration diagram for sysctl_entry:

Collaboration graph
[legend]

Data Fields

sysctl_entrychildren
int id
char name [32]
sysctl_entrynext
sysctl_entryprev
int val_len
void * value

Detailed Description

Definition at line 57 of file kern_sysctl.h.


Field Documentation

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]

Definition at line 61 of file kern_sysctl.h.

Referenced by sysctl_add(), and sysctl_init().

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

Definition at line 58 of file kern_sysctl.h.

Referenced by sysctl_add(), and sysctl_init().

int sysctl_entry::val_len

Definition at line 64 of file kern_sysctl.h.

Referenced by __sysctl(), and sysctl_add().

void* sysctl_entry::value

Definition at line 63 of file kern_sysctl.h.

Referenced by __sysctl(), and sysctl_add().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 15 11:26:53 2006 for UbixOS V2 by  doxygen 1.4.7