Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
CLEAR_BIT
headers/private/fs_shell/fssh_kernel_priv.h
54
#define CLEAR_BIT(a, b) ((a) & (~(1 << (b))))
headers/private/kernel/kernel.h
93
#define CLEAR_BIT(a, b) ((a) & (~(1 << (b))))