Searched defs:drmach_mem_new (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c125 { ACPIDEV_NODE_NAME_MEMORY, DRMACH_DEVTYPE_MEM, drmach_mem_new },
1255 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) function
1268 mp->dev.cm.isa = (void *)drmach_mem_new;
2572 * When drmach_mem_new() is called, the mp->base_pa field is set to the base
2575 * configured memory when drmach_mem_new() is called, so mp->base_pa is set
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c220 static sbd_error_t *drmach_mem_new(drmach_device_t *);
254 (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new))
263 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
270 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
286 { "mem-unit", DRMACH_DEVTYPE_MEM, drmach_mem_new },
2924 drmach_mem_new(drmach_device_t *dp) function
2927 dp->cm.isa = (void *)drmach_mem_new;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c212 static sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *);
277 (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new))
286 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
293 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
307 { "pseudo-mc", DRMACH_DEVTYPE_MEM, drmach_mem_new },
2211 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) function
2231 mp->dev.cm.isa = (void *)drmach_mem_new;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c386 static sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *);
468 (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new))
477 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
484 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \
500 {"memory-controller", DRMACH_DEVTYPE_MEM, drmach_mem_new },
6263 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) function
6277 mp->dev.cm.isa = (void *)drmach_mem_new;

Completed in 98 milliseconds