Home
last modified time | relevance | path

Searched defs:pList (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsallist.h99 #define saLlistInitialize(pList) {(pList)->pHead = &((pList)->Head); \ argument
105 #define saLlistIOInitialize(pList){(pList)->pHead = &((pList)->Head); \ argument
176 #define saLlistAdd(pList, pLink) { \ argument
185 #define saLlistIOAdd(pList, pLink) { \ argument
226 #define saLlistInsert(pList, pLink, pNew) { \ argument
268 #define saLlistRemove(pList, pLink) { \ argument
275 #define saLlistIORemove(pList, pLink) { \ argument
305 #define saLlistGetHead(pList) saLlistGetNext(pList,(pList)->pHead) argument
307 #define saLlistIOGetHead(pList) saLlistGetNext(pList,(pList)->pHead) argument
331 #define saLlistGetTail(pList) saLlistGetPrev((pList), (pList)->pHead) argument
[all …]
/freebsd-10-stable/sys/dev/pms/freebsd/driver/common/
Dlxcommon.h660 #define comListInitialize(pList) {(pList)->pHead = &((pList)->Head); \ argument
704 #define comListAdd(pList, pLink) { \ argument
731 #define comListInsert(pList, pLink, pNew) { \ argument
760 #define comListRemove(pList, pLink) { \ argument
784 #define comListGetHead(pList) comListGetNext(pList,(pList)->pHead) argument
801 #define comListGetTail(pList) comListGetPrev((pList), (pList)->pHead) argument
819 #define comListGetCount(pList) ((pList)->Count) argument
846 #define comListGetNext(pList, pLink) (((pLink)->pNext == (pList)->pHead) ? \ argument
875 #define comListGetPrev(pList, pLink) (((pLink)->pPrev == (pList)->pHead) ? \ argument
/freebsd-10-stable/sys/boot/ficl/
Dficl.c277 FICL_VM *pList = pSys->vmList; in ficlFreeVM() local
Ddict.c768 FICL_WORD **pList; in hashInsertWord() local
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.c1258 ath_ee_getLowerUpperIndex(uint8_t target, uint8_t *pList, uint16_t listSize, in ath_ee_getLowerUpperIndex()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c1812 const uint16_t *pList, uint16_t listSize, in ar5211GetLowerUpperValues()
/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c10307 ExprList *pList; /* Function arguments or in "<expr> IN (<expr-list)" */ member
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.c14884 ExprList *pList; /* op = IN, EXISTS, SELECT, CASE, FUNCTION, BETWEEN */ member