Home
last modified time | relevance | path

Searched refs:SG_LIB_CAT_NOT_READY (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_cmds_mmc.c94 case SG_LIB_CAT_NOT_READY: in sg_ll_set_cd_speed()
351 case SG_LIB_CAT_NOT_READY: in sg_ll_set_streaming()
H A Dsg_cmds_basic.c119 case SG_LIB_CAT_NOT_READY: in sg_cmds_process_helper()
212 *o_sense_cat = SG_LIB_CAT_NOT_READY; in sg_cmds_process_resp()
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_requests.c333 case SG_LIB_CAT_NOT_READY: in main()
429 case SG_LIB_CAT_NOT_READY: in main()
H A Dsg_dd.c797 case SG_LIB_CAT_NOT_READY: in sg_read_low()
882 case SG_LIB_CAT_NOT_READY: in sg_read()
971 case SG_LIB_CAT_NOT_READY: in sg_read()
1057 case SG_LIB_CAT_NOT_READY: in sg_read()
1206 case SG_LIB_CAT_NOT_READY: in sg_write()
2235 else if (res == SG_LIB_CAT_NOT_READY) in main()
2542 if ((SG_LIB_CAT_NOT_READY == ret) || in main()
H A Dsg_turs.c417 case SG_LIB_CAT_NOT_READY: in loop_turs()
473 if (SG_LIB_CAT_NOT_READY == res) { in loop_turs()
H A Dsg_emc_trespass.c91 case SG_LIB_CAT_NOT_READY: in do_trespass()
H A Dsg_format.c518 if (op->poll_type || (SG_LIB_CAT_NOT_READY == res)) { in scsi_format_unit()
639 if (op->poll_type || (SG_LIB_CAT_NOT_READY == res)) { in scsi_format_medium()
758 if (op->poll_type || (SG_LIB_CAT_NOT_READY == res)) { in scsi_format_with_preset()
H A Dsg_read.c363 case SG_LIB_CAT_NOT_READY: in sg_bread()
787 ret = SG_LIB_CAT_NOT_READY; in main()
H A Dsg_xcopy.c1685 else if (res == SG_LIB_CAT_NOT_READY) in main()
1771 } else if (-res == SG_LIB_CAT_NOT_READY) in main()
1813 } else if (-res == SG_LIB_CAT_NOT_READY) in main()
H A Dsg_sat_set_features.c240 return SG_LIB_CAT_NOT_READY; in do_set_features()
H A Dsg_sat_phy_event.c297 return SG_LIB_CAT_NOT_READY; in do_read_log_ext()
H A Dsg_sat_identify.c286 return SG_LIB_CAT_NOT_READY; in do_identify_dev()
H A Dsg_sat_read_gplog.c268 return SG_LIB_CAT_NOT_READY; in do_read_gplog()
H A Dsgp_dd.c1288 case SG_LIB_CAT_NOT_READY: in sg_finish_io()
1773 else if (res == SG_LIB_CAT_NOT_READY) in main()
1805 else if (res == SG_LIB_CAT_NOT_READY) in main()
H A Dsg_modes.c1084 } else if (SG_LIB_CAT_NOT_READY == res) { in examine_pages()
1095 } else if (SG_LIB_CAT_NOT_READY == res) { in examine_pages()
H A Dsgm_dd.c542 case SG_LIB_CAT_NOT_READY: in sg_read()
640 case SG_LIB_CAT_NOT_READY: in sg_write()
H A Dsg_unmap.c758 case SG_LIB_CAT_NOT_READY: in main()
H A Dsg_senddiag.c947 else if (SG_LIB_CAT_NOT_READY == res) in main()
H A Dsg_write_x.c877 if (SG_LIB_CAT_NOT_READY == res) in build_t10_scat()
942 return SG_LIB_CAT_NOT_READY; /* flag output buffer too small */ in build_t10_scat()
H A Dsg_logs.c8437 } else if (SG_LIB_CAT_NOT_READY == res) in fetchTemperature()
8957 if (SG_LIB_CAT_NOT_READY == k) in main()
9005 else if (SG_LIB_CAT_NOT_READY == res) in main()
9125 else if (SG_LIB_CAT_NOT_READY == res) in main()
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_context.cpp177 #define NOT_READY SG_LIB_CAT_NOT_READY
H A Dsgh_dd.cpp3522 case SG_LIB_CAT_NOT_READY: in sg_finish_io()
3597 case SG_LIB_CAT_NOT_READY: in sg_finish_io()
4790 else if (res == SG_LIB_CAT_NOT_READY) in main()
4834 else if (res == SG_LIB_CAT_NOT_READY) in main()
H A Dsg_tst_async.cpp920 case SG_LIB_CAT_NOT_READY: in work_sync_thread()
/aosp_15_r20/external/sg3_utils/include/
H A Dsg_lib.h491 #define SG_LIB_CAT_NOT_READY 2 /* sense key: not ready, see 12 and 13 macro
/aosp_15_r20/external/sg3_utils/
H A DChangeLog623 ioctl(SG_IO), map to SG_LIB_CAT_NOT_READY
1343 - add SG_LIB_CAT_NOT_READY category when sense_key is NOT READY
1350 - sg_cmds: add SG_LIB_CAT_NOT_READY return to most "ll" functions
1351 - alter many utilities to report SG_LIB_CAT_NOT_READY

12