Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsafari_pcd.h54 #define PCD_MAGIC ('P'<<24 |'C'<<16 |'D'<<8 | 0) macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c259 if ((pcd->spcd_magic != PCD_MAGIC) || in gptwocfg_configure()