Home
last modified time | relevance | path

Searched refs:x86_model_id (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/gpllib/
Dcpuid.c182 v = (unsigned int *)c->x86_model_id; in get_model_name()
186 c->x86_model_id[48] = 0; in get_model_name()
190 p = q = &c->x86_model_id[0]; in get_model_name()
196 while (q <= &c->x86_model_id[48]) in get_model_name()
249 char *buf = c->x86_model_id; in detect_cyrix()
592 strlcpy(cpu->model, c->x86_model_id, sizeof(cpu->model)); in set_generic_info()
/external/syslinux/com32/gplinclude/
Dcpuid.h239 char x86_model_id[64]; member