Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c4552 hexcode(unsigned val) in hexcode() function
4573 *p++ = hexcode(data[i+j] >> 4); in dnet_dumpbin()
4574 *p++ = hexcode(data[i+j] & 0xf); in dnet_dumpbin()