Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/dnet/
H A Ddnet.c4550 hexcode(unsigned val) in hexcode() function
4571 *p++ = hexcode(data[i+j] >> 4); in dnet_dumpbin()
4572 *p++ = hexcode(data[i+j] & 0xf); in dnet_dumpbin()