/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_init.c | 98 device_error(me, "Problem loading file %s\n", file_name); in hw_file_init_data_callback() 212 device_error(me, "missing property <data>\n"); in hw_data_init_data_callback() 227 device_error(me, "Problem storing integer 0x%x at 0x%lx\n", in hw_data_init_data_callback() 233 device_error(me, "Problem storing integer 0x%x at 0x%lx of instance %s\n", in hw_data_init_data_callback() 239 device_error(me, "Write of this data is not yet implemented\n"); in hw_data_init_data_callback() 371 device_error(me, "failed to claim memory for section at 0x%lx (0x%lx", in update_for_binary_section() 375 device_error(me, "section address not as requested"); in update_for_binary_section() 396 device_error(me, "load of data failed"); in update_for_binary_section() 406 device_error(me, "broken transfer\n"); in update_for_binary_section() 422 device_error(me, "Failed to open file %s\n", file_name); in hw_binary_init_data_callback() [all …]
|
H A D | hw_memory.c | 177 device_error(me, "Only single celled addresses supported"); in hw_memory_init_address() 180 device_error(me, "Only single celled sizes supported"); in hw_memory_init_address() 199 device_error(me, "property \"available\" invalid - contains an odd number of cells"); in hw_memory_init_address() 257 device_error(me, "claim - incorrect number of arguments (alignment missing)"); in hw_memory_instance_claim() 266 device_error(me, "claim - incorrect number of arguments (size missing)"); in hw_memory_instance_claim() 269 device_error(me, "claim - multi-cell sizes not supported"); in hw_memory_instance_claim() 284 device_error(me, "claim - incorrect number of arguments (optional addr)"); in hw_memory_instance_claim() 291 device_error(me, "claim - incorrect number of arguments (addr missing)"); in hw_memory_instance_claim() 294 device_error(me, "claim - multi-cell addresses not supported"); in hw_memory_instance_claim() 304 device_error(me, "claim - invalid number of return arguments"); in hw_memory_instance_claim() [all …]
|
H A D | pk_disklabel.c | 324 device_error(device_instance_device(raw_disk), in pk_disklabel_create_instance() 328 device_error(device_instance_device(raw_disk), "Problem reading boot block"); in pk_disklabel_create_instance() 333 device_error(device_instance_device(raw_disk), "Unimplemented active BPB"); in pk_disklabel_create_instance() 337 device_error(device_instance_device(raw_disk), "Unimplemented active FDISK (%d)", in pk_disklabel_create_instance() 341 device_error(device_instance_device(raw_disk), "Unimplemented active ISO9660"); in pk_disklabel_create_instance() 344 device_error(device_instance_device(raw_disk), "Unimplemented active MAC DISK"); in pk_disklabel_create_instance() 347 device_error(device_instance_device(raw_disk), "Unreconized bootblock"); in pk_disklabel_create_instance() 353 device_error(device_instance_device(raw_disk), "Unimplemented BPB"); in pk_disklabel_create_instance() 361 device_error(device_instance_device(raw_disk), in pk_disklabel_create_instance() 374 device_error(device_instance_device(raw_disk), in pk_disklabel_create_instance() [all …]
|
H A D | hw_htab.c | 217 device_error(parent, "must be a htab device"); in htab_decode_hash_table() 221 device_error(parent, "htab size 0x%x less than 0x1000", in htab_decode_hash_table() 226 device_error(parent, "htab size 0x%x not a power of two", in htab_decode_hash_table() 235 device_error(parent, "htaborg 0x%lx not aligned to htabmask 0x%lx", in htab_decode_hash_table() 271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte); in htab_map_page() 282 …device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=… in htab_map_page() 316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte); in htab_map_page() 350 device_error(me, "failed to claim memory"); in claim_memory() 479 device_error(me, "no data loaded"); in htab_dma_binary() 488 device_error(me, "broken dma transfer"); in htab_dma_binary() [all …]
|
H A D | hw_ide.c | 286 device_error(me, "controller %d - unexpected event", controller->nr); in do_event() 297 device_error(me, "controller %d - attempting to schedule multiple events", in schedule_ready_event() 312 device_error(me, "controller %d - reading fifo when not ready (%s)", in do_fifo_read() 316 device_error(me, "controller %d - fifo underflow", controller->nr); in do_fifo_read() 336 device_error(me, "controller %d - disk %s io read error", in do_fifo_read() 355 device_error(me, "controller %d - writing fifo when not ready (%s)", in do_fifo_write() 359 device_error(me, "controller %d - fifo overflow", controller->nr); in do_fifo_write() 378 device_error(me, "controller %d - disk %s io write error", in do_fifo_write() 450 device_error(me, "controller %d:%d - CHS addressing disabled", in setup_fifo() 480 device_error(me, "controller %d - command when not idle", controller->nr); in do_command() [all …]
|
H A D | hw_glue.c | 194 device_error(me, "at least one reg property size must be nonzero"); in hw_glue_init_address() 196 device_error(me, "reg property size must be %zu aligned", sizeof(unsigned_word)); in hw_glue_init_address() 202 device_error(me, "reg property address must be %zu aligned", in hw_glue_init_address() 219 device_error(me, "invalid interrupt-ranges property (incorrect size)"); in hw_glue_init_address() 238 device_error(me, "unimplemented glue type"); in hw_glue_init_address() 258 device_error(me, "missaligned read access (%d:0x%lx:%d) not supported", in hw_glue_io_read_buffer_callback() 280 device_error(me, "missaligned write access (%d:0x%lx:%d) not supported", in hw_glue_io_write_buffer_callback() 302 device_error(me, "interrupt %d outside of valid range", my_port); in hw_glue_interrupt_event() 324 device_error(me, "operator not implemented"); in hw_glue_interrupt_event()
|
H A D | hw_opic.c | 407 device_error(me, "reg property missing entry number %d", reg_nr); in hw_opic_init_data() 416 device_error(me, "reg property entry %d invalid", reg_nr); in hw_opic_init_data() 426 device_error(me, "missing or invalid interrupt-ranges property entry %d", reg_nr); in hw_opic_init_data() 466 device_error(me, "number of interrupt sources exceeded"); in hw_opic_init_data() 520 device_error(me, "number of interrupt destinations exceeded"); in hw_opic_init_data() 540 device_error(me, "interrupt source unit %d address not aligned to %d byte boundary", in hw_opic_init_data() 544 device_error(me, "interrupt source unit %d (reg %d) has an incorrect size, should be 0x%x", in hw_opic_init_data() 561 device_error(me, "interrupt delivery unit not aligned to %d byte boundary", in hw_opic_init_data() 571 device_error(me, "interrupt delivery unit has incorrect size, should be 0x%x or 0x%x", in hw_opic_init_data() 890 device_error(me, "eoi %d - current interrupt not in service", dest->nr); in do_end_of_interrupt_register_N_write() [all …]
|
H A D | hw_iobus.c | 61 device_error(me, "invalid space (%d) specified by %s", in hw_iobus_attach_address_callback() 70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr); in hw_iobus_attach_address_callback()
|
H A D | corefile-n.h | 54 … device_error(mapping->device, "internal error - core_read_N() - io_read_buffer should not fail"); in core_map_read_N() 85 …device_error(mapping->device, "internal error - core_write_N() - io_write_buffer should not fail"); in core_map_write_N()
|
H A D | hw_nvram.c | 119 device_error(me, "reg property must contain a non-zero phys-addr:size tupple"); in hw_nvram_init_address() 121 device_error(me, "NVRAM must be at least 8 bytes in size"); in hw_nvram_init_address()
|
H A D | hw_trace.c | 79 device_error(me, "insupported ioctl request"); in hw_trace_ioctl()
|
H A D | corefile.c | 181 device_error(client, "called on core_map_attach() with size zero"); in core_map_attach() 202 device_error(client, "map overlap when attaching %d:0x%lx (%ld)", in core_map_attach()
|
H A D | hw_eeprom.c | 242 device_error(me, "Failed to open input file %s\n", eeprom->input_file_name); in hw_eeprom_init_data() 297 device_error(me, "Failed to open output file %s\n", in dump_eeprom() 774 device_error(data->me, "seek value 0x%lx out of range\n", in hw_eeprom_instance_seek()
|
H A D | hw_vm.c | 237 device_error(me, "Unsupported ioctl request"); in hw_vm_ioctl()
|
H A D | device.h | 729 (void) device_error
|
/netbsd-src/external/gpl3/gdb.old/dist/sim/ppc/ |
H A D | hw_iobus.c | 61 device_error(me, "invalid space (%d) specified by %s", in hw_iobus_attach_address_callback() 70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr); in hw_iobus_attach_address_callback()
|
H A D | corefile-n.h | 54 … device_error(mapping->device, "internal error - core_read_N() - io_read_buffer should not fail"); in core_map_read_N() 85 …device_error(mapping->device, "internal error - core_write_N() - io_write_buffer should not fail"); in core_map_write_N()
|
H A D | hw_vm.c | 237 device_error(me, "Unsupported ioctl request"); in hw_vm_ioctl()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | pkcs11.h | 142 #define device_error ulDeviceError macro 303 unsigned long device_error; member 1304 #undef device_error
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/ |
H A D | pkcs11.h | 139 #define device_error ulDeviceError macro 312 unsigned long device_error; member 1595 #undef device_error
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/ |
H A D | pkcs11.h | 147 #define device_error ulDeviceError macro 337 unsigned long device_error; member 1646 #undef device_error
|
/netbsd-src/external/gpl3/gdb/dist/sim/cris/ |
H A D | ChangeLog-2021 | 503 * devices.c (device_error): Delete. 724 * devices.c (device_error): Add const to message.
|
/netbsd-src/external/gpl3/gdb/dist/sim/m32r/ |
H A D | ChangeLog-2021 | 460 * devices.c (device_error): Delete. 684 * devices.c (device_error): Add const to message. 1053 (device_error): Give proper arg spec. 1596 * m32r.c (device_io_{read,write}_buffer,device_error): Move from here,
|
/netbsd-src/external/gpl3/gdb/dist/sim/common/ |
H A D | ChangeLog-2021 | 1484 * sim-core.c (device_error): Delete. 1485 (sim_core_map_attach): Delete calls to device_error. 1487 * sim-core.h (device_error): Delete. 1488 * sim-n-core.h (sim_core_read_aligned_N): Change device_error call 2549 * sim-core.c (WITH_HW): Add device casts to device_error, 2690 * sim-core.h (device_error): Add const to message, and add printf 4134 * sim-core.c (device_error,device_io_read_buffer,
|
/netbsd-src/external/gpl3/gdb/dist/sim/bfin/ |
H A D | ChangeLog-2021 | 577 * devices.c (device_error): Delete.
|