/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sallist.h | 47 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 D | qat_utils.h | 87 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 D | lxcommon.h | 620 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 D | lac_adf_interface_freebsd.c | 238 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 D | tclsqlite3.c | 137 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 D | icp_adf_debug.h | 37 struct debug_dir_info_s *pNext; member 79 struct debug_file_info_s *pNext; member
|
H A D | icp_adf_init.h | 82 struct subservice_registation_handle_s *pNext; member
|
H A D | icp_accel_devices.h | 157 struct accel_dev_s *pNext; member
|
/freebsd/sys/dev/qat/qat_api/common/utils/ |
H A D | lac_lock_free_stack.h | 46 new_top.ptr = (uintptr_t)next->pNext; in pop() 63 val->pNext = PTR(old_top.ptr); in push()
|
H A D | lac_mem_pools.c | 206 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 D | lac_mem_pools.h | 75 struct lac_mem_blk_s *pNext; member
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 6493 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 D | sqlite3.c | 1784 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 D | sqlite3.h | 1471 sqlite3_vfs *pNext; /* Next registered VFS */ member
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_queue.c | 80 pSessionDesc->pRequestQueueTail->pNext = in LacSymQueue_RequestSend()
|
H A D | lac_sym_cb.c | 487 pSessionDesc->pRequestQueueHead->pNext; in LacSymCb_PendingReqsDequeue()
|
H A D | lac_sym_alg_chain.c | 1815 pCookie->pNext = NULL; in LacAlgChain_Perform()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym.h | 180 struct lac_sym_bulk_cookie_s *pNext; member
|
/freebsd/sys/dev/hptmv/ |
H A D | command.h | 194 PCommand pNext; member
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | resolve.c | 866 rr->next = parse_dns_record(pRec->pNext); in parse_dns_record()
|