/src/sys/arch/amiga/dev/ |
ite.c | 533 struct iterepeat *irp; local in function:iteioctl 579 irp = (struct iterepeat *)addr; 580 irp->start = start_repeat_timeo; 581 irp->next = next_repeat_timeo; 584 irp = (struct iterepeat *)addr; 585 if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT) 587 start_repeat_timeo = irp->start; 588 next_repeat_timeo = irp->next;
|
ite.c | 533 struct iterepeat *irp; local in function:iteioctl 579 irp = (struct iterepeat *)addr; 580 irp->start = start_repeat_timeo; 581 irp->next = next_repeat_timeo; 584 irp = (struct iterepeat *)addr; 585 if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT) 587 start_repeat_timeo = irp->start; 588 next_repeat_timeo = irp->next;
|
/src/sys/arch/atari/dev/ |
ite.c | 508 struct iterepeat *irp; local in function:iteioctl 549 irp = (struct iterepeat *)addr; 550 irp->start = start_repeat_timeo; 551 irp->next = next_repeat_timeo; 556 irp = (struct iterepeat *)addr; 557 if (irp->start < ITEMINREPEAT || irp->next < ITEMINREPEAT) 559 start_repeat_timeo = irp->start; 560 next_repeat_timeo = irp->next;
|
ite.c | 508 struct iterepeat *irp; local in function:iteioctl 549 irp = (struct iterepeat *)addr; 550 irp->start = start_repeat_timeo; 551 irp->next = next_repeat_timeo; 556 irp = (struct iterepeat *)addr; 557 if (irp->start < ITEMINREPEAT || irp->next < ITEMINREPEAT) 559 start_repeat_timeo = irp->start; 560 next_repeat_timeo = irp->next;
|
/src/sys/arch/x68k/dev/ |
ite.c | 461 struct iterepeat *irp; local in function:iteioctl 487 irp = (struct iterepeat *)addr; 488 irp->start = start_repeat_timeo; 489 irp->next = next_repeat_timeo; 492 irp = (struct iterepeat *)addr; 493 if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT) 495 start_repeat_timeo = irp->start; 496 next_repeat_timeo = irp->next;
|
ite.c | 461 struct iterepeat *irp; local in function:iteioctl 487 irp = (struct iterepeat *)addr; 488 irp->start = start_repeat_timeo; 489 irp->next = next_repeat_timeo; 492 irp = (struct iterepeat *)addr; 493 if (irp->start < ITEMINREPEAT && irp->next < ITEMINREPEAT) 495 start_repeat_timeo = irp->start; 496 next_repeat_timeo = irp->next;
|
/src/sys/arch/alpha/alpha/ |
trap.c | 628 #define irp(l, reg) \ macro 652 unaligned_load(storage, irp, ) 655 unaligned_store(storage, irp, ) 1021 regptr = irp(l, inst->float_format.fc); 1044 regptr = irp(l, inst->float_format.fa); 1160 regptr = irp(l, inst.mem_format.rb); 1167 regptr = irp(l, inst.mem_format.ra); 1237 regptr = irp(l, inst.operate_reg_format.rb); 1241 regptr = irp(l, inst.operate_generic_format.rc); 1256 regptr = irp(l, inst.operate_reg_format.rb) [all...] |
trap.c | 628 #define irp(l, reg) \ macro 652 unaligned_load(storage, irp, ) 655 unaligned_store(storage, irp, ) 1021 regptr = irp(l, inst->float_format.fc); 1044 regptr = irp(l, inst->float_format.fa); 1160 regptr = irp(l, inst.mem_format.rb); 1167 regptr = irp(l, inst.mem_format.ra); 1237 regptr = irp(l, inst.operate_reg_format.rb); 1241 regptr = irp(l, inst.operate_generic_format.rc); 1256 regptr = irp(l, inst.operate_reg_format.rb) [all...] |