This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | _item_t |
| struct | _list_t |
Defines | |
| #define | IN |
| #define | STATUS_FAILURE -1 |
| #define | STATUS_SUCCESS 0 |
Typedefs | |
| typedef _item_t | Item_t |
| typedef _list_t | List_t |
Functions | |
| Item_t * | CreateItem () |
| int | DestroyItemList (List_t *ItemList) |
| int | DestroyItemsInList (List_t *ItemList) |
| Item_t * | GetFirstItem (List_t *kItem) |
| Item_t * | GetLastItem (List_t *kItem) |
| List_t * | InitializeList () |
| int | InsertItemAtFront (List_t *TList, Item_t *kItem) |
| int | InsertItemBetweenItems (List_t *TList, Item_t *Previous, Item_t *Next, Item_t *Insert) |
| void | InsertItemListBetweenItems (Item_t *Previous, Item_t *Next, List_t *Insert) |
| int | RemoveItem (List_t *TList, Item_t *kItem) |
| List_t * | RemoveItemListBetweenItems (Item_t *Previous, Item_t *Next) |
| Item_t* CreateItem | ( | ) |
Referenced by kmod_add().
| int DestroyItemList | ( | List_t * | ItemList | ) |
| int DestroyItemsInList | ( | List_t * | ItemList | ) |
| List_t* InitializeList | ( | ) |
Referenced by kmod_add().
Referenced by kmod_add().
1.4.7