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

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c498 grub_ohci_ed_t ed, ed_next;
508 ed_next = grub_ohci_ed_phys2virt(o, bulk,
515 ed_next = grub_ohci_ed_phys2virt(o, bulk,
526 if (ed_next && (i < count))
528 ed = ed_next;
529 ed_next = grub_ohci_ed_phys2virt(o, bulk,
496 grub_ohci_ed_t ed, ed_next; local

Completed in 18 milliseconds