Home
last modified time | relevance | path

Searched refs:drmach_io_new (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h65 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
71 DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
78 DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
191 extern sbd_error_t *drmach_io_new(drmach_device_t *, drmachid_t *);
H A Ddrmach_acpi.c130 { ACPIDEV_NODE_NAME_PCI, DRMACH_DEVTYPE_PCI, drmach_io_new },
976 drmach_io_new(drmach_device_t *proto, drmachid_t *idp) in drmach_io_new() function
988 ip->dev.cm.isa = (void *)drmach_io_new; in drmach_io_new()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c217 static sbd_error_t *drmach_io_new(drmach_device_t *, drmachid_t *);
285 (DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
291 DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
298 DRMACH_OBJ(id)->isa == (void *)drmach_io_new))
312 { "pci", DRMACH_DEVTYPE_PCI, drmach_io_new },
1263 drmach_io_new(drmach_device_t *proto, drmachid_t *idp) in drmach_io_new() function
1276 ip->dev.cm.isa = (void *)drmach_io_new; in drmach_io_new()