OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BUG_ON
sys/dev/pci/drm/include/linux/bug.h
32
#define BUG_ON(x) ((void)(x))
sys/dev/pci/drm/include/linux/bug.h
34
#define BUG_ON(x) KASSERT(!(x))