Home | History | Annotate | Download | only in boot

Lines Matching defs:bi

46 	struct btinfo_common *bi;
58 bi = (struct btinfo_common *)bootinfo;
59 bi->next = bi->type = 0;
71 struct btinfo_common *bi;
76 bi = new;
77 bi->next = ALIGN(size);
78 bi->type = type;
82 bi = (struct btinfo_common *)bi_next;
83 bi->next = bi->type = 0;