Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BCD_TO_BYTE
usr/src/lib/libprtdiag/common/display_funcs.c
74
#define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]
usr/src/uts/common/sys/sysmacros.h
82
#define BCD_TO_BYTE(x) bcd_to_byte[(x) & 0xff]