HomeSort by relevance Sort by last modified time
    Searched refs:nbus (Results 1 - 2 of 2) sorted by null

  /external/libusb-compat/libusb/
core.c 266 struct usb_bus *nbus = new_busses; local
271 while (nbus) {
272 struct usb_bus *tnbus = nbus->next;
274 if (bus->location == nbus->location) {
275 LIST_DEL(new_busses, nbus);
276 free(nbus);
280 nbus = tnbus;
  /external/qemu/hw/pci/
pci.c 96 static int nbus = 0; local
108 register_savevm(NULL, "PCIBUS", nbus++, 1, pcibus_save, pcibus_load, bus);

Completed in 503 milliseconds