Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_common/
H A Dadf_fw_counters.c124 struct list_head *list = NULL, *list_ptr = NULL; in adf_read_fw_counters() local
165 list_for_each_prev_safe(list_ptr, tmp_val, &ptr->param_head) in adf_read_fw_counters()
168 list_entry(list_ptr, in adf_read_fw_counters()
272 struct list_head *list_ptr = NULL, *tmp = NULL; in adf_fw_counters_keyval_del_all() local
274 list_for_each_prev_safe(list_ptr, tmp, head) in adf_fw_counters_keyval_del_all()
277 list_entry(list_ptr, struct adf_fw_counters_val, list); in adf_fw_counters_keyval_del_all()
278 list_del(list_ptr); in adf_fw_counters_keyval_del_all()
H A Dadf_cfg.c136 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_remove() local
139 list_for_each_prev_safe(list_ptr, tmp, head) in adf_cfg_keyval_remove()
142 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_remove()
147 list_del(list_ptr); in adf_cfg_keyval_remove()
229 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_del_all() local
231 list_for_each_prev_safe(list_ptr, tmp, head) in adf_cfg_keyval_del_all()
234 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all()
235 list_del(list_ptr); in adf_cfg_keyval_del_all()
H A Dadf_cfg_section.c792 struct list_head *list_ptr, *tmp; in adf_cfg_cleanup_user_section() local
801 list_for_each_prev_safe(list_ptr, tmp, head) in adf_cfg_cleanup_user_section()
804 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_cleanup_user_section()
809 list_del(list_ptr); in adf_cfg_cleanup_user_section()
/src/crypto/krb5/src/lib/krb5/krb/
H A Dinit_ctx.c403 krb5_enctype **list_ptr) in mod_list() argument
406 krb5_enctype *list = *list_ptr; in mod_list()
438 free(*list_ptr); in mod_list()
439 *list_ptr = list; in mod_list()
/src/contrib/libfido2/src/
H A Dassert.c683 fido_blob_t *list_ptr; in fido_assert_allow_cred() local
693 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_allow_cred()
700 list_ptr[assert->allow_list.len++] = id; in fido_assert_allow_cred()
701 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()