FreeBSD kernel pms device code
_SALINK Struct Reference

Structure of Link Data. More...

#include <sallist.h>

Collaboration diagram for _SALINK:

Data Fields

struct _SALINKpNext
 
struct _SALINKpPrev
 
struct _SALINKpHead
 

Detailed Description

Structure of Link Data.

link data, need to be included at the start (offset 0) of any structures that are to be stored in the link list

Definition at line 46 of file sallist.h.

Field Documentation

◆ pHead

struct _SALINK* _SALINK::pHead

Definition at line 54 of file sallist.h.

◆ pNext

struct _SALINK* _SALINK::pNext

Definition at line 48 of file sallist.h.

◆ pPrev

struct _SALINK* _SALINK::pPrev

Definition at line 49 of file sallist.h.


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