Symbol: sda_slot_err
usr/src/uts/common/io/sdcard/impl/sda_init.c
140
sda_slot_err(slot, "SD card not compatible with host");
usr/src/uts/common/io/sdcard/impl/sda_init.c
153
sda_slot_err(slot, "SD card failed to power up");
usr/src/uts/common/io/sdcard/impl/sda_init.c
172
sda_slot_err(slot, "SD card timed out during power up");
usr/src/uts/common/io/sdcard/impl/sda_init.c
206
sda_slot_err(slot, "MMC card not compatible with host");
usr/src/uts/common/io/sdcard/impl/sda_init.c
215
sda_slot_err(slot, "MMC card failed to power up");
usr/src/uts/common/io/sdcard/impl/sda_init.c
228
sda_slot_err(slot, "MMC card timed out during power up");
usr/src/uts/common/io/sdcard/impl/sda_init.c
274
sda_slot_err(slot, "Unidentified card type");
usr/src/uts/common/io/sdcard/impl/sda_init.c
287
sda_slot_err(slot, "Failed getting card CID (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_init.c
313
sda_slot_err(slot, "Failed getting card CSD (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_init.c
336
sda_slot_err(slot, "Failed selecting card (%d, %x)", rv, resp);
usr/src/uts/common/io/sdcard/impl/sda_init.c
391
sda_slot_err(slot, "Unable to set block length (%d, %x)",
usr/src/uts/common/io/sdcard/impl/sda_init.c
411
sda_slot_err(slot, "Failed setting clock to %u Hz (%d)",
usr/src/uts/common/io/sdcard/impl/sda_init.c
441
sda_slot_err(slot, "Unable to set slot 1-bit mode (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_init.c
462
sda_slot_err(slot,
usr/src/uts/common/io/sdcard/impl/sda_init.c
471
sda_slot_err(slot, "Unable to set card 4-bit mode (%d, %x)",
usr/src/uts/common/io/sdcard/impl/sda_init.c
484
sda_slot_err(slot, "Unable to set slot 4-bit mode (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_init.c
509
sda_slot_err(slot, "Failed to IDLE card");
usr/src/uts/common/io/sdcard/impl/sda_init.c
525
sda_slot_err(slot, "Card voltages incompatible! (%x)", resp);
usr/src/uts/common/io/sdcard/impl/sda_init.c
577
sda_slot_err(slot, "Unable to negotiate a suitable RCA (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_init.c
645
sda_slot_err(slot, "Failed setting slot to high speed mode");
usr/src/uts/common/io/sdcard/impl/sda_mem.c
287
sda_slot_err(slot, "Unknown SD CSD version (%d)",
usr/src/uts/common/io/sdcard/impl/sda_mem.c
303
sda_slot_err(slot, "Unknown MMC CSD version (%d)",
usr/src/uts/common/io/sdcard/impl/sda_mem.c
332
sda_slot_err(slot, "Unknown MMCA version (%d)",
usr/src/uts/common/io/sdcard/impl/sda_mem.c
347
sda_slot_err(slot, "Card type unknown");
usr/src/uts/common/io/sdcard/impl/sda_slot.c
182
sda_slot_err(slot, "Failed to get host OCR (%d)", rv);
usr/src/uts/common/io/sdcard/impl/sda_slot.c
186
sda_slot_err(slot, "Host does not support standard voltages.");
usr/src/uts/common/io/sdcard/impl/sda_slot.c
210
sda_slot_err(slot, "Failed to set OCR %x (%d)",
usr/src/uts/common/io/sdcard/impl/sda_slot.c
249
sda_slot_err(slot, "Unable to initialize card!");
usr/src/uts/common/io/sdcard/impl/sda_slot.c
262
sda_slot_err(slot, "Non-memory target not supported");
usr/src/uts/common/io/sdcard/impl/sda_slot.c
267
sda_slot_err(slot,
usr/src/uts/common/io/sdcard/impl/sda_slot.c
354
sda_slot_err(slot, msg, fault);
usr/src/uts/common/io/sdcard/impl/sda_slot.c
524
sda_slot_err(slot, "Unable to create hotplug slot taskq");
usr/src/uts/common/io/sdcard/impl/sda_slot.c
538
sda_slot_err(slot, "Unable to create main slot taskq");
usr/src/uts/common/sys/sdcard/sda_impl.h
260
void sda_slot_err(sda_slot_t *, const char *, ...);