Searched refs:pos_hi (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | hw-instances.h | 100 unsigned_cell pos_hi, 103 #define hw_instance_seek(instance, pos_hi, pos_lo) \ argument 104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
|
| D | hw-instances.c | 150 unsigned_word pos_hi, in panic_hw_instance_seek() argument
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | hw_disk.c | 395 unsigned_word pos_hi, in hw_disk_instance_seek() argument 399 if (pos_hi != 0) in hw_disk_instance_seek() 404 (long)pos_hi, (long)pos_lo)); in hw_disk_instance_seek()
|
| D | pk_disklabel.c | 151 unsigned_word pos_hi, in disklabel_seek() argument 155 if (pos_lo >= label->sector_length || pos_hi != 0) in disklabel_seek()
|
| D | device_table.h | 205 unsigned_word pos_hi,
|
| D | device.h | 474 unsigned_word pos_hi,
|
| D | emul_chirp.c | 1129 unsigned_cell pos_hi; in chirp_emul_seek() member 1144 (unsigned long)args.pos_hi, in chirp_emul_seek() 1152 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo); in chirp_emul_seek()
|
| D | hw_eeprom.c | 769 unsigned_word pos_hi, in hw_eeprom_instance_seek() argument
|
| D | device.c | 635 unsigned_word pos_hi, in device_instance_seek() argument 641 return instance->callback->seek(instance, pos_hi, pos_lo); in device_instance_seek()
|