Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.h136 #define SG_ERR_CAT_CLEAN 0 /* No errors or other information */ macro
Dscsimain.c855 case SG_ERR_CAT_CLEAN: in sg3_inq()
921 case SG_ERR_CAT_CLEAN: in do_logs()
1589 case SG_ERR_CAT_CLEAN: in do_inquiry()
1886 else if (SG_ERR_CAT_CLEAN != res) { in read_capacity()
1925 else if (SG_ERR_CAT_CLEAN != res) { in sync_cache()
2063 case SG_ERR_CAT_CLEAN: in sg_read()
2129 case SG_ERR_CAT_CLEAN: in sg_write()
2708 case SG_ERR_CAT_CLEAN: in do_scsi_inq()
3395 case SG_ERR_CAT_CLEAN: in do_simple_inq()
3450 case SG_ERR_CAT_CLEAN: in do_modes()
[all …]
Dsg_err.c1316 return SG_ERR_CAT_CLEAN; in sg_err_category_new()