Searched refs:axpList (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_axp.c31 static _AXP axpList[] = { variable in typeref:typename:_AXP[]
67 if (axpList[i].name == NULL)
69 if (!strcmp(sysname, axpList[i].name))
70 return axpList[i].type;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_axp.c19 static AXP axpList[] = { variable in typeref:typename:AXP[]
88 if (!axpList[count].sysName || !strcmp(axpList[count].sysName,systype)) {
89 if (axpList[count].sysVari && strcmp(axpList[count].sysVari,sysvari)) {
93 if (axpList[count].cpu && strcmp(axpList[count].cpu,cpu)) {
97 return axpList[count].sys;

Completed in 3 milliseconds