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

1 2 3 4 5 6 7 8 910

  /src/sys/dev/acpi/
apei.c 417 device_printf(sc->sc_dev, "%s: ErrorStatus=%s\n", ctx, bitbuf);
420 device_printf(sc->sc_dev, "%s: PhysicalAddress=0x%"PRIx64"\n",
425 device_printf(sc->sc_dev, "%s: PhysicalAddressMask=0x%"PRIx64
429 device_printf(sc->sc_dev, "%s: Node=0x%"PRIx16"\n", ctx,
433 device_printf(sc->sc_dev, "%s: Card=0x%"PRIx16"\n", ctx,
437 device_printf(sc->sc_dev, "%s: Module=0x%"PRIx16"\n", ctx,
441 device_printf(sc->sc_dev, "%s: Bank=0x%"PRIx16"\n", ctx,
445 device_printf(sc->sc_dev, "%s: Device=0x%"PRIx16"\n", ctx,
449 device_printf(sc->sc_dev, "%s: Row=0x%"PRIx16"\n", ctx,
453 device_printf(sc->sc_dev, "%s: Column=0x%"PRIx16"\n", ctx
    [all...]
qcompas.c 297 device_printf(sc->sc_dev, "failed to load %s/%s: %d\n",
305 device_printf(sc->sc_dev,
321 device_printf(sc->sc_dev, "failed to load %s/%s: %d\n",
335 device_printf(sc->sc_dev, "failed to toggle load state\n");
346 device_printf(sc->sc_dev, "failed to boot coprocessor\n");
528 device_printf(sc->sc_dev, "metadata split segment not supported\n");
537 device_printf(sc->sc_dev, "init image failed: %d\n", error);
545 device_printf(sc->sc_dev, "mem setup failed\n");
568 device_printf(sc->sc_dev, "firmware split segment not supported\n");
580 device_printf(sc->sc_dev, "auth and reset failed\n")
    [all...]
  /src/sys/dev/hyperv/
vmbusic.c 131 device_printf(sc->sc_dev, "truncated ic negotiate, len %d\n",
138 device_printf(sc->sc_dev, "ic negotiate does not contain "
143 device_printf(sc->sc_dev, "ic negotiate does not contain "
150 device_printf(sc->sc_dev, "ic negotiate does not contain "
173 device_printf(sc->sc_dev, "failed to select framework "
195 device_printf(sc->sc_dev, "failed to select message version\n");
203 device_printf(sc->sc_dev,
209 device_printf(sc->sc_dev,
216 device_printf(sc->sc_dev,
223 device_printf(sc->sc_dev
    [all...]
hvshutdown.c 174 device_printf(vsc->sc_dev, "shutdown requested\n");
178 device_printf(vsc->sc_dev,
186 device_printf(vsc->sc_dev,
hvtimesync.c 139 device_printf(vsc->sc_dev,
153 device_printf(vsc->sc_dev,
166 device_printf(vsc->sc_dev,
244 device_printf(vsc->sc_dev,
hvkbd.c 484 device_printf(sc->sc_dev,
494 device_printf(sc->sc_dev, "Illegal packet\n");
503 device_printf(sc->sc_dev,
541 device_printf(sc->sc_dev,
546 device_printf(sc->sc_dev,
554 device_printf(sc->sc_dev, "unhandled event: %d\n",
559 device_printf(sc->sc_dev, "unknown event: %d\n",
  /src/sys/dev/ic/
tpm.c 153 device_printf(sc->sc_dev, "start write failed: %d\n", error);
161 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:"
170 device_printf(sc->sc_dev, "end write failed: %d\n", error);
180 device_printf(sc->sc_dev, "start read failed: %d\n", error);
189 device_printf(sc->sc_dev, "read failed: %d\n", error);
193 device_printf(sc->sc_dev, "short header read: %zu\n", nread);
201 device_printf(sc->sc_dev, "end read failed: %d\n", error);
211 device_printf(sc->sc_dev,
252 device_printf(sc->sc_dev, "start write failed: %d\n", error);
260 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:
    [all...]
pl181.c 119 device_printf(sc->sc_dev, "PeriphID %#x %#x %#x %#x\n",
124 device_printf(sc->sc_dev, "PCellID %#x %#x %#x %#x\n",
157 device_printf(sc->sc_dev, "TX/RX interrupt with no active transfer\n");
168 device_printf(sc->sc_dev, "FIFO counter is out of sync with active transfer\n");
215 device_printf(sc->sc_dev,
240 device_printf(sc->sc_dev, "intr handler stuck, fifo resid %d, status %08x\n",
395 device_printf(sc->sc_dev,
442 device_printf(sc->sc_dev,
445 device_printf(sc->sc_dev,
455 device_printf(sc->sc_dev
    [all...]
dwc_mmc.c 363 device_printf(sc->sc_dev, "GCTRL: 0x%08x\n",
365 device_printf(sc->sc_dev, "CLKENA: 0x%08x\n",
367 device_printf(sc->sc_dev, "CLKDIV: 0x%08x\n",
369 device_printf(sc->sc_dev, "TIMEOUT: 0x%08x\n",
371 device_printf(sc->sc_dev, "WIDTH: 0x%08x\n",
373 device_printf(sc->sc_dev, "CMD: 0x%08x\n",
375 device_printf(sc->sc_dev, "MINT: 0x%08x\n",
377 device_printf(sc->sc_dev, "RINT: 0x%08x\n",
379 device_printf(sc->sc_dev, "STATUS: 0x%08x\n",
609 device_printf(sc->sc_dev
    [all...]
  /src/sys/dev/vmt/
vmt_subr.c 418 device_printf(sc->sc_dev, "unable to set guest uptime\n");
430 device_printf(sc->sc_dev, "unable to set hostname\n");
445 device_printf(sc->sc_dev,
456 device_printf(sc->sc_dev, "unable to set guest OS\n");
501 device_printf(sc->sc_dev,
513 device_printf(sc->sc_dev, "host requested shutdown\n");
523 device_printf(sc->sc_dev, "host requested reboot\n");
530 device_printf(sc->sc_dev, "guest resuming from suspended state\n");
541 device_printf(sc->sc_dev, "error sending resume response\n");
555 device_printf(sc->sc_dev
    [all...]
  /src/sys/dev/i2c/
pca9685.c 152 device_printf(sc->sc_dev,
176 device_printf(sc->sc_dev,
269 device_printf(sc->sc_dev,
280 device_printf(sc->sc_dev,
303 device_printf(sc->sc_dev,
348 device_printf(sc->sc_dev,
376 device_printf(sc->sc_dev,
384 device_printf(sc->sc_dev,
392 device_printf(sc->sc_dev,
401 device_printf(sc->sc_dev
    [all...]
mt2131.c 96 device_printf(parent, "%s(): read fail\n", __func__);
101 device_printf(parent, "%s(): chip id %02x unknown\n",
174 device_printf(sc->parent, "%s write failed\n", __func__);
183 device_printf(sc->parent, "%s read failed\n", __func__);
190 device_printf(sc->parent, "mt2131 not locked, %02x\n", b[1]);
tea5767.c 155 device_printf(sc->sc_dev, "bus acquiration failed.\n");
164 device_printf(sc->sc_dev, "write operation failed %d.\n",
181 device_printf(sc->sc_dev, "bus acquiration failed.\n");
190 device_printf(sc->sc_dev, "read operation failed.\n");
pcf8563.c 142 device_printf(sc->sc_dev, "acquire bus for read failed\n");
150 device_printf(sc->sc_dev, "read failed\n");
191 device_printf(sc->sc_dev, "acquire bus for write failed\n");
197 device_printf(sc->sc_dev, "write failed\n");
  /src/sys/dev/usb/
emdtv_i2c.c 100 device_printf(sc->sc_dev, "%s failed\n", __func__);
112 device_printf(sc->sc_dev, "%s failed\n", __func__);
125 device_printf(sc->sc_dev, "%s failed\n", __func__);
uslsa.c 87 #define DPRINTF(x) if (uslsadebug) device_printf x
314 device_printf(sc->sc_dev, "%s: GET_MDMSTS %s\n",
347 device_printf(sc->sc_dev, "SET_MHS/DTR failed\n");
354 device_printf(sc->sc_dev, "SET_MHS/RTS failed\n");
361 device_printf(sc->sc_dev, "SET_BREAK failed\n");
397 device_printf(sc->sc_dev, "%s: set baudrate %d, failed %s,"
404 device_printf(sc->sc_dev, "%s: SET_BAUDDIV failed\n",
446 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n");
451 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n");
545 device_printf(sc->sc_dev, "%s: GET_FLOW %s\n"
    [all...]
  /src/sys/arch/arm/sunxi/
sun6i_dma.c 569 device_printf(dev, "DMA_IRQ_EN_REG0_REG: %08x\n", DMA_READ(sc, DMA_IRQ_EN_REG0_REG));
570 device_printf(dev, "DMA_IRQ_EN_REG1_REG: %08x\n", DMA_READ(sc, DMA_IRQ_EN_REG1_REG));
571 device_printf(dev, "DMA_IRQ_PEND_REG0_REG: %08x\n", DMA_READ(sc, DMA_IRQ_PEND_REG0_REG));
572 device_printf(dev, "DMA_IRQ_PEND_REG1_REG: %08x\n", DMA_READ(sc, DMA_IRQ_PEND_REG1_REG));
573 device_printf(dev, "DMA_STA_REG: %08x\n", DMA_READ(sc, DMA_STA_REG));
579 device_printf(dev, " %2d: DMA_EN_REG: %08x\n", index, DMA_READ(sc, DMA_EN_REG(index)));
580 device_printf(dev, " %2d: DMA_PAU_REG: %08x\n", index, DMA_READ(sc, DMA_PAU_REG(index)));
581 device_printf(dev, " %2d: DMA_START_ADDR_REG: %08x\n", index, DMA_READ(sc, DMA_START_ADDR_REG(index)));
582 device_printf(dev, " %2d: DMA_CFG_REG: %08x\n", index, DMA_READ(sc, DMA_CFG_REG(index)));
583 device_printf(dev, " %2d: DMA_CUR_SRC_REG: %08x\n", index, DMA_READ(sc, DMA_CUR_SRC_REG(index)))
    [all...]
sunxi_dwhdmi.c 108 device_printf(dev, "couldn't enable supply\n");
163 device_printf(dsc->sc_dev, "failed to enable phy: %d\n", error);
169 device_printf(dsc->sc_dev, "failed to configure phy: %d\n", error);
182 device_printf(dsc->sc_dev, "failed to disable phy\n");
196 device_printf(sc->sc_base.sc_dev,
294 device_printf(self, "couldn't find PHY\n");
sunxi_hdmi.c 374 device_printf(sc->sc_dev, "xfer failed, status=%08x\n", val);
448 device_printf(sc->sc_dev, "no device detected\n");
461 device_printf(sc->sc_dev, "reset failed (1.3)\n");
669 device_printf(sc->sc_dev, "failed to read EDID\n");
672 device_printf(sc->sc_dev, "failed to parse EDID\n");
688 device_printf(sc->sc_dev, "%s mode (%s)\n",
735 device_printf(sc->sc_dev,
742 device_printf(sc->sc_dev, "EDID block #%d:\n", n);
750 device_printf(sc->sc_dev, " Tag %d, Revision %d, Offset %d\n",
752 device_printf(sc->sc_dev, " Flags: 0x%02x\n", edid[3])
    [all...]
sunxi_rsb.c 259 device_printf(sc->sc_dev, "transfer timeout, error = %d\n",
267 device_printf(sc->sc_dev, "transfer busy\n");
271 device_printf(sc->sc_dev, "transfer error, id 0x%02" PRIx64
298 device_printf(sc->sc_dev, "device is busy\n");
326 device_printf(sc->sc_dev, "soft reset timed out\n");
349 device_printf(sc->sc_dev,
355 device_printf(sc->sc_dev,
420 device_printf(sc->sc_dev, "device is busy\n");
  /src/sys/arch/arm/xscale/
iopi2c.c 120 device_printf(sc->sc_dev,
189 device_printf(sc->sc_dev, "failed to initiate %s xfer\n",
209 device_printf(sc->sc_dev, "read byte failed\n");
228 device_printf(sc->sc_dev, "write byte failed\n");
  /src/sys/arch/xen/xen/
balloon.c 320 device_printf(balloon_sc->sc_dev,
335 device_printf(balloon_sc->sc_dev,
423 device_printf(sc->sc_dev, "inflate %zu => inflated by %d\n",
461 device_printf(sc->sc_dev,
481 device_printf(sc->sc_dev,
528 device_printf(sc->sc_dev,
550 device_printf(sc->sc_dev, "deflate %zu => deflated by %d\n",
598 device_printf(sc->sc_dev,
637 device_printf(balloon_sc->sc_dev,
649 device_printf(balloon_sc->sc_dev
    [all...]
  /src/sys/dev/
spkr.c 165 device_printf(sc->sc_dev, "%s: rest for %d ticks\n", __func__, ticks);
200 device_printf(sc->sc_dev, "%s: rest for %d ticks\n",
217 device_printf(sc->sc_dev,
251 device_printf(sc->sc_dev, "%s: '%c'\n", __func__, c);
253 device_printf(sc->sc_dev, "%s: (0x%x)\n", __func__, c);
498 device_printf(sc->sc_dev, "%s: entering\n", __func__);
516 device_printf(sc->sc_dev, "%s: entering with length = %zu\n",
538 device_printf(sc->sc_dev, "%s: entering\n", __func__);
578 device_printf(sc->sc_dev, "%s: entering with cmd = %lx\n",
  /src/sys/arch/arm/nvidia/
tegra124_xusbpad.c 205 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PAD_MUX_REG is 0x%x\n", val);
207 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PORT_CAP_REG is 0x%x\n", val);
209 device_printf(sc->sc_dev, "XUSB_PADCTL_SS_PORT_MAP_REG is 0x%x\n", val);
349 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PAD_MUX_REG is 0x%x\n", val);
351 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PORT_CAP_REG is 0x%x\n", val);
353 device_printf(sc->sc_dev, "XUSB_PADCTL_SS_PORT_MAP_REG is 0x%x\n", val);
  /src/sys/modules/lua/
lua.c 223 device_printf(self, "state %s destroyed\n",
339 device_printf(sc->sc_dev, "names of user "
346 device_printf(sc->sc_dev,
359 device_printf(sc->sc_dev, "state %s created\n",
383 device_printf(
412 device_printf(sc->sc_dev,
424 device_printf(sc->sc_dev,
436 device_printf(sc->sc_dev,
460 device_printf(sc->sc_dev,
466 device_printf(sc->sc_dev
    [all...]

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 910