Home | History | Annotate | Download | only in common

Lines Matching defs:bi

44 	struct btinfo_common *bi;
48 bi = (struct btinfo_common *)bootinfo;
49 bi->next = bi->type = 0;
59 struct btinfo_common *bi;
64 bi = new;
65 bi->next = size;
66 bi->type = type;
70 bi = (struct btinfo_common *)bi_next;
71 bi->next = bi->type = 0;