Lines Matching defs:node
85 * linking each `bl_load_info_node_t` type node, using the internal array
113 /* Get the memory and link the next node */
125 * linking each `bl_params_node_t` type node, using the internal array of
156 /* Make sure we have a HEAD node */
173 /* Get the memory for current node */
185 /* Link the previous node to the current one */
189 /* Update the last node */
319 bl_params_node_t *node;
343 for (node = v2->head; node != NULL; node = node->next_params_info) {
344 if (node->image_id == BL32_IMAGE_ID)
346 *bl32_ep_info_out = *node->ep_info;
347 if (node->image_id == BL33_IMAGE_ID)
349 *bl33_ep_info_out = *node->ep_info;