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

/external/libusb-compat/libusb/
H A Dcore.c266 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/
H A Dpci.c95 static int nbus = 0; local
107 register_savevm("PCIBUS", nbus++, 1, pcibus_save, pcibus_load, bus);

Completed in 83 milliseconds