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

/haiku/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp27 static const char* sDeviceNames[] = { variable
313 return sDeviceNames;
320 return strcmp(name, sDeviceNames[0]) == 0 ? &sDeviceHooks : NULL;
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c68 static char** sDeviceNames = NULL; variable
698 if (sDeviceNames) {
699 for (i = 0; sDeviceNames[i]; i++)
700 free(sDeviceNames[i]);
701 free(sDeviceNames);
716 if (sDeviceNames) {
717 for (i = 0; sDeviceNames[i]; i++)
718 free((char *) sDeviceNames[i]);
719 free(sDeviceNames);
723 sDeviceNames
[all...]

Completed in 35 milliseconds