Searched refs:list_hd (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/boot/mbr/ |
H A D | mbr.c | 56 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_41/usr/src/cmd/fs.d/cachefs/cachefspack/ |
H A D | rules.c | 62 list_hd.i_next = (struct item *)0; in read_rules() 63 list_hd.i_str = (char *)0; in read_rules() 87 do_base_dir(basedir, &list_hd, &gign_hd, in read_rules() 92 fitem = list_hd.i_next; in read_rules() 120 last_list = &list_hd; in read_rules() 121 list_hd.i_next = (struct item *)0; in read_rules() 122 list_hd.i_str = (char *)0; in read_rules() 229 do_base_dir(basedir, &list_hd, &gign_hd, rulefunc); in read_rules()
|
H A D | rules.h | 58 EXTERN struct item list_hd; variable
|
H A D | docmds.c | 84 prtitem("LIST cmds", &list_hd); in do_base_dir()
|
/titanic_41/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 73 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 …]
|