Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c143 gdcd_t *gdcd; in sc_get_common_pcd()
152 gdcd = (gdcd_t *)kmem_zalloc(sizeof (gdcd_t), KM_SLEEP); in sc_get_common_pcd()
158 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) { in sc_get_common_pcd()
161 kmem_free(gdcd, sizeof (gdcd_t)); in sc_get_common_pcd()
170 kmem_free(gdcd, sizeof (gdcd_t)); in sc_get_common_pcd()
179 kmem_free(gdcd, sizeof (gdcd_t)); in sc_get_common_pcd()
431 kmem_free(gdcd, sizeof (gdcd_t)); in sc_get_common_pcd()
H A Dschpc.c4001 gdcd_t *gdcd; in schpc_get_slot_status()
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()
4028 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
4037 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
4050 kmem_free(gdcd, sizeof (gdcd_t)); in schpc_get_slot_status()
H A Ddrmach.c1027 static gdcd_t *
1030 gdcd_t *gdcd; in drmach_gdcd_new()
1032 gdcd = kmem_zalloc(sizeof (gdcd_t), KM_SLEEP); in drmach_gdcd_new()
1035 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) { in drmach_gdcd_new()
1037 kmem_free(gdcd, sizeof (gdcd_t)); in drmach_gdcd_new()
1049 drmach_gdcd_dispose(gdcd_t *gdcd) in drmach_gdcd_dispose()
1051 kmem_free(gdcd, sizeof (gdcd_t)); in drmach_gdcd_dispose()
2639 gdcd_t *gdcd; in drmach_init()
3962 drmach_board_non_panther_cpus(gdcd_t *gdcd, uint_t exp, uint_t slot) in drmach_board_non_panther_cpus()
4030 gdcd_t *gdcd = NULL; in drmach_board_connect()
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c457 gdcd_t *gdcd; in check_for_null_lpa()
464 if ((gdcd = kmem_zalloc(sizeof (gdcd_t), KM_NOSLEEP)) == NULL) in check_for_null_lpa()
467 if ((*iosram_rdp)(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd) || in check_for_null_lpa()
470 kmem_free(gdcd, sizeof (gdcd_t)); in check_for_null_lpa()
487 kmem_free(gdcd, sizeof (gdcd_t)); in check_for_null_lpa()
/titanic_50/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_dcd.h486 } gdcd_t; typedef