Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h148 } drmach_device_t; typedef
151 drmach_device_t dev;
157 drmach_device_t dev;
168 drmach_device_t dev;
189 extern sbd_error_t *drmach_cpu_new(drmach_device_t *, drmachid_t *);
190 extern sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *);
191 extern sbd_error_t *drmach_io_new(drmach_device_t *, drmachid_t *);
H A Ddrmach_acpi.c126 sbd_error_t *(*new)(drmach_device_t *, drmachid_t *);
488 drmach_device_t proto; in drmach_device_new()
526 drmach_device_t *self = id; in drmach_device_dispose()
976 drmach_io_new(drmach_device_t *proto, drmachid_t *idp) in drmach_io_new()
1026 drmach_device_t *dp; in drmach_io_status()
1048 drmach_cpu_new(drmach_device_t *proto, drmachid_t *idp) in drmach_cpu_new()
1119 drmach_device_t *dp; in drmach_cpu_status()
1257 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) in drmach_mem_new()
1555 drmach_device_t *dp; in drmach_configure()
1605 drmach_device_t *dp; in drmach_unconfigure()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c161 } drmach_device_t; typedef
164 drmach_device_t dev;
175 drmach_device_t dev;
184 drmach_device_t dev;
198 drmach_device_t *dp;
215 static sbd_error_t *drmach_cpu_new(drmach_device_t *, drmachid_t *);
216 static sbd_error_t *drmach_mem_new(drmach_device_t *, drmachid_t *);
217 static sbd_error_t *drmach_io_new(drmach_device_t *, drmachid_t *);
308 sbd_error_t *(*new)(drmach_device_t *, drmachid_t *);
947 drmach_device_t *dp; in drmach_configure()
[all …]