/src/tests/kernel/arch/hppa/ |
h_execregs.S | 108 fstd,ma %fr0, 8(%t1) 109 fstd,ma %fr1, 8(%t1) 110 fstd,ma %fr2, 8(%t1) 111 fstd,ma %fr3, 8(%t1) 112 fstd,ma %fr4, 8(%t1) 113 fstd,ma %fr5, 8(%t1) 114 fstd,ma %fr6, 8(%t1) 115 fstd,ma %fr7, 8(%t1) 116 fstd,ma %fr8, 8(%t1) 117 fstd,ma %fr9, 8(%t1 [all...] |
/src/sys/dev/usb/ |
uhci.c | 1486 uhci_soft_td_t *std, *fstd = NULL, *lstd = NULL; local in function:uhci_check_intr 1503 fstd = ux->ux_setup; 1509 fstd = ux->ux_stdstart; 1516 if (fstd == NULL) 1545 for (std = fstd; std != lstd; std = std->link.std) {
|