Symbol: dataend
sys/dev/usb/ehci.c
3020
struct ehci_soft_qtd *data, *dataend;
sys/dev/usb/ehci.c
3032
err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend);
sys/dev/usb/ehci.c
3041
ex->sqtdend = dataend;
sys/dev/usb/ehci.c
3134
struct ehci_soft_qtd *data, *dataend;
sys/dev/usb/ehci.c
3146
err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend);
sys/dev/usb/ehci.c
3155
ex->sqtdend = dataend;
sys/dev/usb/ehci.c
3201
struct ehci_soft_qtd *data, *dataend;
sys/dev/usb/ehci.c
3211
err = ehci_alloc_sqtd_chain(sc, xfer->length, xfer, &data, &dataend);
sys/dev/usb/ehci.c
3219
ex->sqtdend = dataend;
sys/dev/usb/uhci.c
1624
struct uhci_soft_td *data, *dataend;
sys/dev/usb/uhci.c
1644
err = uhci_alloc_std_chain(sc, len, xfer, &data, &dataend);
sys/dev/usb/uhci.c
1647
dataend->td.td_status |= htole32(UHCI_TD_IOC);
sys/dev/usb/uhci.c
1658
ux->stdend = dataend;
sys/dev/usb/uhci.c
1845
struct uhci_soft_td *data, *dataend;
sys/dev/usb/uhci.c
1863
err = uhci_alloc_std_chain(sc, xfer->length, xfer, &data, &dataend);
sys/dev/usb/uhci.c
1867
dataend->td.td_status |= htole32(UHCI_TD_IOC);
sys/dev/usb/uhci.c
1880
ux->stdend = dataend;
sys/dev/usb/uhci.c
1972
struct uhci_soft_td *setup, *data, *stat, *next, *dataend;
sys/dev/usb/uhci.c
1995
err = uhci_alloc_std_chain(sc, len, xfer, &data, &dataend);
sys/dev/usb/uhci.c
1999
dataend->link.std = stat;
sys/dev/usb/uhci.c
2000
dataend->td.td_link = htole32(stat->physaddr | UHCI_PTR_VF | UHCI_PTR_TD);
sys/dev/usb/uhci.c
2426
struct uhci_soft_td *data, *dataend;
sys/dev/usb/uhci.c
2431
uhci_alloc_std_chain(sc, xfer->length, xfer, &data, &dataend);
sys/dev/usb/uhci.c
2432
dataend->td.td_status |= htole32(UHCI_TD_IOC);
sys/dev/usb/uhci.c
2443
ux->stdend = dataend;
usr.bin/lex/dfa.c
774
dataend ();
usr.bin/lex/flexdef.h
830
extern void dataend PROTO ((void));
usr.bin/lex/gen.c
1164
dataend();
usr.bin/lex/gen.c
1238
dataend();
usr.bin/lex/gen.c
1294
dataend();
usr.bin/lex/gen.c
1352
dataend();
usr.bin/lex/gen.c
1384
dataend();
usr.bin/lex/gen.c
1423
dataend();
usr.bin/lex/gen.c
1457
dataend();
usr.bin/lex/gen.c
1722
dataend();
usr.bin/lex/gen.c
1745
dataend();
usr.bin/lex/gen.c
439
dataend();
usr.bin/lex/gen.c
491
dataend();
usr.bin/lex/gen.c
713
dataend();
usr.sbin/tcpdump/print-ospf.c
359
ospf_decode_v2(const struct ospfhdr *op, const u_char *dataend)
usr.sbin/tcpdump/print-ospf.c
399
while ((u_char *)ap < dataend) {
usr.sbin/tcpdump/print-ospf.c
443
while ((u_char *)lsrp < dataend) {
usr.sbin/tcpdump/print-ospf.c
498
const u_char *dataend;
usr.sbin/tcpdump/print-ospf.c
532
dataend = bp + length;
usr.sbin/tcpdump/print-ospf.c
583
if (ospf_decode_v2(op, dataend))
usr.sbin/tcpdump/print-ospf6.c
469
ospf6_decode_v3(const struct ospf6hdr *op, const u_char *dataend)
usr.sbin/tcpdump/print-ospf6.c
509
while ((u_char *)ap < dataend) {
usr.sbin/tcpdump/print-ospf6.c
554
while ((u_char *)lsrp < dataend) {
usr.sbin/tcpdump/print-ospf6.c
608
const u_char *dataend;
usr.sbin/tcpdump/print-ospf6.c
626
dataend = bp + length;
usr.sbin/tcpdump/print-ospf6.c
645
if (ospf6_decode_v3(op, dataend))