Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_cvscan.c91 PriorityInsert(RF_DiskQueueData_t **list_ptr, RF_DiskQueueData_t *req) in PriorityInsert() argument
97 for (; (*list_ptr) != NULL && (*list_ptr)->priority > req->priority; in PriorityInsert()
98 list_ptr = &((*list_ptr)->next)) { in PriorityInsert()
100 req->next = (*list_ptr); in PriorityInsert()
101 (*list_ptr) = req; in PriorityInsert()
107 ReqInsert(RF_DiskQueueData_t **list_ptr, RF_DiskQueueData_t *req, RF_CvscanArmDir_t order) in ReqInsert() argument
113 for (; (*list_ptr) != NULL && in ReqInsert()
114 ((order == rf_cvscan_RIGHT && (*list_ptr)->sectorOffset <= req->sectorOffset) in ReqInsert()
115 || (order == rf_cvscan_LEFT && (*list_ptr)->sectorOffset > req->sectorOffset)); in ReqInsert()
116 list_ptr = &((*list_ptr)->next)) { in ReqInsert()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
H A Dlist.c17 list_ptr list_new( void) { in list_new()
18 list_ptr list = (list_ptr)malloc( sizeof( list_struct)); in list_new()
25 void list_add(list_ptr list, void *obj) { in list_add()
40 void list_dump(list_ptr list) { in list_dump()
54 void list_freeall(list_ptr list) { in list_freeall()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dlist.h28 typedef list_struct* list_ptr; typedef
32 list_ptr list_new();
34 void list_add(list_ptr list, void * obj);
36 void list_dump(list_ptr list);
38 void list_freeall(list_ptr list);
H A Dbi.h29 extern list_ptr allocs;
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c158 list_ptr list = allocs; in bi_flush_memory()
H A Dbi_gmp.c237 list_ptr list = allocs; in bi_flush_memory()
H A Dbi.c38 list_ptr allocs = NULL;
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dassert.c651 fido_blob_t *list_ptr; in fido_assert_allow_cred() local
661 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_allow_cred()
668 list_ptr[assert->allow_list.len++] = id; in fido_assert_allow_cred()
669 assert->allow_list.ptr = list_ptr; in fido_assert_allow_cred()
H A Dcred.c743 fido_blob_t *list_ptr; in fido_cred_exclude() local
755 if ((list_ptr = recallocarray(cred->excl.ptr, cred->excl.len, in fido_cred_exclude()
761 list_ptr[cred->excl.len++] = id_blob; in fido_cred_exclude()
762 cred->excl.ptr = list_ptr; in fido_cred_exclude()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
H A Dprime_gen.c49 list_ptr res; in generate_small_primes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c711 deps_list_t *list_ptr, bool *resolved_p_ptr) in sd_next_list() argument
717 *list_ptr = INSN_HARD_BACK_DEPS (insn); in sd_next_list()
723 *list_ptr = INSN_SPEC_BACK_DEPS (insn); in sd_next_list()
729 *list_ptr = INSN_FORW_DEPS (insn); in sd_next_list()
735 *list_ptr = INSN_RESOLVED_BACK_DEPS (insn); in sd_next_list()
741 *list_ptr = INSN_RESOLVED_FORW_DEPS (insn); in sd_next_list()
747 *list_ptr = NULL; in sd_next_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc711 deps_list_t *list_ptr, bool *resolved_p_ptr) in sd_next_list() argument
717 *list_ptr = INSN_HARD_BACK_DEPS (insn); in sd_next_list()
723 *list_ptr = INSN_SPEC_BACK_DEPS (insn); in sd_next_list()
729 *list_ptr = INSN_FORW_DEPS (insn); in sd_next_list()
735 *list_ptr = INSN_RESOLVED_BACK_DEPS (insn); in sd_next_list()
741 *list_ptr = INSN_RESOLVED_FORW_DEPS (insn); in sd_next_list()
747 *list_ptr = NULL; in sd_next_list()