Home | History | Annotate | Download | only in ofwboot

Lines Matching defs:bi

47 	struct btinfo_common *bi;
65 bi = (struct btinfo_common *)bootinfo;
66 bi->next = bi->type = 0;
78 struct btinfo_common *bi;
83 bi = new;
84 bi->next = ALIGN(size);
85 bi->type = type;
89 bi = (struct btinfo_common *)bi_next;
90 bi->next = bi->type = 0;