Lines Matching refs:gdcd
4001 gdcd_t *gdcd; in schpc_get_slot_status() local
4007 if ((gdcd = (gdcd_t *)kmem_zalloc(sizeof (gdcd_t), in schpc_get_slot_status()
4016 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) { in schpc_get_slot_status()
4019 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
4023 if (gdcd->h.dcd_magic != GDCD_MAGIC) { in schpc_get_slot_status()
4026 gdcd->h.dcd_magic); in schpc_get_slot_status()
4028 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
4032 if (gdcd->h.dcd_version != DCD_VERSION) { in schpc_get_slot_status()
4035 gdcd->h.dcd_version, DCD_VERSION); in schpc_get_slot_status()
4037 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
4048 status = gdcd->dcd_prd[expander][prd_slot].prd_iocard_rsv[bus][0]; in schpc_get_slot_status()
4050 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()