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

/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h55 #define BI_LAST 0 /* list terminator */ macro
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c256 for (bi = bootinfo; bi->bi_tag != BI_LAST; bi = bootinfo_next(bi)) {
291 /* Set bootinfo_end to be just past the BI_LAST record. */
316 for (; bi->bi_tag != BI_LAST; bi = bootinfo_next(bi)) {

Completed in 63 milliseconds