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

/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kunbind.c102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(),
H A Dt_kgtstate.c92 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(),
H A Dt_kbind.c119 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, fp->f_cred,
H A Dt_kopen.c218 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, cr, &retval);
223 KTLILOG(1, "t_kopen: strdoioctl(T_INFO_REQ): %d\n", error);
235 KTLILOG(1, "t_kopen: strdoioctl(T_INFO_REQ): retval: 0x%x\n",
/illumos-gate/usr/src/uts/common/syscall/
H A Ducredsys.c81 err = strdoioctl(vp->v_stream, &strioc, FNATIVE|FKIOCTL,
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3332 * and call strdoioctl() to do the work.
3349 return (strdoioctl(stp, &strioc, flag,
3358 return (strdoioctl(stp, &strioc, flag,
3366 return (strdoioctl(stp, &strioc, flag,
3372 return (strdoioctl(stp, &strioc, flag,
3378 return (strdoioctl(stp, &strioc, flag,
3399 return (strdoioctl(stp, &strioc, flag,
3405 return (strdoioctl(stp, &strioc, flag,
3411 return (strdoioctl(stp, &strioc, flag,
3427 return (strdoioctl(st
5864 strdoioctl( function
[all...]
H A Dstrsubr.c1458 * strdoioctl validates ioc_count, so if this assert fails it
1898 error = strdoioctl(stp, &strioc, FNATIVE,
2045 error = strdoioctl(stp, &strioc, FNATIVE,
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1003 * and strdoioctl to proceed as if signals or errors on the stream
1008 * affect the call. When used with strdoioctl(), if a previous ioctl
1009 * is pending and times out, STR_NOERROR will cause strdoioctl() to not
1018 #define STR_NOSIG 0x10 /* Ignore signals during strdoioctl/strwaitq */
1019 #define STR_NOERROR 0x20 /* Ignore errors during strdoioctl/strwaitq */
1082 extern int strdoioctl(struct stdata *, struct strioctl *, int, int,

Completed in 93 milliseconds