Searched refs:mly_printf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/mly/ |
| H A D | mly.c | 376 mly_printf(sc, "can't allocate interrupt\n"); in mly_pci_attach() 380 mly_printf(sc, "can't set up interrupt\n"); in mly_pci_attach() 541 mly_printf(sc, "flushing cache..."); in mly_shutdown() 610 mly_printf(sc, "can't allocate s/g table\n"); in mly_sg_map() 1380 mly_printf(sc, tp, me->target, me->lun); in mly_process_event() 1384 mly_printf(sc, "controller %s\n", tp); in mly_process_event() 1387 mly_printf(sc, "%s - %d\n", tp, me->code); in mly_process_event() 2485 mly_printf(sc, "FATAL MEMORY PARITY ERROR\n"); in mly_fwhandshake() 2525 mly_printf(sc, "CPU: %s @ %dMHz\n", in mly_describe_controller() 2539 mly_printf(sc, "physical devices present %d\n", in mly_describe_controller() [all …]
|
| H A D | mlyvar.h | 90 #define mly_printf(sc, fmt, args...) device_printf(sc->mly_dev, fmt , ##args) macro
|