Searched refs:bi_record (Results 1 – 12 of 12) sorted by relevance
118 extern int amiga_parse_bootinfo(const struct bi_record *);119 extern int atari_parse_bootinfo(const struct bi_record *);120 extern int mac_parse_bootinfo(const struct bi_record *);121 extern int q40_parse_bootinfo(const struct bi_record *);122 extern int bvme6000_parse_bootinfo(const struct bi_record *);123 extern int mvme16x_parse_bootinfo(const struct bi_record *);124 extern int mvme147_parse_bootinfo(const struct bi_record *);125 extern int hp300_parse_bootinfo(const struct bi_record *);126 extern int apollo_parse_bootinfo(const struct bi_record *);144 static void __init m68k_parse_bootinfo(const struct bi_record *record) in m68k_parse_bootinfo()[all …]
74 DEFINE(BIR_TAG, offsetof(struct bi_record, tag)); in main()75 DEFINE(BIR_SIZE, offsetof(struct bi_record, size)); in main()76 DEFINE(BIR_DATA, offsetof(struct bi_record, data)); in main()
55 int mvme147_parse_bootinfo(const struct bi_record *bi) in mvme147_parse_bootinfo()
43 struct bi_record { struct
64 int mvme16x_parse_bootinfo(const struct bi_record *bi) in mvme16x_parse_bootinfo()
201 int q40_parse_bootinfo(const struct bi_record *rec) in q40_parse_bootinfo()
47 int apollo_parse_bootinfo(const struct bi_record *record) { in apollo_parse_bootinfo()
69 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo()
54 int bvme6000_parse_bootinfo(const struct bi_record *bi) in bvme6000_parse_bootinfo()
128 int __init atari_parse_bootinfo(const struct bi_record *record) in atari_parse_bootinfo()
83 int __init mac_parse_bootinfo(const struct bi_record *record) in mac_parse_bootinfo()
152 int amiga_parse_bootinfo(const struct bi_record *record) in amiga_parse_bootinfo()