Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MONTH
usr/src/uts/common/io/chxge/com/regs.h
194
#define V_MONTH(x) ((x) << S_MONTH)
usr/src/uts/common/io/chxge/com/regs.h
195
#define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)