Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c175 case SG_LIB_CAT_NO_SENSE: in sg_ll_get_lba_status16()
254 case SG_LIB_CAT_NO_SENSE: in sg_ll_get_lba_status32()
327 case SG_LIB_CAT_NO_SENSE: in sg_ll_report_tgt_prt_grp2()
394 case SG_LIB_CAT_NO_SENSE: in sg_ll_set_tgt_prt_grp()
449 case SG_LIB_CAT_NO_SENSE: in sg_ll_report_referrals()
536 case SG_LIB_CAT_NO_SENSE: in sg_ll_send_diag()
611 case SG_LIB_CAT_NO_SENSE: in sg_ll_receive_diag_v2()
682 case SG_LIB_CAT_NO_SENSE: in sg_ll_read_defect10()
745 case SG_LIB_CAT_NO_SENSE: in sg_ll_read_media_serial_num()
811 case SG_LIB_CAT_NO_SENSE: in sg_ll_report_id_info()
[all …]
Dsg_cmds_basic2.c148 case SG_LIB_CAT_NO_SENSE: in sg_ll_sync_cache_10()
204 case SG_LIB_CAT_NO_SENSE: in sg_ll_readcap_16()
257 case SG_LIB_CAT_NO_SENSE: in sg_ll_readcap_10()
315 case SG_LIB_CAT_NO_SENSE: in sg_ll_mode_sense6()
418 case SG_LIB_CAT_NO_SENSE: in sg_ll_mode_sense10_v2()
503 case SG_LIB_CAT_NO_SENSE: in sg_ll_mode_select6()
563 case SG_LIB_CAT_NO_SENSE: in sg_ll_mode_select10()
856 case SG_LIB_CAT_NO_SENSE: in sg_ll_log_sense_v2()
938 case SG_LIB_CAT_NO_SENSE: in sg_ll_log_select()
1003 case SG_LIB_CAT_NO_SENSE: in sg_ll_start_stop_unit()
[all …]
Dsg_cmds_mmc.c117 case SG_LIB_CAT_NO_SENSE: in sg_ll_set_cd_speed()
191 case SG_LIB_CAT_NO_SENSE: in sg_ll_get_config()
286 case SG_LIB_CAT_NO_SENSE: in sg_ll_get_performance()
371 case SG_LIB_CAT_NO_SENSE: in sg_ll_set_streaming()
Dsg_cmds_basic.c137 case SG_LIB_CAT_NO_SENSE: in sg_cmds_process_helper()
389 case SG_LIB_CAT_NO_SENSE: in sg_ll_inquiry_com()
526 case SG_LIB_CAT_NO_SENSE: in sg_ll_test_unit_ready_progress()
594 case SG_LIB_CAT_NO_SENSE: in sg_ll_request_sense()
652 case SG_LIB_CAT_NO_SENSE: in sg_ll_report_luns()
Dsg_lib.c1994 return SG_LIB_CAT_NO_SENSE; in sg_err_category_sense()
2310 case SG_LIB_CAT_NO_SENSE: /* 20 */ in sg_get_category_sense_str()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h397 #define SG_LIB_CAT_NO_SENSE 20 /* sense data with key of "no sense" */ macro