Searched refs:peri_type (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 144 void sg_get_command_name(const unsigned char * cdbp, int peri_type, 149 void sg_get_opcode_name(unsigned char cdb_byte0, int peri_type, int buff_len, 155 int peri_type, int buff_len, char * buff); 310 const char * sg_get_sfs_str(uint16_t sfs_code, int peri_type, int buff_len,
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 116 int peri_type) in get_value_name() argument 121 if (peri_type < 0) in get_value_name() 122 peri_type = 0; in get_value_name() 125 if (peri_type == vp->peri_dev_type) in get_value_name() 130 if (peri_type == vp->peri_dev_type) in get_value_name() 2053 sg_get_command_name(const unsigned char * cmdp, int peri_type, int buff_len, in sg_get_command_name() argument 2070 sg_get_opcode_sa_name(cmdp[0], service_action, peri_type, buff_len, buff); in sg_get_command_name() 2107 int peri_type, int buff_len, char * buff) in sg_get_opcode_sa_name() argument 2121 if (peri_type < 0) in sg_get_opcode_sa_name() 2122 peri_type = 0; in sg_get_opcode_sa_name() [all …]
|