Home
last modified time | relevance | path

Searched refs:GETSUBCLASS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.h64 #define GETSUBCLASS(x) (((x) & 0xff00) >> 8) macro
H A Ddid.c378 np->dp_subclass = GETSUBCLASS(code); in did_create()