Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dadf_fw_counters.c123 struct list_head *list = NULL, *list_ptr = NULL; in adf_read_fw_counters() local
161 list_for_each_prev_safe(list_ptr, tmp_val, &ptr->param_head) in adf_read_fw_counters()
164 list_entry(list_ptr, in adf_read_fw_counters()
265 struct list_head *list_ptr = NULL, *tmp = NULL; in adf_fw_counters_keyval_del_all() local
267 list_for_each_prev_safe(list_ptr, tmp, head) in adf_fw_counters_keyval_del_all()
270 list_entry(list_ptr, struct adf_fw_counters_val, list); in adf_fw_counters_keyval_del_all()
271 list_del(list_ptr); in adf_fw_counters_keyval_del_all()
H A Dadf_cfg.c166 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_remove() local
169 list_for_each_prev_safe(list_ptr, tmp, head) in adf_cfg_keyval_remove()
172 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_remove()
177 list_del(list_ptr); in adf_cfg_keyval_remove()
259 struct list_head *list_ptr, *tmp; in adf_cfg_keyval_del_all() local
261 list_for_each_prev_safe(list_ptr, tmp, head) in adf_cfg_keyval_del_all()
264 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all()
265 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()
/freebsd/contrib/libfido2/src/
H A Dassert.c683 fido_blob_t *list_ptr; in fido_assert_empty_allow_list()
693 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_set_extensions()
700 list_ptr[assert->allow_list.len++] = id;
701 assert->allow_list.ptr = list_ptr;
651 fido_blob_t *list_ptr; fido_assert_allow_cred() local
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()