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

/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Ddevice.cpp43 char* thisName; local
46 for (id = 0; (thisName = gDeviceNames[id]) != NULL; id++) {
47 if (!strcmp(name, thisName))
50 if (thisName == NULL)
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddevice.cpp111 char* thisName; local
114 for (id = 0; (thisName = gDeviceNames[id]) != NULL; id++) {
115 if (!strcmp(name, thisName))
118 if (!thisName)
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp43 char* thisName; local
46 for (id = 0; (thisName = gDeviceNames[id]) != NULL; id++) {
47 if (!strcmp(name, thisName))
50 if (thisName == NULL)
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp198 char* thisName; local
201 for (id = 0; (thisName = gDeviceNames[id]) != NULL; id++) {
202 if (!strcmp(name, thisName))
205 if (!thisName)

Completed in 61 milliseconds