Home
last modified time | relevance | path

Searched refs:pr_handle_iter (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.6.0/secure_fw/spm/core/
Dpsa_api.c147 struct connection_t **pr_handle_iter, **prev = NULL; in tfm_spm_partition_psa_get() local
155 UNI_LIST_FOREACH_NODE_PNODE(pr_handle_iter, handle, in tfm_spm_partition_psa_get()
157 prev = pr_handle_iter; in tfm_spm_partition_psa_get()
Dspm_ipc.c56 struct connection_t **pr_handle_iter, **last_found_handle_holder = NULL; in spm_get_handle_by_signal() local
63 UNI_LIST_FOREACH_NODE_PNODE(pr_handle_iter, p_handle_iter, in spm_get_handle_by_signal()
66 last_found_handle_holder = pr_handle_iter; in spm_get_handle_by_signal()