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

/haiku/src/build/libroot/
H A Dfs_descriptors.cpp35 static DescriptorMap *sDescriptors; variable
487 if (!sDescriptors)
489 DescriptorMap::iterator it = sDescriptors->find(fd);
490 if (it == sDescriptors->end())
499 if (!sDescriptors)
500 sDescriptors = new DescriptorMap;
508 sDescriptors->find(fd) != sDescriptors->end();
513 (*sDescriptors)[fd] = descriptor;
523 DescriptorMap::iterator it = sDescriptors
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDriver.cpp196 static usb_support_descriptor sDescriptors[count] = {{ 0 }}; local
199 sDescriptors[i].vendor = gSupportedDevices[i].VendorId();
200 sDescriptors[i].product = gSupportedDevices[i].ProductId();
203 gUSBModule->register_driver(DRIVER_NAME, sDescriptors, count, NULL);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.cpp237 static usb_support_descriptor sDescriptors[count] = {{ 0 }}; local
240 sDescriptors[i].vendor = gSupportedDevices[i].VendorId();
241 sDescriptors[i].product = gSupportedDevices[i].ProductId();
244 gUSBModule->register_driver(DRIVER_NAME, sDescriptors, count, NULL);
/haiku/src/system/boot/loader/
H A Dvfs.cpp84 static Descriptor *sDescriptors[MAX_VFS_DESCRIPTORS]; variable
855 return sDescriptors[fd];
865 delete sDescriptors[fd];
866 sDescriptors[fd] = NULL;
884 if (sDescriptors[fd] == NULL)
905 sDescriptors[fd] = descriptor;

Completed in 149 milliseconds