Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BIT_ULL
usr/src/uts/common/io/i40e/core/i40e_type.h
48
#define BIT_ULL(a) (1ULL << (a))
usr/src/uts/common/io/i40e/i40e_osdep.h
87
#define BIT_ULL(a) (1ULL << (a))
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
44
#define BIT_ULL(a) (1ULL << (a))