Home
last modified time | relevance | path

Searched refs:list_hd (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/boot/mbr/
H A Dmbr.c56 int setold = 0, setnew = 0, write_mboot = 0, list_hd = 0; in main() local
64 list_hd = 1; in main()
119 if (!list_hd) in main()
130 } else if (list_hd && in main()
134 if (!list_hd) in main()
139 if (list_hd) { in main()
/titanic_50/usr/src/stand/lib/inet/
H A Ddhcpv4.c73 PKT_LIST *list_tl, *list_hd; variable
205 wk = list_hd; in flush_list()
212 list_hd = list_tl = NULL; in flush_list()
219 if (list_hd == NULL) in remove_list()
222 if (list_hd == list_tl) { in remove_list()
223 list_hd = list_tl = NULL; in remove_list()
224 } else if (list_hd == pl) { in remove_list()
225 list_hd = pl->next; in remove_list()
226 list_hd->prev = NULL; in remove_list()
274 if (list_hd == NULL) { in bootp_collect()
[all …]