FindBootInfoL
model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL);
video = (struct btinfo_video *)FindBootInfoL(bootinfo, BTINFO_VIDEO);
(struct btinfo_bootargs *)FindBootInfoL(bootinfo, BTINFO_BOOTARGS);
LOCAL_C struct btinfo_common *FindBootInfoL(struct btinfo_common *, int);