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

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

Completed in 60 milliseconds