Searched refs:device_printf (Results 126 - 150 of 1102) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/si/
H A Dsi_eisa.c80 device_printf(dev, "couldn't allocate ioports\n");
89 device_printf(dev, "couldn't allocate iomemory");
100 device_printf(dev, "couldn't allocate interrupt");
107 device_printf(dev, "couldn't activate interrupt");
/freebsd-10-stable/sys/sparc64/sparc64/
H A Drtc.c182 device_printf(dev, "cannot allocate resources\n");
211 device_printf(dev, "cannot attach time of day clock\n");
217 device_printf(dev, "invalid time");
219 device_printf(dev, "current time: %ld.%09ld\n",
H A Dschppm.c106 device_printf(dev, "failed to allocate resources\n");
112 device_printf(dev, "running at ");
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dfeeder_chain.c153 device_printf(c->dev,
163 device_printf(c->dev,
226 device_printf(c->dev,
236 device_printf(c->dev,
254 device_printf(c->dev,
262 device_printf(c->dev,
269 device_printf(c->dev,
304 device_printf(c->dev,
315 device_printf(c->dev,
324 device_printf(
[all...]
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_dma.c144 device_printf(sc->dev, "Couldn't allocate txq DMA tag\n");
152 device_printf(sc->dev, "Couldn't allocate DMA memory\n");
159 device_printf(sc->dev, "Couldn't load DMA mapping\n");
207 device_printf(sc->dev, "Cannot allocate parent DMA tag\n");
/freebsd-10-stable/sys/dev/pcf/
H A Dpcf_isa.c137 device_printf(dev, "cannot reserve I/O port range\n");
147 device_printf(dev, "can't reserve irq, polled mode.\n");
160 device_printf(dev, "could not setup IRQ\n");
166 device_printf(dev, "could not allocate iicbus instance\n");
H A Dpcf.c85 device_printf(dev, " >> stop\n");
126 device_printf(dev, " >> repeated start for slave %#x\n",
166 device_printf(dev, " >> start for slave %#x\n", (unsigned)slave);
213 device_printf(dev, " >> stop\n");
387 device_printf(dev, " >> writing %d bytes: %#x%s\n", len,
416 device_printf(dev, " >> %d bytes written (%d)\n", bytes, error);
431 device_printf(dev, " << reading %d bytes\n", len);
476 device_printf(dev, " << %d bytes read (%d): %#x%s\n", bytes, error,
/freebsd-10-stable/sys/sparc64/pci/
H A Dofw_pci.c83 device_printf(dev, "failed to set up I/O rman\n");
90 device_printf(dev, "failed to set up memory rman\n");
104 device_printf(dev, "duplicate range for space %d\n",
118 device_printf(dev, "missing CONFIG range\n");
122 device_printf(dev, "missing IO range\n");
126 device_printf(dev, "missing MEM32 range\n");
134 device_printf(dev, "could not allocate PCI I/O tag\n");
140 device_printf(dev,
151 device_printf(dev, "could not get bus-range\n");
155 device_printf(de
[all...]
/freebsd-10-stable/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c165 device_printf(esc->dev, "cant find gpio_dev\n");
237 device_printf(dev, "could not allocate resources\n");
279 device_printf(dev, "Could not setup irq, "
287 device_printf(dev, "Could not add USB device\n");
291 device_printf(dev, "Could not tear down irq,"
304 device_printf(dev, "USB init failed err=%d\n", err);
312 device_printf(dev, "Could not tear down irq,"
352 device_printf(dev, "Could not tear down irq,"
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_timer.c132 device_printf(parent, "could not add acpi_timer0\n");
151 device_printf(dev, "couldn't set resource (%s 0x%lx+0x%lx)\n",
180 device_printf(dev, "couldn't allocate resource (%s 0x%lx)\n",
256 device_printf(dev, "failed to register suspend event handler\n");
269 device_printf(acpi_timer_dev,
303 device_printf(acpi_timer_dev,
449 device_printf(acpi_timer_dev, "timer test in progress, reboot to quit.\n");
457 device_printf(acpi_timer_dev,
H A Dacpi_throttle.c161 device_printf(parent, "add throttle child failed\n");
205 device_printf(dev, "attach failed to get Processor obj - %s\n",
255 device_printf(sc->cpu_dev,
260 device_printf(sc->cpu_dev,
277 device_printf(sc->cpu_dev, "_PTC buffer too small\n");
284 device_printf(sc->cpu_dev, "P_CNT from _PTC %#jx\n",
305 device_printf(sc->cpu_dev,
308 device_printf(sc->cpu_dev, "failed to attach P_CNT\n");
/freebsd-10-stable/sys/dev/altera/avgen/
H A Daltera_avgen.c244 device_printf(dev,
250 device_printf(dev, "%s requires %s be specified\n",
268 device_printf(dev, "%s unsupported value %u\n",
285 device_printf(dev,
309 device_printf(dev,
333 device_printf(dev,
338 device_printf(dev, "memory region not page-aligned\n");
355 device_printf(sc->avg_dev, "%s: make_dev failed\n", __func__);
/freebsd-10-stable/sys/mips/cavium/
H A Docteon_pmc.c92 device_printf(dev, "could not allocate irq%d\n", OCTEON_PMC_IRQ);
99 device_printf(dev, "bus_setup_intr failed: %d\n", error);
/freebsd-10-stable/sys/dev/qlxge/
H A Dqls_isr.c94 device_printf(ha->pci_dev,
144 device_printf(dev, "%s: DS bit not set \n", __func__);
149 device_printf(dev,
168 device_printf(dev, "%s: mp == NULL\n", __func__);
213 device_printf(dev, "%s: err [0%08x]\n", __func__, cq_e->flags1);
264 device_printf(ha->pci_dev, "%s[%d %d 0x%x]: illegal \n",
334 device_printf(dev,"%s: AEN "
384 device_printf(dev, "%s fatal error\n", __func__);
/freebsd-10-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.c72 device_printf(adapter->dev, "Register (0x%08X) writes did not complete: 0x%08X\n",
82 device_printf(adapter->dev,
/freebsd-10-stable/sys/dev/usb/controller/
H A Dohci_pci.c105 device_printf(self, "chip is in D%d mode "
237 device_printf(self, "Could not map memory\n");
248 device_printf(self, "Could not allocate irq\n");
253 device_printf(self, "Could not add USB device\n");
297 device_printf(self, "(New OHCI DeviceId=0x%08x)\n",
313 device_printf(self, "Could not setup irq, %d\n", err);
322 device_printf(self, "USB init failed\n");
352 device_printf(self, "Could not tear down irq, %d\n",
/freebsd-10-stable/sys/arm/ti/
H A Dti_pruss.c165 device_printf(dev, "could not enable PRUSS clock\n");
174 device_printf(dev, "could not allocate memory resource\n");
180 device_printf(dev, "could not allocate interrupt resource\n");
191 device_printf(dev,
198 device_printf(dev, "AM18xx PRU-ICSS\n");
200 device_printf(dev, "AM33xx PRU-ICSS\n");
/freebsd-10-stable/sys/dev/coretemp/
H A Dcoretemp.c135 device_printf(parent, "add coretemp child failed\n");
190 device_printf(dev, "not supported (Intel errata "
257 device_printf(dev, "Tj(target) value %d "
260 device_printf(dev, "Can not get Tj(target) "
265 device_printf(dev, "Setting TjMax=%d\n", sc->sc_tjmax);
405 device_printf(dev, "critical temperature detected, "
/freebsd-10-stable/sys/dev/iicbus/
H A Ds35390a.c200 device_printf(dev, "slave address mismatch. "
224 device_printf(dev, "%s: cannot read status1 register\n",
232 device_printf(dev, "%s: cannot initialize\n", __func__);
240 device_printf(dev, "%s: cannot read status2 register\n",
248 device_printf(dev,
267 device_printf(dev, "%s: cannot read realtime1 register\n",
/freebsd-10-stable/sys/dev/ipmi/
H A Dipmi_isa.c127 device_printf(dev, "Invalid mode %s\n", mode);
163 device_printf(dev, "Invalid register spacing\n");
196 device_printf(dev, "BT mode is unsupported\n");
204 device_printf(dev, "%s mode found at %s 0x%jx alignment 0x%x on %s\n",
221 device_printf(dev, "couldn't configure I/O resource\n");
231 device_printf(dev,
/freebsd-10-stable/sys/dev/le/
H A Dlebuffer_sbus.c134 device_printf(dev,
141 device_printf(dev, "<%s>: device_add_child failed\n",
186 device_printf(dev, "<%s>: incomplete\n",
198 device_printf(dev, "<%s>: multiple slots\n",
210 device_printf(dev, "<%s>: parent and child slot do not match\n",
268 device_printf(dev, "<%s>", ofw_bus_get_name(child));
/freebsd-10-stable/sys/dev/mcd/
H A Dmcd_isa.c60 device_printf(dev, "Probe failed.\n");
89 device_printf(dev, "Re-Probe failed.\n");
95 device_printf(dev, "Attach failed.\n");
134 device_printf(dev, "Unable to allocate PORT resource.\n");
146 device_printf(dev, "Unable to allocate IRQ resource.\n");
156 device_printf(dev, "Unable to allocate DRQ resource.\n");
/freebsd-10-stable/sys/dev/mfi/
H A Dmfi_debug.c60 device_printf(dev, "flags=%b\n", flags, MFI_FRAME_FMT);
110 device_printf(dev, "cmd=%s target_id=%d sg_count=%d data_len=%d "
185 device_printf(dev, "cmd=MFI_CMD_DCMD opcode=%s data_len=%d\n",
207 device_printf(dev, "cm=%p index=%d total_frame_size=%d "
210 device_printf(dev, "flags=%b\n", cm->cm_flags, MFI_CMD_FLAGS_FMT);
265 device_printf(sc->mfi_dev,
/freebsd-10-stable/sys/dev/viawd/
H A Dviawd.c157 device_printf(dev, "Can not find watchdog device.\n");
165 device_printf(dev,
175 device_printf(dev, "Unable to map watchdog memory\n");
179 device_printf(dev, "Bad size for watchdog memory: %#x\n",
187 device_printf(dev,
225 device_printf(dev,
/freebsd-10-stable/sys/dev/if_ndis/
H A Dif_ndis_pci.c207 device_printf(dev,
216 device_printf(dev,
229 device_printf(dev,
243 device_printf(dev,
256 device_printf(dev,
282 device_printf(dev, "couldn't route interrupt\n");

Completed in 375 milliseconds

1234567891011>>