Searched refs:drmach_io_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h169 } drmach_io_t; typedef in typeref:struct:drmach_io
H A Ddrmach_acpi.c976 drmach_io_t *ip;
983 ip = kmem_zalloc(sizeof (drmach_io_t), KM_SLEEP);
1001 drmach_io_t *self;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c183 } drmach_io_t; typedef in typeref:struct:drmach_io
1261 drmach_io_t *ip;
1269 ip = kmem_zalloc(sizeof (drmach_io_t), KM_SLEEP);
1290 drmach_io_t *self;
2072 drmach_io_t *obj = (drmach_io_t *)id;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c258 } drmach_io_t; typedef in typeref:struct:drmach_io
2923 drmach_io_t *io = id;
3830 drmach_io_t *self = *idp;
3843 drmach_io_t *ip;
3845 ip = kmem_zalloc(sizeof (drmach_io_t), KM_SLEEP);
3863 drmach_io_t *self;
4334 drmach_io_t *io = id;
6839 } else if (DRMACH_IS_IO_ID(id) && ((drmach_io_t *)id)->scsr_pa != 0) {
6840 drmach_io_t *io = id;

Completed in 92 milliseconds