Searched refs:remove_list (Results 1 – 4 of 4) sorted by relevance
270 typedef struct remove_list { struct273 struct remove_list *next; argument
217 remove_list(PKT_LIST *pl, int flag) in remove_list() function477 remove_list(tk, B_TRUE); in select_best()584 remove_list(best, B_FALSE); in select_best()838 remove_list(wk, B_FALSE); in dhcp_requesting()
141 struct memlist *remove_list);3195 memlist_remove_list(struct memlist **list, struct memlist *remove_list) in memlist_remove_list() argument3197 while (list && *list && remove_list) { in memlist_remove_list()3198 (void) memlist_remove(list, remove_list->ml_address, in memlist_remove_list()3199 remove_list->ml_size); in memlist_remove_list()3200 remove_list = remove_list->ml_next; in memlist_remove_list()
148 typedef struct remove_list { struct150 struct remove_list *next; argument