Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
hexcode
usr/src/uts/intel/io/dnet/dnet.c
4573
*p++ = hexcode(data[i+j] >> 4);
usr/src/uts/intel/io/dnet/dnet.c
4574
*p++ = hexcode(data[i+j] & 0xf);