Home | History | Annotate | Download | only in boot

Lines Matching refs:bi

44 	struct btinfo_common *bi;
48 bi = (struct btinfo_common *)bootinfo;
49 bi->next = bi->type = 0;
60 struct btinfo_common *bi;
65 bi = new;
66 bi->next = size;
67 bi->type = type;
71 bi = (struct btinfo_common *)bi_next;
72 bi->next = bi->type = 0;