Searched refs:remove_list (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h270 typedef struct remove_list { struct
273 struct remove_list *next;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c371 goto remove_list;
374 remove_list:
/opensolaris-onvv-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c140 struct memlist *remove_list);
3184 memlist_remove_list(struct memlist **list, struct memlist *remove_list) argument
3186 while (list && *list && remove_list) {
3187 (void) memlist_remove(list, remove_list->ml_address,
3188 remove_list->ml_size);
3189 remove_list = remove_list->ml_next;
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c148 typedef struct remove_list { struct
150 struct remove_list *next;

Completed in 173 milliseconds