Searched refs:procFbPrefixes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A DSbus.c390 } procFbPrefixes[] = { local in function:sparcPromAssignNodes
403 for (i = 0; procFbPrefixes[i].devId; i++)
404 if (! strncmp(procFbPrefixes[i].prefix, buffer,
405 strlen(procFbPrefixes[i].prefix)))
407 devId = procFbPrefixes[i].devId;
H A DnetbsdSbus.c339 } procFbPrefixes[] = { local in function:sparcPromAssignNodes
352 for (i = 0; procFbPrefixes[i].devId; i++)
353 if (! strncmp(procFbPrefixes[i].prefix, buffer,
354 strlen(procFbPrefixes[i].prefix)))
356 devId = procFbPrefixes[i].devId;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A DSbus.c405 } procFbPrefixes[] = { local in function:sparcPromAssignNodes
418 for (i = 0; procFbPrefixes[i].devId; i++)
419 if (!strncmp(procFbPrefixes[i].prefix, buffer,
420 strlen(procFbPrefixes[i].prefix)))
422 devId = procFbPrefixes[i].devId;
H A DnetbsdSbus.c339 } procFbPrefixes[] = { local in function:sparcPromAssignNodes
352 for (i = 0; procFbPrefixes[i].devId; i++)
353 if (! strncmp(procFbPrefixes[i].prefix, buffer,
354 strlen(procFbPrefixes[i].prefix)))
356 devId = procFbPrefixes[i].devId;

Completed in 9 milliseconds