Home
last modified time | relevance | path

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

/linux/arch/arm/boot/compressed/
H A Datags_to_fdt.c104 static void hex_str(char *out, uint32_t value) in hex_str() function
206 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt()
207 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()
/linux/drivers/target/
H A Dtarget_core_transport.c1327 static const char hex_str[] = "0123456789abcdef"; in transport_set_vpd_ident() local
1339 hex_str[vpd->device_identifier_type]; in transport_set_vpd_ident()
1342 hex_str[(page_83[i] & 0xf0) >> 4]; in transport_set_vpd_ident()
1344 hex_str[page_83[i] & 0x0f]; in transport_set_vpd_ident()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c4872 unsigned char hex_str[16 * 3]; in ibmvnic_print_hex_dump() local
4876 hex_str, sizeof(hex_str), false); in ibmvnic_print_hex_dump()
4877 netdev_dbg(dev, "%s\n", hex_str); in ibmvnic_print_hex_dump()