NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ROUND_SECTOR
sys/arch/ews4800mips/include/sector.h
43
#define ROUND_SECTOR(x) (((x) + 511) & ~511)
sys/fs/sysvbfs/bfs.c
67
#define ROUND_SECTOR(x) (((x) + 511) & ~511)
sys/fs/sysvbfs/sysvbfs_vnops.c
58
#define ROUND_SECTOR(x) (((x) + 511) & ~511)