HomeSort by: relevance | last modified time | path
    Searched defs:sdstat (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pvscsi.c 1010 uint32_t sdstat; local in function:pvscsi_process_completion
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);
    [all...]
pvscsi.c 1010 uint32_t sdstat; local in function:pvscsi_process_completion
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);
    [all...]

Completed in 22 milliseconds