Lines Matching refs:list
33 struct arg_list *list;
38 if (TT.list) {
39 llist_traverse(TT.list, llist_free_arg);
40 TT.list = NULL;
53 // Find a node and dlink it from the list.
54 static struct arg_list *find_and_dlink(struct arg_list **list, char *devname)
56 struct arg_list *l = *list;
58 while (*list) {
62 *list = (*list)->next;
65 list = &(*list)->next;
66 l = *list;
142 struct arg_list *l = find_and_dlink(&TT.list, ut.ut_line);
181 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut)));
183 llist_add_node(&TT.list, memcpy(xmalloc(sizeof(ut)), &ut, sizeof(ut)));