UbixOS  2.0
sysctl_entry Struct Reference

#include <kern_sysctl.h>

Collaboration diagram for sysctl_entry:
Collaboration graph

Data Fields

struct sysctl_entrychildren
 
int full_name [24]
 
int id
 
char name [32]
 
int namelen
 
struct sysctl_entrynext
 
struct sysctl_entryprev
 
int val_len
 
void * value
 

Detailed Description

Definition at line 56 of file kern_sysctl.h.

Field Documentation

◆ children

struct sysctl_entry* sysctl_entry::children

Definition at line 59 of file kern_sysctl.h.

◆ full_name

int sysctl_entry::full_name[24]

Definition at line 64 of file kern_sysctl.h.

◆ id

int sysctl_entry::id

Definition at line 61 of file kern_sysctl.h.

◆ name

char sysctl_entry::name[32]

Definition at line 60 of file kern_sysctl.h.

◆ namelen

int sysctl_entry::namelen

Definition at line 65 of file kern_sysctl.h.

◆ next

struct sysctl_entry* sysctl_entry::next

Definition at line 58 of file kern_sysctl.h.

◆ prev

struct sysctl_entry* sysctl_entry::prev

Definition at line 57 of file kern_sysctl.h.

◆ val_len

int sysctl_entry::val_len

Definition at line 63 of file kern_sysctl.h.

◆ value

void* sysctl_entry::value

Definition at line 62 of file kern_sysctl.h.


The documentation for this struct was generated from the following file: