Searched refs:GETSUBCLASS (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ | ||
H A D | pcibus.h | 66 #define GETSUBCLASS(x) (((x) & 0xff00) >> 8) macro |
H A D | did.c | 315 np->dp_subclass = GETSUBCLASS(code); in did_create() |