Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
GETCLASS
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.h
63
#define GETCLASS(x) (((x) & 0xff0000) >> 16)
usr/src/lib/fm/topo/modules/common/pciebus/topo_pcie_impl.h
182
#define GETCLASS(x) bitx32((x), 23, 16);