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

/netbsd-current/sys/dev/isa/
H A Delink.c1 /* $NetBSD: elink.c,v 1.19 2022/09/25 17:11:48 thorpej Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: elink.c,v 1.19 2022/09/25 17:11:48 thorpej Exp $");
46 #include <dev/isa/elink.h>
H A Dif_ep_isa.c93 #include <dev/isa/elink.h>
H A Dif_ef.c59 #include <dev/isa/elink.h>
H A Dif_eg.c80 #include <dev/isa/elink.h>
/netbsd-current/sys/dev/usb/
H A Duhcivar.h124 uhci_soft_td_t *elink; /* soft version of qh_elink */ member in struct:uhci_soft_qh
H A Duhci.c493 lsqh->elink = std;
505 bsqh->elink = NULL;
517 chsqh->elink = NULL;
529 clsqh->elink = NULL;
554 sqh->elink = NULL;
851 DPRINTF("QH(%#jx) at 0x%08jx: hlink=%08jx elink=%08jx", (uintptr_t)sqh,
906 if (sqh->elink != NULL && !(le32toh(sqh->qh.qh_elink) & UHCI_PTR_T))
907 uhci_dump_tds(sqh->elink);
1161 uint32_t elink; local
1171 * The T bit should be set in the elink o
1240 uint32_t elink; local
[all...]
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c746 for (ifi.ep = ep_list; ifi.ep != NULL; ifi.ep = ifi.ep->elink)
838 LINK_TAIL_SLIST(ep_list, ep, elink, endpt);
998 UNLINK_SLIST(unlinked, ep_list, ep, elink, endpt);
1977 next_ep = ep->elink;
2029 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2244 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2619 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2725 for (ep = ep_list; ep != NULL; ep = ep->elink) {
2833 for (ep = ep_list; ep != NULL; ep = ep->elink) {
3862 for (ep = ep_list; ep != NULL; ep = ep->elink) {
[all...]
H A Dntp_control.c4374 for (la = ep_list; la != NULL; la = la->elink)
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp.h178 endpt * elink; /* endpt list link */ member in struct:interface

Completed in 309 milliseconds