Searched refs:SG_LIB_CAT_NOT_READY (Results 1 – 25 of 27) sorted by relevance
12
94 case SG_LIB_CAT_NOT_READY: in sg_ll_set_cd_speed()351 case SG_LIB_CAT_NOT_READY: in sg_ll_set_streaming()
119 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()
333 case SG_LIB_CAT_NOT_READY: in main()429 case SG_LIB_CAT_NOT_READY: in main()
797 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()
417 case SG_LIB_CAT_NOT_READY: in loop_turs()473 if (SG_LIB_CAT_NOT_READY == res) { in loop_turs()
91 case SG_LIB_CAT_NOT_READY: in do_trespass()
518 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()
363 case SG_LIB_CAT_NOT_READY: in sg_bread()787 ret = SG_LIB_CAT_NOT_READY; in main()
1685 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()
240 return SG_LIB_CAT_NOT_READY; in do_set_features()
297 return SG_LIB_CAT_NOT_READY; in do_read_log_ext()
286 return SG_LIB_CAT_NOT_READY; in do_identify_dev()
268 return SG_LIB_CAT_NOT_READY; in do_read_gplog()
1288 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()
1084 } else if (SG_LIB_CAT_NOT_READY == res) { in examine_pages()1095 } else if (SG_LIB_CAT_NOT_READY == res) { in examine_pages()
542 case SG_LIB_CAT_NOT_READY: in sg_read()640 case SG_LIB_CAT_NOT_READY: in sg_write()
758 case SG_LIB_CAT_NOT_READY: in main()
947 else if (SG_LIB_CAT_NOT_READY == res) in main()
877 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()
8437 } 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()
177 #define NOT_READY SG_LIB_CAT_NOT_READY
3522 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()
920 case SG_LIB_CAT_NOT_READY: in work_sync_thread()
491 #define SG_LIB_CAT_NOT_READY 2 /* sense key: not ready, see 12 and 13 macro
623 ioctl(SG_IO), map to SG_LIB_CAT_NOT_READY1343 - add SG_LIB_CAT_NOT_READY category when sense_key is NOT READY1350 - sg_cmds: add SG_LIB_CAT_NOT_READY return to most "ll" functions1351 - alter many utilities to report SG_LIB_CAT_NOT_READY