Searched refs:hex_str (Results 1 - 1 of 1) sorted by relevance

/drivers/target/
H A Dtarget_core_transport.c1032 static const char hex_str[] = "0123456789abcdef"; local
1044 hex_str[vpd->device_identifier_type];
1047 hex_str[(page_83[i] & 0xf0) >> 4];
1049 hex_str[page_83[i] & 0x0f];

Completed in 1538 milliseconds