Searched refs:sg_get_opcode_name (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 149 void sg_get_opcode_name(unsigned char cdb_byte0, int peri_type, int buff_len,
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 2135 sg_get_opcode_name(cmd_byte0, peri_type, sizeof(b), b); in sg_get_opcode_sa_name() 2140 sg_get_opcode_name(cmd_byte0, peri_type, buff_len, buff); in sg_get_opcode_sa_name() 2144 sg_get_opcode_name(cmd_byte0, peri_type, buff_len, buff); in sg_get_opcode_sa_name() 2148 sg_get_opcode_name(unsigned char cmd_byte0, int peri_type, int buff_len, in sg_get_opcode_name() function
|