HomeSort by: relevance | last modified time | path
    Searched defs:btinfo (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/landisk/stand/boot/
bootinfo.h 34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
  /src/sys/arch/zaurus/stand/zboot/
bootinfo.c 32 struct btinfo *bootinfo;
37 struct btinfo_common *btinfo; local in function:bi_find
41 btinfo = (struct btinfo_common *)(bootinfo->entry[i]);
42 if (btinfo->type == type) {
bootinfo.h 34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
  /src/sys/arch/epoc32/epoc32/
machdep.c 164 struct btinfo_common *btinfo = &bootinfo; local in function:initarm
182 while (btinfo->type != BTINFO_NONE) {
183 switch (btinfo->type) {
185 model = (struct btinfo_model *)btinfo;
186 btinfo = &(model + 1)->common;
192 memory = (struct btinfo_memory *)btinfo;
193 btinfo = &(memory + 1)->common;
205 video = (struct btinfo_video *)btinfo;
206 btinfo = &(video + 1)->common;
212 args = (struct btinfo_bootargs *)btinfo;
    [all...]

Completed in 12 milliseconds