OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.c
95
static int
nbus
= 0;
local
107
register_savevm("PCIBUS",
nbus
++, 1, pcibus_save, pcibus_load, bus);
Completed in 417 milliseconds