Searched refs:pos_hi (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl2/grep/dist/src/
H A Ddosbuf.c154 off_t pos_hi; local
163 pos_hi = dos_pos_map[out_map_idx].pos;
167 if (byteno >= pos_hi)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dhw-instances.h100 unsigned_cell pos_hi,
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c150 unsigned_word pos_hi,
149 panic_hw_instance_seek(struct hw_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dhw-instances.h100 unsigned_cell pos_hi,
103 #define hw_instance_seek(instance, pos_hi, pos_lo) \
104 ((instance)->to_instance_seek ((instance), (pos_hi), (pos_lo)));
H A Dhw-instances.c150 unsigned_word pos_hi,
149 panic_hw_instance_seek(struct hw_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_disk.c395 unsigned_word pos_hi,
399 if (pos_hi != 0)
402 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
404 (long)pos_hi, (long)pos_lo));
394 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dpk_disklabel.c151 unsigned_word pos_hi,
155 if (pos_lo >= label->sector_length || pos_hi != 0)
150 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h205 unsigned_word pos_hi,
H A Ddevice.h474 unsigned_word pos_hi,
H A Demul_chirp.c1129 unsigned_cell pos_hi; member in struct:seek_args
1144 (unsigned long)args.pos_hi,
1152 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo);
H A Dhw_eeprom.c769 unsigned_word pos_hi,
768 hw_eeprom_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice.c638 unsigned_word pos_hi,
644 return instance->callback->seek(instance, pos_hi, pos_lo);
634 device_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_disk.c398 unsigned_word pos_hi,
402 if (pos_hi != 0)
405 DITRACE(disk, ("seek - instance=%ld pos_hi=%ld pos_lo=%ld\n",
407 (long)pos_hi, (long)pos_lo));
397 hw_disk_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Dpk_disklabel.c151 unsigned_word pos_hi,
155 if (pos_lo >= label->sector_length || pos_hi != 0)
150 disklabel_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice_table.h205 unsigned_word pos_hi,
H A Ddevice.h474 unsigned_word pos_hi,
H A Demul_chirp.c1131 unsigned_cell pos_hi; member in struct:seek_args
1146 (unsigned long)args.pos_hi,
1154 status = device_instance_seek(ihandle, args.pos_hi, args.pos_lo);
H A Dhw_eeprom.c769 unsigned_word pos_hi,
768 hw_eeprom_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument
H A Ddevice.c638 unsigned_word pos_hi,
644 return instance->callback->seek(instance, pos_hi, pos_lo);
634 device_instance_seek(device_instance *instance, unsigned_word pos_hi, unsigned_word pos_lo) argument

Completed in 301 milliseconds