Home
last modified time | relevance | path

Searched refs:ntd (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Duss820dci.c2216 uint32_t ntd; in uss820dci_xfer_setup() local
2237 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC */ ; in uss820dci_xfer_setup()
2240 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()
2243 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()
2246 ntd = xfer->nframes + 1 /* SYNC */ ; in uss820dci_xfer_setup()
2249 ntd = 0; in uss820dci_xfer_setup()
2266 if (ntd) { in uss820dci_xfer_setup()
2283 for (n = 0; n != ntd; n++) { in uss820dci_xfer_setup()
H A Dohci.c2347 uint32_t ntd; in ohci_xfer_setup() local
2367 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in ohci_xfer_setup()
2377 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2387 ntd = ((2 * xfer->nframes) in ohci_xfer_setup()
2399 ntd = 0; in ohci_xfer_setup()
2406 ntd = 0; in ohci_xfer_setup()
2419 OHCI_TD_ALIGN, ntd)) { in ohci_xfer_setup()
2424 for (n = 0; n != ntd; n++) { in ohci_xfer_setup()
H A Duhci.c2774 uint32_t ntd; in uhci_xfer_setup() local
2798 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in uhci_xfer_setup()
2808 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2818 ntd = ((2 * xfer->nframes) in uhci_xfer_setup()
2828 ntd = xfer->nframes; in uhci_xfer_setup()
2834 ntd = 0; in uhci_xfer_setup()
2892 UHCI_TD_ALIGN, ntd)) { in uhci_xfer_setup()
2897 for (n = 0; n != ntd; n++) { in uhci_xfer_setup()
H A Datmegadci.c1955 uint32_t ntd; in atmegadci_xfer_setup() local
1976 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in atmegadci_xfer_setup()
1979 ntd = xfer->nframes + 1 /* SYNC */ ; in atmegadci_xfer_setup()
2008 for (n = 0; n != ntd; n++) { in atmegadci_xfer_setup()
H A Davr32dci.c1910 uint32_t ntd; in avr32dci_xfer_setup() local
1932 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in avr32dci_xfer_setup()
1935 ntd = xfer->nframes + 1 /* SYNC */ ; in avr32dci_xfer_setup()
1963 for (n = 0; n != ntd; n++) { in avr32dci_xfer_setup()
H A Dmusb_otg.c4013 uint32_t ntd; in musbotg_xfer_setup() local
4039 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC */ ; in musbotg_xfer_setup()
4042 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()
4045 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()
4048 ntd = xfer->nframes + 1 /* SYNC */ ; in musbotg_xfer_setup()
4051 ntd = 0; in musbotg_xfer_setup()
4085 for (n = 0; n != ntd; n++) { in musbotg_xfer_setup()
H A Dxhci.c3643 uint32_t ntd; in xhci_xfer_setup() local
3685 ntd = ((1 * xfer->nframes) in xhci_xfer_setup()
3688 ntd = ((2 * xfer->nframes) + 1 /* STATUS */ in xhci_xfer_setup()
3691 ntd = ((2 * xfer->nframes) in xhci_xfer_setup()
3707 XHCI_TD_ALIGN, ntd)) { in xhci_xfer_setup()
3712 for (n = 0; n != ntd; n++) { in xhci_xfer_setup()
H A Ddwc_otg.c4776 uint32_t ntd; in dwc_otg_xfer_setup() local
4800 ntd = xfer->nframes + 1 /* STATUS */ + 1 /* SYNC 1 */ in dwc_otg_xfer_setup()
4803 ntd = xfer->nframes + 1 /* SYNC */ ; in dwc_otg_xfer_setup()
4837 for (n = 0; n != ntd; n++) { in dwc_otg_xfer_setup()
/freebsd/sys/kern/
H A Dkern_thr.c613 kern_thr_alloc(struct proc *p, int pages, struct thread **ntd) in kern_thr_alloc() argument
622 *ntd = thread_alloc(pages); in kern_thr_alloc()
623 if (*ntd == NULL) in kern_thr_alloc()
H A Dkern_thread.c631 struct thread *itd, *ntd; in thread_reap_domain() local
661 ntd = itd->td_zombie; in thread_reap_domain()
676 itd = ntd; in thread_reap_domain()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c1045 ctf_dtdef_t *dtd, *ntd; in ctf_close() local
1064 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_close()
1065 ntd = ctf_list_prev(dtd); in ctf_close()
H A Dctf_create.c681 ctf_dtdef_t *dtd, *ntd; in ctf_discard() local
689 for (dtd = ctf_list_prev(&fp->ctf_dtdefs); dtd != NULL; dtd = ntd) { in ctf_discard()
690 ntd = ctf_list_prev(dtd); in ctf_discard()