Searched refs:bi_tag (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/virt68k/dev/
H A Dmainbus.c116 if (bi->bi_tag == BI_VIRT_GF_PIC_BASE) {
140 switch (bi->bi_tag) {
208 switch (bi->bi_tag) {
235 if (bi->bi_tag >= BI_MACHDEP(0)) {
237 "unknown bootinfo tag: 0x%08x\n", bi->bi_tag);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c256 for (bi = bootinfo; bi->bi_tag != BI_LAST; bi = bootinfo_next(bi)) {
257 switch (bi->bi_tag) {
316 for (; bi->bi_tag != BI_LAST; bi = bootinfo_next(bi)) {
333 if (bi->bi_tag == ctx->tag) {
/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h46 uint16_t bi_tag; /* record type */ member in struct:bi_record

Completed in 125 milliseconds