Searched refs:drmach_mem_new (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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 | 129 { ACPIDEV_NODE_NAME_MEMORY, DRMACH_DEVTYPE_MEM, drmach_mem_new }, 1257 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) in drmach_mem_new() function 1270 mp->dev.cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/ |
H A D | drmach.c | 216 static sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *); 281 (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new)) 290 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \ 297 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \ 311 { "pseudo-mc", DRMACH_DEVTYPE_MEM, drmach_mem_new }, 2214 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) in drmach_mem_new() function 2234 mp->dev.cm.isa = (void *)drmach_mem_new; in drmach_mem_new()
|