ohci_xfer 922 dev/usb/ohci.c xfer = malloc(sizeof(struct ohci_xfer), M_USB, M_NOWAIT); ohci_xfer 925 dev/usb/ohci.c memset(xfer, 0, sizeof (struct ohci_xfer)); ohci_xfer 1902 dev/usb/ohci.c struct ohci_xfer *oxfer = addr; ohci_xfer 145 dev/usb/ohcivar.h struct ohci_xfer {