Symbol: elxl_error
usr/src/uts/common/io/elxl/elxl.c
1760
elxl_error(sc, "Adapter failure (%x)", stat);
usr/src/uts/common/io/elxl/elxl.c
2010
elxl_error(sc, "Eeprom stays busy.");
usr/src/uts/common/io/elxl/elxl.c
361
elxl_error(sc, "unable to allocate descriptor dma handle");
usr/src/uts/common/io/elxl/elxl.c
369
elxl_error(sc, "unable to allocate descriptor memory");
usr/src/uts/common/io/elxl/elxl.c
378
elxl_error(sc, "unable to map descriptor memory");
usr/src/uts/common/io/elxl/elxl.c
398
elxl_error(sc, "can't allocate buf dma handle");
usr/src/uts/common/io/elxl/elxl.c
405
elxl_error(sc, "unable to allocate buf memory");
usr/src/uts/common/io/elxl/elxl.c
414
elxl_error(sc, "unable to map buf memory");
usr/src/uts/common/io/elxl/elxl.c
439
elxl_error(sc, "Unable to allocate interrupt, %d, count %d",
usr/src/uts/common/io/elxl/elxl.c
445
elxl_error(sc, "Unable to get interrupt priority");
usr/src/uts/common/io/elxl/elxl.c
451
elxl_error(sc, "Can't add interrupt handler");
usr/src/uts/common/io/elxl/elxl.c
477
elxl_error(sc, "unable to setup PCI config handle");
usr/src/uts/common/io/elxl/elxl.c
485
elxl_error(sc, "Unsupported vendor id (0x%x)", venid);
usr/src/uts/common/io/elxl/elxl.c
500
elxl_error(sc, "Unsupported device id (0x%x)", devid);
usr/src/uts/common/io/elxl/elxl.c
501
elxl_error(sc, "Driver may or may not function.");
usr/src/uts/common/io/elxl/elxl.c
510
elxl_error(sc, "Unable to map device registers");
usr/src/uts/common/io/elxl/elxl.c
572
elxl_error(sc, "MAC register allocation failed");
usr/src/uts/common/io/elxl/elxl.c
705
elxl_error(sc,
usr/src/uts/common/io/elxl/elxl.c
895
elxl_error(sc, "Impossible media setting!");
usr/src/uts/common/io/elxl/elxl.c
95
static void elxl_error(elxl_t *, char *, ...);