Searched refs:drmach_mem_new (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 62 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new)) 70 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \ 77 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \ 190 extern sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *);
|
H A D | drmach_acpi.c | 125 { ACPIDEV_NODE_NAME_MEMORY, DRMACH_DEVTYPE_MEM, drmach_mem_new }, 1255 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) in drmach_mem_new() function 1268 mp->dev.cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | drmach.c | 220 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) in drmach_mem_new() function 2927 dp->cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|
/titanic_41/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 212 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) in drmach_mem_new() function 2231 mp->dev.cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 386 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) in drmach_mem_new() function 6277 mp->dev.cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|