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

/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c1126 } *abreq32; local
1182 if (iobp->ioc_count < sizeof (*abreq32) ||
1186 abreq32 = (struct ttymux_abort32 *)
1188 ldev = expldev(abreq32->ldev);
1189 method = abreq32->method;
1190 enable = (uint_t)abreq32->enable;
1191 iobp->ioc_count = sizeof (*abreq32);
1236 abreq32->method = method;
1237 abreq32->enable = (uint32_t)enable;

Completed in 46 milliseconds