Searched refs:GDCD_MAGIC (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_dcd.h55 #define GDCD_MAGIC (('G'<< 24) | ('D'<< 16) | ('C'<< 8) | 'D') macro
352 uint32_t dcd_magic; /* GDCD_MAGIC or LDCD_MAGIC */
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c467 if ((*iosram_rdp)(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd) ||
468 (gdcd->h.dcd_magic != GDCD_MAGIC) ||
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c158 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
165 if (gdcd->h.dcd_magic != GDCD_MAGIC) {
H A Dschpc.c4016 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
4023 if (gdcd->h.dcd_magic != GDCD_MAGIC) {
H A Ddrmach.c1035 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
1039 } else if (gdcd->h.dcd_magic != GDCD_MAGIC) {

Completed in 72 milliseconds