FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_COOKIE
sys/dev/cxgbe/common/t4_msg.h
1228
#define V_COOKIE(x) ((x) << S_COOKIE)
sys/dev/cxgbe/common/t4_msg.h
1229
#define G_COOKIE(x) (((x) >> S_COOKIE) & M_COOKIE)