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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c143 gdcd_t *gdcd;
152 gdcd = (gdcd_t *)kmem_zalloc(sizeof (gdcd_t), KM_SLEEP);
158 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
161 kmem_free(gdcd, sizeof (gdcd_t));
170 kmem_free(gdcd, sizeof (gdcd_t));
179 kmem_free(gdcd, sizeof (gdcd_t));
431 kmem_free(gdcd, sizeof (gdcd_t));
H A Dschpc.c4001 gdcd_t *gdcd;
4007 if ((gdcd = (gdcd_t *)kmem_zalloc(sizeof (gdcd_t),
4016 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
4019 kmem_free(gdcd, sizeof (gdcd_t));
4028 kmem_free(gdcd, sizeof (gdcd_t));
4037 kmem_free(gdcd, sizeof (gdcd_t));
4050 kmem_free(gdcd, sizeof (gdcd_t));
H A Ddrmach.c1027 static gdcd_t *
1030 gdcd_t *gdcd;
1032 gdcd = kmem_zalloc(sizeof (gdcd_t), KM_SLEEP);
1035 if (iosram_rd(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd)) {
1037 kmem_free(gdcd, sizeof (gdcd_t));
1049 drmach_gdcd_dispose(gdcd_t *gdcd)
1051 kmem_free(gdcd, sizeof (gdcd_t));
2639 gdcd_t *gdcd;
3962 drmach_board_non_panther_cpus(gdcd_t *gdcd, uint_t exp, uint_t slot)
4030 gdcd_t *gdc
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c457 gdcd_t *gdcd;
464 if ((gdcd = kmem_zalloc(sizeof (gdcd_t), KM_NOSLEEP)) == NULL)
467 if ((*iosram_rdp)(GDCD_MAGIC, 0, sizeof (gdcd_t), (caddr_t)gdcd) ||
470 kmem_free(gdcd, sizeof (gdcd_t));
487 kmem_free(gdcd, sizeof (gdcd_t));
/illumos-gate/usr/src/uts/sun4u/starcat/sys/post/
H A Dscat_dcd.h33 * This file contains definitions of the structures gdcd_t and ldcd_t,
486 } gdcd_t; typedef in typeref:struct:__anon10036

Completed in 68 milliseconds