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

/haiku/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A Dremote_disk.cpp116 static RemoteDiskDevice* sDevices; variable
128 return sDevices + i;
343 sDevices = new(nothrow) RemoteDiskDevice[MAX_REMOTE_DISKS];
344 if (!sDevices)
349 error = sDevices[i].Init();
352 delete[] sDevices;
353 sDevices = NULL;
366 delete[] sDevices;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp48 static TemplateList<PPPoEDevice*> *sDevices; variable
145 if (!sDevices->HasItem(device))
146 sDevices->AddItem(device);
156 sDevices->RemoveItem(device);
207 for (int32 index = 0; index < sDevices->CountItems(); index++) {
231 TRACE("in pppoed processing sDevices->CountItems(): %" B_PRId32 "\n",
232 sDevices->CountItems());
234 for (int32 index = 0; index < sDevices->CountItems(); index++) {
235 device = sDevices->ItemAt(index);
402 sDevices
[all...]
/haiku/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c93 static const char *sDevices[] = { "drivers/dev/example", NULL }; local
97 *devices = sDevices;

Completed in 105 milliseconds