Symbol: AAC_D_CMD
sys/dev/ic/aac.c
2108
AAC_DPRINTF(AAC_D_CMD, ("%s: aac_internal_cache_cmd: ",
sys/dev/ic/aac.c
2117
AAC_DPRINTF(AAC_D_CMD, ("opc %#x tgt %d ", xs->cmd.opcode,
sys/dev/ic/aac.c
2122
AAC_DPRINTF(AAC_D_CMD, ("REQUEST SENSE tgt %d ", target));
sys/dev/ic/aac.c
2133
AAC_DPRINTF(AAC_D_CMD, ("INQUIRY tgt %d devtype %x ", target,
sys/dev/ic/aac.c
2151
AAC_DPRINTF(AAC_D_CMD, ("READ CAPACITY tgt %d ", target));
sys/dev/ic/aac.c
2159
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
2197
AAC_DPRINTF(AAC_D_CMD, ("%s: aac_scsi_cmd: ", sc->aac_dev.dv_xname));
sys/dev/ic/aac.c
2218
AAC_DPRINTF(AAC_D_CMD, ("PREVENT/ALLOW "));
sys/dev/ic/aac.c
2225
AAC_DPRINTF(AAC_D_CMD, ("SYNCHRONIZE_CACHE "));
sys/dev/ic/aac.c
2232
AAC_DPRINTF(AAC_D_CMD, ("unknown opc %#x ", xs->cmd.opcode));
sys/dev/ic/aac.c
2242
AAC_DPRINTF(AAC_D_CMD, ("rw opc %#x ", xs->cmd.opcode));
sys/dev/ic/aac.c
2256
AAC_DPRINTF(AAC_D_CMD, ("opcode=%d blkno=%d bcount=%d ",
sys/dev/ic/aac.c
2261
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
2288
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
2309
AAC_DPRINTF(AAC_D_CMD, ("%s: scsi_cmd complete\n",
sys/dev/ic/aac.c
466
AAC_DPRINTF(AAC_D_CMD, ("%s: start command", sc->aac_dev.dv_xname));
sys/dev/ic/aac.c
469
AAC_DPRINTF(AAC_D_CMD, (": queue frozen"));
sys/dev/ic/aac.c
473
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
487
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
489
AAC_DPRINTF(AAC_D_CMD, ("%s: start done bio",
sys/dev/ic/aac.c
504
AAC_DPRINTF(AAC_D_CMD, ("\n%s: another command",
sys/dev/ic/aac.c
508
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
521
AAC_DPRINTF(AAC_D_CMD, (": map command"));
sys/dev/ic/aac.c
655
AAC_DPRINTF(AAC_D_CMD, ("%s: complete", sc->aac_dev.dv_xname));
sys/dev/ic/aac.c
684
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
701
AAC_DPRINTF(AAC_D_CMD, ("%s: bio command", sc->aac_dev.dv_xname));
sys/dev/ic/aac.c
790
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
794
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
810
AAC_DPRINTF(AAC_D_CMD,
sys/dev/ic/aac.c
847
AAC_DPRINTF(AAC_D_CMD, (": wait for command"));
sys/dev/ic/aac.c
852
AAC_DPRINTF(AAC_D_CMD, ("\n"));
sys/dev/ic/aac.c
877
AAC_DPRINTF(AAC_D_CMD, (": allocate command"));
sys/dev/ic/aac.c
906
AAC_DPRINTF(AAC_D_CMD, (": release command"));
sys/dev/ic/aacvar.h
494
AAC_DPRINTF(AAC_D_CMD, (": enqueue " #name)); \
sys/dev/ic/aacvar.h
507
AAC_DPRINTF(AAC_D_CMD, (": requeue " #name)); \
sys/dev/ic/aacvar.h
523
AAC_DPRINTF(AAC_D_CMD, (": dequeue " #name)); \
sys/dev/ic/aacvar.h
539
AAC_DPRINTF(AAC_D_CMD, (": remove " #name)); \