HomeSort by: relevance | last modified time | path
    Searched refs:device_error (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_phb.c 222 device_error(me, "incorrect #address-cells");
224 device_error(me, "incorrect #size-cells");
264 device_error(me, "ranges property contains an invalid address space");
267 device_error(me, "ranges property contains duplicate mappings for %s address space",
288 device_error(me, "Missing or empty ranges property");
309 device_error(me, "attach space (%d) specified by %s invalid",
314 device_error(me, "attach addr (0x%lx) specified by %s outside of bus address range",
317 device_error(me, "attach type (%d) specified by %s invalid",
525 device_error(me, "PCI bus should have #address-cells == 3");
558 device_error(me, "Problem parsing PCI address %s", unit)
    [all...]
hw_iobus.c 61 device_error(me, "invalid space (%d) specified by %s",
70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr);
pk_disklabel.c 324 device_error(device_instance_device(raw_disk),
328 device_error(device_instance_device(raw_disk), "Problem reading boot block");
333 device_error(device_instance_device(raw_disk), "Unimplemented active BPB");
337 device_error(device_instance_device(raw_disk), "Unimplemented active FDISK (%d)",
341 device_error(device_instance_device(raw_disk), "Unimplemented active ISO9660");
344 device_error(device_instance_device(raw_disk), "Unimplemented active MAC DISK");
347 device_error(device_instance_device(raw_disk), "Unreconized bootblock");
353 device_error(device_instance_device(raw_disk), "Unimplemented BPB");
361 device_error(device_instance_device(raw_disk),
374 device_error(device_instance_device(raw_disk)
    [all...]
hw_init.c 98 device_error(me, "Problem loading file %s\n", file_name);
212 device_error(me, "missing property <data>\n");
227 device_error(me, "Problem storing integer 0x%x at 0x%lx\n",
233 device_error(me, "Problem storing integer 0x%x at 0x%lx of instance %s\n",
239 device_error(me, "Write of this data is not yet implemented\n");
371 device_error(me, "failed to claim memory for section at 0x%lx (0x%lx",
375 device_error(me, "section address not as requested");
396 device_error(me, "load of data failed");
406 device_error(me, "broken transfer\n");
422 device_error(me, "Failed to open file %s\n", file_name)
    [all...]
hw_memory.c 177 device_error(me, "Only single celled addresses supported");
180 device_error(me, "Only single celled sizes supported");
199 device_error(me, "property \"available\" invalid - contains an odd number of cells");
257 device_error(me, "claim - incorrect number of arguments (alignment missing)");
266 device_error(me, "claim - incorrect number of arguments (size missing)");
269 device_error(me, "claim - multi-cell sizes not supported");
284 device_error(me, "claim - incorrect number of arguments (optional addr)");
291 device_error(me, "claim - incorrect number of arguments (addr missing)");
294 device_error(me, "claim - multi-cell addresses not supported");
304 device_error(me, "claim - invalid number of return arguments")
    [all...]
hw_glue.c 194 device_error(me, "at least one reg property size must be nonzero");
196 device_error(me, "reg property size must be %zu aligned", sizeof(unsigned_word));
202 device_error(me, "reg property address must be %zu aligned",
219 device_error(me, "invalid interrupt-ranges property (incorrect size)");
238 device_error(me, "unimplemented glue type");
258 device_error(me, "missaligned read access (%d:0x%lx:%d) not supported",
280 device_error(me, "missaligned write access (%d:0x%lx:%d) not supported",
302 device_error(me, "interrupt %d outside of valid range", my_port);
324 device_error(me, "operator not implemented");
hw_trace.c 79 device_error(me, "insupported ioctl request");
hw_htab.c 217 device_error(parent, "must be a htab device");
221 device_error(parent, "htab size 0x%x less than 0x1000",
226 device_error(parent, "htab size 0x%x not a power of two",
235 device_error(parent, "htaborg 0x%lx not aligned to htabmask 0x%lx",
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte);
282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte);
350 device_error(me, "failed to claim memory");
479 device_error(me, "no data loaded");
488 device_error(me, "broken dma transfer")
    [all...]
corefile-n.h 54 device_error(mapping->device, "internal error - core_read_N() - io_read_buffer should not fail");
85 device_error(mapping->device, "internal error - core_write_N() - io_write_buffer should not fail");
hw_ide.c 286 device_error(me, "controller %d - unexpected event", controller->nr);
297 device_error(me, "controller %d - attempting to schedule multiple events",
312 device_error(me, "controller %d - reading fifo when not ready (%s)",
316 device_error(me, "controller %d - fifo underflow", controller->nr);
336 device_error(me, "controller %d - disk %s io read error",
355 device_error(me, "controller %d - writing fifo when not ready (%s)",
359 device_error(me, "controller %d - fifo overflow", controller->nr);
378 device_error(me, "controller %d - disk %s io write error",
450 device_error(me, "controller %d:%d - CHS addressing disabled",
480 device_error(me, "controller %d - command when not idle", controller->nr)
    [all...]
hw_disk.c 207 device_error(me, "open %s failed\n", disk->name);
239 device_error(me, "invalid file property");
270 device_error(me, "invalid file property");
276 device_error(me, "insupported ioctl request");
298 device_error(me, "read - extended disk addressing unimplemented");
325 device_error(me, "write - extended disk addressing unimplemented");
400 device_error(device_instance_device(instance),
419 device_error(me, "Incorrect number of arguments for max-transfer method\n");
446 device_error(me, "Incorrect number of arguments for block-size method\n");
473 device_error(me, "Incorrect number of arguments for block-size method\n")
    [all...]
device.c 94 device_error(me, "attempt to delete permanent interrupt");
100 device_error(me, "attempt to delete unattached interrupt");
285 device_error(parent, "invalid address %s for device %s",
294 device_error(parent, "attempt to attach unknown device %s", name);
427 device_error(me, "no convert.address_to_attach_address method");
440 device_error(me, "no convert.size_to_attach_size method");
452 device_error(bus, "no convert.decode_unit method");
465 device_error(bus, "no convert.encode_unit method");
511 device_error(me, "can't have both parent instance and parent device");
557 device_error(me, "no instance_create method")
1808 device_error(device *me, function
    [all...]
hw_shm.c 117 device_error(me, "Only single celled address ranges supported\n");
127 device_error(me, "Address not specified\n" );
130 device_error(me, "Length not specified\n" );
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_phb.c 222 device_error(me, "incorrect #address-cells");
224 device_error(me, "incorrect #size-cells");
264 device_error(me, "ranges property contains an invalid address space");
267 device_error(me, "ranges property contains duplicate mappings for %s address space",
288 device_error(me, "Missing or empty ranges property");
309 device_error(me, "attach space (%d) specified by %s invalid",
314 device_error(me, "attach addr (0x%lx) specified by %s outside of bus address range",
317 device_error(me, "attach type (%d) specified by %s invalid",
525 device_error(me, "PCI bus should have #address-cells == 3");
558 device_error(me, "Problem parsing PCI address %s", unit)
    [all...]
hw_iobus.c 61 device_error(me, "invalid space (%d) specified by %s",
70 device_error(me, "Invalid attach address 0x%lx", (unsigned long)addr);
pk_disklabel.c 324 device_error(device_instance_device(raw_disk),
328 device_error(device_instance_device(raw_disk), "Problem reading boot block");
333 device_error(device_instance_device(raw_disk), "Unimplemented active BPB");
337 device_error(device_instance_device(raw_disk), "Unimplemented active FDISK (%d)",
341 device_error(device_instance_device(raw_disk), "Unimplemented active ISO9660");
344 device_error(device_instance_device(raw_disk), "Unimplemented active MAC DISK");
347 device_error(device_instance_device(raw_disk), "Unreconized bootblock");
353 device_error(device_instance_device(raw_disk), "Unimplemented BPB");
361 device_error(device_instance_device(raw_disk),
374 device_error(device_instance_device(raw_disk)
    [all...]
hw_init.c 98 device_error(me, "Problem loading file %s\n", file_name);
212 device_error(me, "missing property <data>\n");
227 device_error(me, "Problem storing integer 0x%x at 0x%lx\n",
233 device_error(me, "Problem storing integer 0x%x at 0x%lx of instance %s\n",
239 device_error(me, "Write of this data is not yet implemented\n");
371 device_error(me, "failed to claim memory for section at 0x%lx (0x%lx",
375 device_error(me, "section address not as requested");
396 device_error(me, "load of data failed");
406 device_error(me, "broken transfer\n");
422 device_error(me, "Failed to open file %s\n", file_name)
    [all...]
hw_memory.c 177 device_error(me, "Only single celled addresses supported");
180 device_error(me, "Only single celled sizes supported");
199 device_error(me, "property \"available\" invalid - contains an odd number of cells");
257 device_error(me, "claim - incorrect number of arguments (alignment missing)");
266 device_error(me, "claim - incorrect number of arguments (size missing)");
269 device_error(me, "claim - multi-cell sizes not supported");
284 device_error(me, "claim - incorrect number of arguments (optional addr)");
291 device_error(me, "claim - incorrect number of arguments (addr missing)");
294 device_error(me, "claim - multi-cell addresses not supported");
304 device_error(me, "claim - invalid number of return arguments")
    [all...]
hw_glue.c 194 device_error(me, "at least one reg property size must be nonzero");
196 device_error(me, "reg property size must be %zu aligned", sizeof(unsigned_word));
202 device_error(me, "reg property address must be %zu aligned",
219 device_error(me, "invalid interrupt-ranges property (incorrect size)");
238 device_error(me, "unimplemented glue type");
258 device_error(me, "missaligned read access (%d:0x%lx:%d) not supported",
280 device_error(me, "missaligned write access (%d:0x%lx:%d) not supported",
302 device_error(me, "interrupt %d outside of valid range", my_port);
324 device_error(me, "operator not implemented");
hw_trace.c 79 device_error(me, "insupported ioctl request");
hw_htab.c 217 device_error(parent, "must be a htab device");
221 device_error(parent, "htab size 0x%x less than 0x1000",
226 device_error(parent, "htab size 0x%x not a power of two",
235 device_error(parent, "htaborg 0x%lx not aligned to htabmask 0x%lx",
271 device_error(me, "failed to read a pte at 0x%lx", (unsigned long)pte);
282 device_error(me, "duplicate map - va=0x%08lx ra=0x%lx vsid=0x%lx h=%d vpage=0x%lx hash=0x%lx pteg=0x%lx+%2d pte0=0x%lx",
316 device_error(me, "failed to write a pte a 0x%lx", (unsigned long)pte);
350 device_error(me, "failed to claim memory");
479 device_error(me, "no data loaded");
488 device_error(me, "broken dma transfer")
    [all...]
corefile-n.h 54 device_error(mapping->device, "internal error - core_read_N() - io_read_buffer should not fail");
85 device_error(mapping->device, "internal error - core_write_N() - io_write_buffer should not fail");
hw_ide.c 286 device_error(me, "controller %d - unexpected event", controller->nr);
297 device_error(me, "controller %d - attempting to schedule multiple events",
312 device_error(me, "controller %d - reading fifo when not ready (%s)",
316 device_error(me, "controller %d - fifo underflow", controller->nr);
336 device_error(me, "controller %d - disk %s io read error",
355 device_error(me, "controller %d - writing fifo when not ready (%s)",
359 device_error(me, "controller %d - fifo overflow", controller->nr);
378 device_error(me, "controller %d - disk %s io write error",
450 device_error(me, "controller %d:%d - CHS addressing disabled",
480 device_error(me, "controller %d - command when not idle", controller->nr)
    [all...]
hw_disk.c 207 device_error(me, "open %s failed\n", disk->name);
239 device_error(me, "invalid file property");
270 device_error(me, "invalid file property");
276 device_error(me, "insupported ioctl request");
298 device_error(me, "read - extended disk addressing unimplemented");
325 device_error(me, "write - extended disk addressing unimplemented");
400 device_error(device_instance_device(instance),
419 device_error(me, "Incorrect number of arguments for max-transfer method\n");
446 device_error(me, "Incorrect number of arguments for block-size method\n");
473 device_error(me, "Incorrect number of arguments for block-size method\n")
    [all...]
device.c 94 device_error(me, "attempt to delete permanent interrupt");
100 device_error(me, "attempt to delete unattached interrupt");
285 device_error(parent, "invalid address %s for device %s",
294 device_error(parent, "attempt to attach unknown device %s", name);
427 device_error(me, "no convert.address_to_attach_address method");
440 device_error(me, "no convert.size_to_attach_size method");
452 device_error(bus, "no convert.decode_unit method");
465 device_error(bus, "no convert.encode_unit method");
511 device_error(me, "can't have both parent instance and parent device");
557 device_error(me, "no instance_create method")
1808 device_error(device *me, function
    [all...]

Completed in 52 milliseconds

1 2