Home | History | Annotate | Download | only in common

Lines Matching defs:bi

45 	struct btinfo_common *bi;
49 bi = (struct btinfo_common *)bootinfo;
50 bi->next = bi->type = 0;
62 struct btinfo_common *bi;
67 bi = new;
68 bi->next = size;
69 bi->type = type;
73 bi = (struct btinfo_common *)bi_next;
74 bi->next = bi->type = 0;