Home | History | Annotate | Download | only in boot

Lines Matching defs:bi

46 	struct btinfo_common *bi;
50 bi = (struct btinfo_common *)bootinfo;
51 bi->next = bi->type = 0;
64 struct btinfo_common *bi;
73 bi = new;
74 bi->next = size;
75 bi->type = type;
79 bi = (struct btinfo_common *)bi_next;
80 bi->next = bi->type = 0;