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

/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Ddriver.h15 extern char* gDevNameList[];
H A Ddriver.c22 char* gDevNameList[MAX_CARDS + 1]; variable
95 gDevNameList[index] = strdup(devName);
98 gDevNameList[index] = NULL;
110 while(gDevNameList[i] != NULL) {
112 free(gDevNameList[i]);
123 return (const char**)gDevNameList;
135 for (i = 0; (item = gDevNameList[i]); i++) {
H A Ddevice.c22 extern char* gDevNameList[];
38 for (i = 0; (deviceName = gDevNameList[i]) != NULL; i++) {
63 data->deviceName = gDevNameList[i];
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c53 static char *gDevNameList[MAX_CARDS+1]; variable
1381 gDevNameList[i] = (char *)malloc(strlen(devName)+1);
1382 strcpy(gDevNameList[i], devName);
1384 gDevNameList[i] = NULL;
1397 for (i = 0; (item = gDevNameList[i]) != NULL; i++) {
1414 for (i = 0; (item = gDevNameList[i]) != NULL; i++) {
1427 return (const char **)gDevNameList;
1479 for (devID = 0; (devName = gDevNameList[devID]); devID++) {

Completed in 45 milliseconds