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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3014 struct strioctl *striocp; local
3023 striocp = (struct strioctl *)to;
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;
3047 struct strioctl *striocp; local
3053 striocp = (struct strioctl *)from;
3054 strioc32.ic_cmd = striocp->ic_cmd;
3055 strioc32.ic_timout = striocp
[all...]

Completed in 194 milliseconds