FreeBSD kernel pms device code
_ag_param_key Struct Reference

#include <lxcommon.h>

Collaboration diagram for _ag_param_key:

Data Fields

char keyName [AGTIAPI_MAX_NAME]
 
ag_value_tpValueHead
 
ag_value_tpValueTail
 
struct _ag_param_keypSubkeyHead
 
struct _ag_param_keypSubkeyTail
 
struct _ag_param_keynext
 

Detailed Description

Definition at line 465 of file lxcommon.h.

Field Documentation

◆ keyName

char _ag_param_key::keyName[AGTIAPI_MAX_NAME]

Definition at line 466 of file lxcommon.h.

◆ next

struct _ag_param_key* _ag_param_key::next

Definition at line 471 of file lxcommon.h.

◆ pSubkeyHead

struct _ag_param_key* _ag_param_key::pSubkeyHead

Definition at line 469 of file lxcommon.h.

◆ pSubkeyTail

struct _ag_param_key* _ag_param_key::pSubkeyTail

Definition at line 470 of file lxcommon.h.

◆ pValueHead

ag_value_t* _ag_param_key::pValueHead

Definition at line 467 of file lxcommon.h.

◆ pValueTail

ag_value_t* _ag_param_key::pValueTail

Definition at line 468 of file lxcommon.h.


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