Home
last modified time | relevance | path

Searched refs:GenLinkedList (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DGenLinkedList.h25 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 DGenLinkedList.c37 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 DMakefile33 LOCAL_OBJS= DNSCommon.o DNSDigest.o GenLinkedList.o \
H A DmDNSPosix.c80 static GenLinkedList gEventSources; // linked list of PosixEventSource's
/titanic_53/exception_lists/
H A Dhdrchk9 usr/src/cmd/cmd-inet/usr.lib/mdnsd/GenLinkedList.h
H A Dcstyle30 usr/src/cmd/cmd-inet/usr.lib/mdnsd/GenLinkedList.[ch]