Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h47 struct _SALINK *pNext; member
99 (pList)->pHead->pNext = (pList)->pHead; \
105 (pList)->pHead->pNext = (pList)->pHead; \
136 (pLink)->pNext = agNULL; \
141 (pLink)->pNext = agNULL; \
176 (pLink)->pNext = (pList)->pHead; \
178 (pLink)->pPrev->pNext = (pLink); \
185 (pLink)->pNext = (pList)->pHead; \
187 (pLink)->pPrev->pNext = (pLink); \
226 (pNew)->pNext = (pLink); \
[all …]
/freebsd/sys/dev/qat/qat_api/qat_utils/include/
H A Dqat_utils.h87 elementtoadd->pNext = NULL; \
92 currentptr->pNext = elementtoadd; \
93 elementtoadd->pNext = NULL; \
102 elementtoadd->pNext = NULL; \
107 elementtoadd->pNext = headptr; \
117 elementtoremove->pPrev->pNext = \
118 elementtoremove->pNext; \
119 if (elementtoremove->pNext) { \
120 elementtoremove->pNext->pPrev = \
126 } else if (NULL != elementtoremove->pNext) { \
[all …]
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h620 struct _LINK_NODE *pNext; member
660 (pList)->pHead->pNext = (pList)->pHead; \
683 (pLink)->pNext = NULL; \
704 (pLink)->pNext = (pList)->pHead; \
706 (pLink)->pPrev->pNext = (pLink); \
731 (pNew)->pNext = (pLink); \
733 (pNew)->pPrev->pNext = (pNew); \
760 (pLink)->pPrev->pNext = (pLink)->pNext; \
761 (pLink)->pNext->pPrev = (pLink)->pPrev; \
845 #define comListGetNext(pList, pLink) (((pLink)->pNext == (pList)->pHead) ? \
[all …]
/freebsd/sys/dev/qat/qat_api/qat_kernel/src/
H A Dlac_adf_interface_freebsd.c238 adf = adf->pNext; in icp_adf_getAccelDevByAccelId()
254 for (adf = adfDevicesHead; adf != NULL; adf = adf->pNext) in icp_amgr_getNumInstances()
275 for (adf = adfDevicesHead; adf != NULL; adf = adf->pNext) { in icp_amgr_getAccelDevByCapabilities()
302 for (adf = adfDevicesHead; adf != NULL; adf = adf->pNext) { in icp_amgr_getAllAccelDevByEachCapability()
330 for (adf = adfDevicesHead; adf != NULL; adf = adf->pNext) { in icp_amgr_getAllAccelDevByCapabilities()
398 for (adf = adfDevicesHead; adf != NULL; adf = adf->pNext) { in icp_adf_get_busAddress()
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c137 SqlFunc *pNext; /* Next function on the list of them all */ member
148 SqlCollate *pNext; /* Next function on the list of them all */ member
157 SqlPreparedStmt *pNext; /* Next in linked list */ member
219 IncrblobChannel *pNext; /* Linked list of all open incrblob channels */ member
241 IncrblobChannel *pNext; in closeIncrblobChannels() local
243 for(p=pDb->pIncrblob; p; p=pNext){ in closeIncrblobChannels()
244 pNext = p->pNext; in closeIncrblobChannels()
266 if( p->pNext ){ in incrblobClose()
267 p->pNext->pPrev = p->pPrev; in incrblobClose()
270 p->pPrev->pNext = p->pNext; in incrblobClose()
[all …]
/freebsd/sys/dev/qat/qat_api/qat_direct/include/
H A Dicp_adf_debug.h37 struct debug_dir_info_s *pNext; member
79 struct debug_file_info_s *pNext; member
H A Dicp_adf_init.h82 struct subservice_registation_handle_s *pNext; member
H A Dicp_accel_devices.h157 struct accel_dev_s *pNext; member
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h46 new_top.ptr = (uintptr_t)next->pNext; in pop()
63 val->pNext = PTR(old_top.ptr); in push()
H A Dlac_mem_pools.c206 pMemBlkCurrent->pNext = NULL; in Lac_MemPoolCreate()
387 pCurrentBlk = pCurrentBlk->pNext; in Lac_MemPoolInitSymCookiesPhyAddr()
419 pCurrentBlk = pCurrentBlk->pNext; in Lac_MemPoolInitDcCookiePhyAddr()
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_mem_pools.h75 struct lac_mem_blk_s *pNext; member
/freebsd/contrib/sqlite3/
H A Dshell.c6493 ReStateSet aStateSet[2], *pThis, *pNext; in re_match() local
6529 pNext = &aStateSet[1]; in re_match()
6530 pNext->nState = 0; in re_match()
6531 re_add_state(pNext, 0); in re_match()
6532 while( c!=RE_EOF && pNext->nState>0 ){ in re_match()
6535 pThis = pNext; in re_match()
6536 pNext = &aStateSet[iSwap]; in re_match()
6538 pNext->nState = 0; in re_match()
6543 if( pRe->aArg[x]==c ) re_add_state(pNext, x+1); in re_match()
6551 if( c!=0 ) re_add_state(pNext, x+1); in re_match()
[all …]
H A Dsqlite3.c1784 sqlite3_vfs *pNext; /* Next registered VFS */ member
16537 SubProgram *pNext; /* Next sub-program already visited */ member
17547 LookasideSlot *pNext; /* Next buffer in the list of free buffers */ member
17939 FuncDef *pNext; /* Next function with same name */ member
18161 Savepoint *pNext; /* Parent savepoint (if any) */ member
18378 VTable *pNext; /* Next in linked list (see above) */ member
18739 Index *pNext; /* The next index associated with the same table */ member
19405 NameContext *pNext; /* Next outer name context. NULL for outermost */ member
19514 Select *pNext; /* Next select to the left in a compound */ member
19685 AutoincInfo *pNext; /* Next info block in a list of them all */ member
[all …]
H A Dsqlite3.h1471 sqlite3_vfs *pNext; /* Next registered VFS */ member
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/
H A Dlac_sym_queue.c80 pSessionDesc->pRequestQueueTail->pNext = in LacSymQueue_RequestSend()
H A Dlac_sym_cb.c487 pSessionDesc->pRequestQueueHead->pNext; in LacSymCb_PendingReqsDequeue()
H A Dlac_sym_alg_chain.c1815 pCookie->pNext = NULL; in LacAlgChain_Perform()
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym.h180 struct lac_sym_bulk_cookie_s *pNext; member
/freebsd/sys/dev/hptmv/
H A Dcommand.h194 PCommand pNext; member
/freebsd/crypto/heimdal/lib/roken/
H A Dresolve.c866 rr->next = parse_dns_record(pRec->pNext); in parse_dns_record()