Searched refs:sg_err_category_new (Results 1 – 5 of 5) sorted by relevance
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_io_linux.c | 214 return sg_err_category_new(hp->status, hp->host_status, in sg_err_category3() 225 return sg_err_category_new(scsi_status, host_status, driver_status, in sg_err_category() 230 sg_err_category_new(int scsi_status, int host_status, int driver_status, in sg_err_category_new() function
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_io_linux.h | 169 int sg_err_category_new(int scsi_status, int host_status, int driver_status,
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | sg_err.h | 148 extern int sg_err_category_new(int scsi_status, int host_status,
|
D | sg_err.c | 1296 return sg_err_category_new(hp->status, hp->host_status, in sg_err_category3() 1307 return sg_err_category_new(scsi_status, host_status, driver_status, in sg_err_category() 1311 int sg_err_category_new(int scsi_status, int host_status, int driver_status, in sg_err_category_new() function
|
/third_party/eudev/src/scsi_id/ |
D | scsi_serial.c | 107 static int sg_err_category_new(struct udev *udev, in sg_err_category_new() function 164 return sg_err_category_new(udev, in sg_err_category3() 172 return sg_err_category_new(udev, hp->device_status, 0, in sg_err_category4()
|