Home
last modified time | relevance | path

Searched refs:itd (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/dev/usb/controller/
H A Dehci.c430 ehci_itd_t *itd; in ehci_init() local
458 itd = buf_res.buffer; in ehci_init()
466 sc->sc_isoc_hs_p_last[i] = itd; in ehci_init()
470 itd->itd_self = in ehci_init()
474 itd->itd_next = in ehci_init()
829 printf("ITD(%p) at 0x%08x\n", itd, hc32toh(sc, itd->itd_self) & ~0x1F); in ehci_dump_itd()
856 hc32toh(sc, itd->itd_bp[2]), in ehci_dump_itd()
875 ehci_itd_t *itd; in ehci_dump_isoc() local
889 while (itd && max && max--) { in ehci_dump_isoc()
890 ehci_dump_itd(sc, itd); in ehci_dump_isoc()
[all …]
H A Dohci.c2449 ohci_itd_t *itd; in ohci_xfer_setup() local
2453 itd = page_info.buffer; in ohci_xfer_setup()
2456 itd->itd_self = htole32(page_info.physaddr); in ohci_xfer_setup()
2457 itd->obj_next = last_obj; in ohci_xfer_setup()
2458 itd->page_cache = pc + n; in ohci_xfer_setup()
2460 last_obj = itd; in ohci_xfer_setup()
/freebsd-14.2/sys/kern/
H A Dkern_thread.c630 struct thread *itd, *ntd; in thread_reap_domain() local
645 if (itd == NULL) in thread_reap_domain()
659 while (itd != NULL) { in thread_reap_domain()
660 ntd = itd->td_zombie; in thread_reap_domain()
661 EVENTHANDLER_DIRECT_INVOKE(thread_dtor, itd); in thread_reap_domain()
663 tidbatch_add(&tidbatch, itd); in thread_reap_domain()
664 credbatch_add(&credbatch, itd); in thread_reap_domain()
665 limbatch_add(&limbatch, itd); in thread_reap_domain()
666 tdcountbatch_add(&tdcountbatch, itd); in thread_reap_domain()
668 thread_free_batched(itd); in thread_reap_domain()
[all …]
/freebsd-14.2/contrib/libpcap/
H A DCHANGES1468 Michael Stolarchuk ([email protected].itd.umich.edu)