Searched defs:strioc32 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3013 struct strioctl32 strioc32; local
3020 if (copyin(from, &strioc32, sizeof (strioc32)))
3024 striocp->ic_cmd = strioc32.ic_cmd;
3025 striocp->ic_timout = strioc32.ic_timout;
3026 striocp->ic_len = strioc32.ic_len;
3027 striocp->ic_dp = (char *)(uintptr_t)strioc32.ic_dp;
3046 struct strioctl32 strioc32; local
3054 strioc32.ic_cmd = striocp->ic_cmd;
3055 strioc32
[all...]

Completed in 52 milliseconds