Lines Matching defs:list_head
57 efi_var_head_t *list_head;
101 efi_var_head_t *head = args->list_head;
138 static efi_var_head_t list_head;
145 assert(SLIST_EMPTY(&list_head));
147 SLIST_INIT(&list_head);
150 args.list_head = &list_head;
160 SLIST_FOREACH(elm, &list_head, entry) {
168 return &list_head;
191 efi_var_head_t *list_head = vp;
194 while (!SLIST_EMPTY(list_head)) {
195 elm = SLIST_FIRST(list_head);
196 SLIST_REMOVE_HEAD(list_head, entry);