Home
last modified time | relevance | path

Searched refs:sg_get_command_size (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dsg_err.h157 extern int sg_get_command_size(unsigned char opcode);
Dsg_err.c1356 int sg_get_command_size(unsigned char opcode) in sg_get_command_size() function
Dscsimain.c5056 SG_HSZ + sg_get_command_size(buff[8]) + *((int *)buff), in do_sg_io()
5060 SG_HSZ + sg_get_command_size(buff[8]) + *((int *)buff)); in do_sg_io()
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h139 int sg_get_command_size(unsigned char cdb_byte0);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c162 sz = sg_get_command_size(command[0]); in sg_print_command()
2035 sg_get_command_size(unsigned char opcode) in sg_get_command_size() function