Home
last modified time | relevance | path

Searched refs:cam_sense (Results 1 – 1 of 1) sorted by relevance

/netbsd/usr.sbin/mmcformat/
H A Duscsi_subr.c416 uint32_t cam_sense; in uscsi_command() local
461 cam_sense = (ccb.ccb_h.status & (CAM_STATUS_MASK | CAM_AUTOSNS_VALID)); in uscsi_command()
462 if (cam_sense != (CAM_SCSI_STATUS_ERROR | CAM_AUTOSNS_VALID)) in uscsi_command()