Searched refs:SF_NO_PRINT (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/sys/cam/scsi/ |
| D | scsi_sa.c | 1261 0, 0, count, SF_NO_PRINT); in saioctl() 1890 error = cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1896 error = cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1917 error = cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1939 error = cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1948 error = cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1977 (void) cam_periph_runccb(ccb, saerror, 0, SF_NO_PRINT, in samount() 1982 SF_NO_PRINT | SF_RETRY_UA, in samount() 1999 SF_NO_PRINT | SF_RETRY_UA, softc->device_stats); in samount() 2089 0, SF_NO_PRINT); in samount() [all …]
|
| D | scsi_da.c | 3150 SF_RETRY_UA|SF_NO_PRINT); in dadone() 3326 SF_RETRY_UA|SF_NO_PRINT); in dadone() 3395 SF_RETRY_UA|SF_NO_PRINT); in dadone() 3440 SF_RETRY_UA|SF_NO_PRINT); in dadone() 3491 SF_RETRY_UA|SF_NO_PRINT); in dadone() 3524 SF_RETRY_UA | SF_NO_RECOVERY | SF_NO_PRINT) == in dadone() 3598 sense_flags |= SF_NO_PRINT; in daerror() 3608 sense_flags |= SF_NO_PRINT; in daerror() 3675 SF_RETRY_UA | SF_NO_PRINT, softc->disk->d_devstat); in daprevent()
|
| D | scsi_enc_internal.h | 208 #define ENC_FLAGS SF_NO_PRINT | SF_RETRY_UA
|
| D | scsi_cd.c | 1591 SSD_FULL_SIZE : SF_NO_PRINT, in cdstart() 1765 SF_RETRY_UA | SF_NO_PRINT)) == 0) { in cddone() 1922 SF_RETRY_UA | SF_NO_RECOVERY | SF_NO_PRINT) == in cddone() 2265 sizeof (*th), /*sense_flags*/SF_NO_PRINT); in cdioctl() 2884 /*sense_flags*/SF_RETRY_UA|SF_NO_PRINT); in cdprevent() 2955 SF_NO_PRINT); in cdcheckmedia() 2981 SF_NO_PRINT); in cdcheckmedia() 3001 SF_NO_PRINT); in cdcheckmedia() 3070 /*sense_flags*/SF_RETRY_UA|SF_NO_PRINT); in cdsize()
|
| D | scsi_xpt.c | 1111 SF_NO_PRINT, NULL) == ERESTART) { in probedone() 1369 SF_RETRY_UA|SF_NO_PRINT, in probedone() 1412 SF_RETRY_UA|SF_NO_PRINT, in probedone() 1512 SF_RETRY_UA|SF_NO_PRINT, in probedone() 1582 SF_NO_PRINT | SF_NO_RECOVERY | SF_NO_RETRY, NULL); in probedone() 1633 SF_NO_PRINT | SF_NO_RECOVERY | SF_NO_RETRY, NULL); in probedone()
|
| D | scsi_ch.c | 661 SF_RETRY_UA | SF_NO_PRINT); in chdone() 1605 /* sense_flags */ SF_RETRY_UA|SF_NO_PRINT, in chgetparams() 1668 /* sense_flags */ SF_RETRY_UA | SF_NO_PRINT, in chgetparams()
|
| D | scsi_pass.c | 732 SF_RETRY_UA : SF_NO_RECOVERY) | SF_NO_PRINT, in passsendccb()
|
| D | scsi_all.c | 3284 else if ((sense_flags & SF_NO_PRINT) != 0) in scsi_error_action()
|
| /freebsd-9-stable/sys/cam/ |
| D | cam.h | 114 SF_NO_PRINT = 0x02, /* Never print error status. */ enumerator
|
| D | cam_periph.c | 1189 0, SF_RETRY_UA | SF_NO_PRINT, NULL) == ERESTART) in camperiphdone() 1728 else if (sense_flags & SF_NO_PRINT) in cam_periph_error()
|