Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ALIGNED_TO_8BYTE_BOUNDARY
usr/src/uts/common/io/comstar/lu/stmf_sbd/sbd_pgr.c
260
#define ALIGNED_TO_8BYTE_BOUNDARY(i) (((i) + 7) & ~7)
usr/src/uts/common/io/comstar/stmf/stmf.c
69
#define ALIGNED_TO_8BYTE_BOUNDARY(i) (((i) + 7) & ~7)