Home
last modified time | relevance | path

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

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