Lines Matching refs:model
74 char *model; member
132 struct btinfo_model *model; in E32BootL() local
153 model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL); in E32BootL()
154 console->Printf(_L(">> Model %s\n"), model->model); in E32BootL()
184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0) in E32BootL()
186 else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0) in E32BootL()
329 struct btinfo_model *model; in CreateBootInfo() local
345 model = (struct btinfo_model *)common; in CreateBootInfo()
346 Mem::Copy(model->model, &MachInfo().iMachineName[0], in CreateBootInfo()
347 sizeof(model->model)); in CreateBootInfo()
348 common = &(model + 1)->common; in CreateBootInfo()
361 if (_L(memmaps[i].model).CompareF(_L(model->model)) == 0 && in CreateBootInfo()