Symbol: alt_next
sys/arm/arm/machdep_ptrace.c
130
uint32_t cur_instr, alt_next = 0;
sys/arm/arm/machdep_ptrace.c
161
error_alt = ptrace_get_alternative_next(td, cur_instr, &alt_next);
sys/arm/arm/machdep_ptrace.c
163
error_alt = ptrace_read_int(td, alt_next,
sys/arm/arm/machdep_ptrace.c
168
error_alt = ptrace_write_int(td, alt_next,
sys/arm/arm/machdep_ptrace.c
173
td->td_md.md_ptrace_addr_alt = alt_next;
sys/dev/usb/controller/atmegadci.c
592
if (!td->alt_next) {
sys/dev/usb/controller/atmegadci.c
770
td->alt_next = temp->setup_alt_next;
sys/dev/usb/controller/atmegadci.c
997
if (td->alt_next) {
sys/dev/usb/controller/atmegadci.h
205
uint8_t alt_next:1;
sys/dev/usb/controller/avr32dci.c
580
if (!td->alt_next) {
sys/dev/usb/controller/avr32dci.c
739
td->alt_next = temp->setup_alt_next;
sys/dev/usb/controller/avr32dci.c
974
if (td->alt_next) {
sys/dev/usb/controller/avr32dci.h
172
uint8_t alt_next:1;
sys/dev/usb/controller/dwc_otg.c
2386
if (!td->alt_next)
sys/dev/usb/controller/dwc_otg.c
3108
td->alt_next = temp->setup_alt_next;
sys/dev/usb/controller/dwc_otg.c
3545
if (td->alt_next) {
sys/dev/usb/controller/dwc_otg.h
87
uint8_t alt_next:1;
sys/dev/usb/controller/ehci.c
1102
td_alt_next = td->alt_next;
sys/dev/usb/controller/ehci.c
1143
td = td->alt_next;
sys/dev/usb/controller/ehci.c
1152
if (td->alt_next != td_alt_next) {
sys/dev/usb/controller/ehci.c
1367
if (td->alt_next) {
sys/dev/usb/controller/ehci.c
1368
td = td->alt_next;
sys/dev/usb/controller/ehci.c
1701
td->alt_next = td_alt_next;
sys/dev/usb/controller/ehci.h
208
struct ehci_qtd *alt_next;
sys/dev/usb/controller/musb_otg.c
2148
if (!td->alt_next) {
sys/dev/usb/controller/musb_otg.c
2378
td->alt_next = temp->setup_alt_next;
sys/dev/usb/controller/musb_otg.c
2730
if (td->alt_next) {
sys/dev/usb/controller/musb_otg.h
324
uint8_t alt_next:1;
sys/dev/usb/controller/ohci.c
1352
td->alt_next = td_alt_next;
sys/dev/usb/controller/ohci.c
810
td_alt_next = td->alt_next;
sys/dev/usb/controller/ohci.c
864
td = td->alt_next;
sys/dev/usb/controller/ohci.c
873
if (td->alt_next != td_alt_next) {
sys/dev/usb/controller/ohci.c
976
td = td->alt_next;
sys/dev/usb/controller/ohci.h
137
struct ohci_td *alt_next;
sys/dev/usb/controller/uhci.c
1075
td_alt_next = td->alt_next;
sys/dev/usb/controller/uhci.c
1129
td = td->alt_next;
sys/dev/usb/controller/uhci.c
1138
if (td->alt_next != td_alt_next) {
sys/dev/usb/controller/uhci.c
1248
td = td->alt_next;
sys/dev/usb/controller/uhci.c
1251
td_alt_next = td->alt_next;
sys/dev/usb/controller/uhci.c
1272
if (td->alt_next != td_alt_next) {
sys/dev/usb/controller/uhci.c
1362
if (td->alt_next) {
sys/dev/usb/controller/uhci.c
1603
td->alt_next = td_alt_next;
sys/dev/usb/controller/uss820dci.c
1146
if (td->alt_next) {
sys/dev/usb/controller/uss820dci.c
673
if (!td->alt_next) {
sys/dev/usb/controller/uss820dci.c
873
td->alt_next = temp->setup_alt_next;
sys/dev/usb/controller/uss820dci.h
283
uint8_t alt_next:1;
sys/dev/usb/controller/xhci.c
1050
if (td->alt_next == NULL) {
sys/dev/usb/controller/xhci.c
1061
xfer->td_transfer_cache = td->alt_next;
sys/dev/usb/controller/xhci.c
1891
td_first->alt_next = td_alt_next;
sys/dev/usb/controller/xhci.c
1951
td->alt_next = setup_only ? NULL : td->obj_next;
sys/dev/usb/controller/xhci.c
2021
td->alt_next = is_last ? NULL : td->obj_next;
sys/dev/usb/controller/xhci.c
2057
td->alt_next = NULL;
sys/dev/usb/controller/xhci.c
2324
td->alt_next = is_last ? NULL : td->obj_next;
sys/dev/usb/controller/xhci.c
753
td_alt_next = td->alt_next;
sys/dev/usb/controller/xhci.c
800
td = td->alt_next;
sys/dev/usb/controller/xhci.c
809
if (td->alt_next != td_alt_next) {
sys/dev/usb/controller/xhci.c
891
td = td->alt_next;
sys/dev/usb/controller/xhci.h
382
struct xhci_td *alt_next;