Home
last modified time | relevance | path

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

/src/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h783 #define comListGetHead(pList) comListGetNext(pList,(pList)->pHead)
845 #define comListGetNext(pList, pLink) (((pLink)->pNext == (pList)->pHead) ? \ macro