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

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c61 char *deviceNames[MAX_DEVICES+1]; /* device name pointer storage */ member in struct:__anon37
191 pd->deviceNames[count] = di->name;
218 pd->deviceNames[pd->count] = NULL;
248 return (const char **)pd->deviceNames;
253 while (pd->deviceNames[index]) {
254 if (strcmp(name, pd->deviceNames[index]) == 0)
446 while(pd->deviceNames[index] &&
447 (strcmp(name, pd->deviceNames[index]) != 0))

Completed in 31 milliseconds