Searched defs:remove_list (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c217 remove_list(PKT_LIST *pl, int flag) function
477 remove_list(tk, B_TRUE);
584 remove_list(best, B_FALSE);
838 remove_list(wk, B_FALSE);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h270 typedef struct remove_list { struct
273 struct remove_list *next;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c148 typedef struct remove_list { struct
150 struct remove_list *next;
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c141 struct memlist *remove_list);
3174 memlist_remove_list(struct memlist **list, struct memlist *remove_list) argument
3176 while (list && *list && remove_list) {
3177 (void) memlist_remove(list, remove_list->ml_address,
3178 remove_list->ml_size);
3179 remove_list = remove_list->ml_next;

Completed in 81 milliseconds