Searched refs:BI_LAST (Results 1 – 4 of 4) sorted by relevance
38 while (be16_to_cpu(bi->tag) != BI_LAST) { in save_bootinfo()
151 while ((tag = be16_to_cpu(record->tag)) != BI_LAST) { in m68k_parse_bootinfo()
2533 get_bi_record BI_LAST
55 #define BI_LAST 0x0000 /* last record (sentinel) */ macro