pvscsi.c | 1009 uint32_t btstat; local in function:pvscsi_process_completion 1018 btstat = e->host_status; 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) { 1042 switch (btstat) { 1131 btstat); 1137 "completing command context %llx btstat %x sdstat %x - error %x\n", 1138 (unsigned long long)e->context, btstat, sdstat, error) [all...] |