Searched refs:dd_len (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_lib.h | 258 const unsigned char * ddp, int dd_len,
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 744 int dd_len, bool print_assoc, bool do_long, in sg_get_designation_descriptor_str() argument 758 if (dd_len < 4) { in sg_get_designation_descriptor_str() 760 "length of %d want 4 or more\n", lip, dd_len); in sg_get_designation_descriptor_str() 764 if (dlen > (dd_len - 4)) { in sg_get_designation_descriptor_str() 766 "bytes, but given %d bytes\n", lip, dlen, dd_len - 4); in sg_get_designation_descriptor_str()
|