Searched refs:GenLinkedList (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| H A D | GenLinkedList.h | 25 struct GenLinkedList struct 31 typedef struct GenLinkedList GenLinkedList; argument 34 void InitLinkedList( GenLinkedList *pList, size_t linkOffset); 36 void AddToHead( GenLinkedList *pList, void *elem); 37 void AddToTail( GenLinkedList *pList, void *elem); 39 int RemoveFromList( GenLinkedList *pList, void *elem); 41 int ReplaceElem( GenLinkedList *pList, void *elemInList, void *newElem);
|
| H A D | GenLinkedList.c | 37 void InitLinkedList( GenLinkedList *pList, size_t linkOffset) in InitLinkedList() 46 void AddToTail( GenLinkedList *pList, void *elem) in AddToTail() 59 void AddToHead( GenLinkedList *pList, void *elem) in AddToHead() 70 int RemoveFromList( GenLinkedList *pList, void *elem) in RemoveFromList() 95 int ReplaceElem( GenLinkedList *pList, void *elemInList, void *newElem) in ReplaceElem()
|
| H A D | Makefile | 33 LOCAL_OBJS= DNSCommon.o DNSDigest.o GenLinkedList.o \
|
| H A D | mDNSPosix.c | 80 static GenLinkedList gEventSources; // linked list of PosixEventSource's
|
| /titanic_53/exception_lists/ |
| H A D | hdrchk | 9 usr/src/cmd/cmd-inet/usr.lib/mdnsd/GenLinkedList.h
|
| H A D | cstyle | 30 usr/src/cmd/cmd-inet/usr.lib/mdnsd/GenLinkedList.[ch]
|