Searched refs:BI_LAST (Results 1 - 2 of 2) sorted by relevance

/src/sys/arch/virt68k/include/
H A Dbootinfo.h55 #define BI_LAST 0 /* list terminator */ macro
/src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c279 for (bi = bid->bootinfo; bi->bi_tag != BI_LAST;
311 /* Set bootinfo_end to be just past the BI_LAST record. */
341 for (bi = bid->bootinfo; bi->bi_tag != BI_LAST;
409 for (; bi->bi_tag != BI_LAST; bi = bootinfo_next(bi)) {

Completed in 3 milliseconds