Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_DAY
usr/src/uts/common/io/chxge/com/regs.h
189
#define V_DAY(x) ((x) << S_DAY)
usr/src/uts/common/io/chxge/com/regs.h
190
#define G_DAY(x) (((x) >> S_DAY) & M_DAY)