Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
GETSUBCLASS
usr/src/lib/fm/topo/modules/common/pcibus/pcibus.h
64
#define GETSUBCLASS(x) (((x) & 0xff00) >> 8)
usr/src/lib/fm/topo/modules/common/pciebus/topo_pcie_impl.h
183
#define GETSUBCLASS(x) bitx32((x), 15, 8);