Home
last modified time | relevance | path

Searched refs:mly_printf (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/mly/
H A Dmly.c377 mly_printf(sc, "can't allocate interrupt\n"); in mly_pci_attach()
381 mly_printf(sc, "can't set up interrupt\n"); in mly_pci_attach()
542 mly_printf(sc, "flushing cache..."); in mly_shutdown()
611 mly_printf(sc, "can't allocate s/g table\n"); in mly_sg_map()
1381 mly_printf(sc, tp, me->target, me->lun); in mly_process_event()
1385 mly_printf(sc, "controller %s\n", tp); in mly_process_event()
1388 mly_printf(sc, "%s - %d\n", tp, me->code); in mly_process_event()
2480 mly_printf(sc, "FATAL MEMORY PARITY ERROR\n"); in mly_fwhandshake()
2520 mly_printf(sc, "CPU: %s @ %dMHz\n", in mly_describe_controller()
2534 mly_printf(sc, "physical devices present %d\n", in mly_describe_controller()
[all …]
H A Dmlyvar.h90 #define mly_printf(sc, fmt, args...) device_printf(sc->mly_dev, fmt , ##args) macro