Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

entry_s Struct Reference

entry of a list. More...

#include <list.h>

Collaboration diagram for entry_s:

[legend]
List of all members.

Public Attributes

list * list
 pointing to the list the entry belongs to. More...

entryprev
 the previous entry in the list. More...

entrynext
 the next entry in the list. More...

void * data
 pointer to the data content of the entry. More...

int len
 length of the contained data (in bytes). More...


Detailed Description

entry of a list.

Definition at line 35 of file list.h.


Member Data Documentation

void* entry_s::data
 

pointer to the data content of the entry.

Definition at line 39 of file list.h.

Referenced by KERN_schedinit, and LIST_makeentry.

int entry_s::len
 

length of the contained data (in bytes).

Definition at line 40 of file list.h.

Referenced by KERN_schedinit, and LIST_makeentry.

list* entry_s::list
 

pointing to the list the entry belongs to.

Definition at line 36 of file list.h.

Referenced by KERN_suspend, LIST_delete, LIST_insert_after, LIST_insert_before, LIST_insert_head, LIST_insert_tail, and LIST_makeentry.

entry* entry_s::next
 

the next entry in the list.

Definition at line 38 of file list.h.

Referenced by LIST_delete, LIST_insert_after, LIST_insert_before, LIST_insert_head, LIST_insert_tail, and LIST_makeentry.

entry* entry_s::prev
 

the previous entry in the list.

Definition at line 37 of file list.h.

Referenced by LIST_delete, LIST_insert_after, LIST_insert_before, LIST_insert_head, LIST_insert_tail, and LIST_makeentry.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 20 15:39:00 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002