Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAJOR
include/linux/kdev_t.h
10
#define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS))
include/uapi/linux/kdev_t.h
10
#define MAJOR(dev) ((dev)>>8)
tools/testing/selftests/bpf/progs/bpf_iter_task_vmas.c
17
#define MAJOR(dev) ((unsigned int) ((dev) >> MINORBITS))