HomeSort by: relevance | last modified time | path
    Searched defs:fstd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
uhci.c 1486 uhci_soft_td_t *std, *fstd = NULL, *lstd = NULL; local in function:uhci_check_intr
1503 fstd = ux->ux_setup;
1509 fstd = ux->ux_stdstart;
1516 if (fstd == NULL)
1545 for (std = fstd; std != lstd; std = std->link.std) {
uhci.c 1486 uhci_soft_td_t *std, *fstd = NULL, *lstd = NULL; local in function:uhci_check_intr
1503 fstd = ux->ux_setup;
1509 fstd = ux->ux_stdstart;
1516 if (fstd == NULL)
1545 for (std = fstd; std != lstd; std = std->link.std) {

Completed in 27 milliseconds