Lines Matching defs:sdstat
1010 uint32_t sdstat;
1019 sdstat = e->scsi_status;
1021 xs->status = sdstat;
1025 "command context %llx btstat %d (%#x) sdstat %d (%#x)\n",
1026 (unsigned long long)e->context, btstat, btstat, sdstat, sdstat);
1036 if (btstat == BTSTAT_SUCCESS && sdstat == SCSI_OK) {
1046 switch (sdstat) {
1066 "xs: %p sdstat=0x%x\n", xs, sdstat);
1071 "xs: %p sdstat=0x%x\n", xs, sdstat);
1097 "xs: %p sdstat=0x%x\n", xs, sdstat);
1102 "xs: %p sdstat=0x%x\n", xs, sdstat);
1107 "xs: %p sdstat=0x%x\n", xs, sdstat);
1112 "xs: %p sdstat=0x%x\n", xs, sdstat);
1121 "xs: %p sdstat=0x%x\n", xs, sdstat);
1127 "xs: %p sdstat=0x%x\n", xs, sdstat);
1137 "completing command context %llx btstat %x sdstat %x - error %x\n",
1138 (unsigned long long)e->context, btstat, sdstat, error);