Searched refs:glob_node (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dbootflow.h65 * @glob_node: Points to siblings in the global list (all bootdev)
95 struct list_head glob_node; member in struct:bootflow
/u-boot/boot/
H A Dbootflow.c62 glob_node);
79 if (list_is_last(&bflow->glob_node, &std->glob_head))
82 *bflowp = list_entry(bflow->glob_node.next, struct bootflow, glob_node);
481 list_del(&bflow->glob_node);
H A Dbootstd-uclass.c49 glob_node);
H A Dbootdev-uclass.c50 list_add_tail(&new->glob_node, &std->glob_head);

Completed in 44 milliseconds