/titanic_41/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 91 if (error = strioctl(vp, I_PLINK, (intptr_t)fd, 0, K_TO_K, CRED(), &id)) in kstr_plink() 104 K_TO_K, CRED(), &rval)); in kstr_unplink() 112 return (strioctl(vp, I_PUSH, (intptr_t)mod, 0, K_TO_K, CRED(), &rval)); in kstr_push() 120 return (strioctl(vp, I_POP, 0, 0, K_TO_K, CRED(), &rval)); in kstr_pop() 149 return (strioctl(vp, cmd, arg, 0, K_TO_K, CRED(), &rval)); in kstr_ioctl()
|
H A D | iwscons.c | 375 FKIOCTL, K_TO_K, cred, rvalp); in iwscnioctl() 385 (intptr_t)STRREDIR_MOD, FKIOCTL, K_TO_K, in iwscnioctl() 441 FKIOCTL, K_TO_K, cred, rvalp); in iwscnioctl()
|
H A D | consconfig_dacf.c | 2166 (intptr_t)"ldterm", FKIOCTL, K_TO_K, kcred, &rval); in flush_deferred_console_buf() 2168 (intptr_t)"ttcompat", FKIOCTL, K_TO_K, in flush_deferred_console_buf()
|
/titanic_41/usr/src/uts/common/ktli/ |
H A D | t_kopen.c | 172 error = strioctl(vp, I_FIND, (intptr_t)"timod", 0, K_TO_K, cr, &retval); in t_kopen() 183 error = strioctl(vp, I_PUSH, (intptr_t)"timod", 0, K_TO_K, cr, in t_kopen() 218 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, cr, &retval); in t_kopen()
|
H A D | t_kgtstate.c | 92 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kgetstate()
|
H A D | t_kunbind.c | 102 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, CRED(), in t_kunbind()
|
H A D | t_kbind.c | 119 error = strdoioctl(vp->v_stream, &strioc, FNATIVE, K_TO_K, fp->f_cred, in t_kbind()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | svc_gen.c | 149 error = strioctl(fp->f_vnode, I_STR, (intptr_t)&strioc, 0, K_TO_K, in svc_tli_kcreate()
|
H A D | rpc_subr.c | 105 error = strioctl(vp, I_FIND, (intptr_t)"timod", 0, K_TO_K, kcred, in rpc_poptimod() 115 error = strioctl(vp, I_POP, 0, 0, K_TO_K, kcred, &ret); in rpc_poptimod()
|
H A D | clnt_clts.c | 1605 K_TO_K, cr, &retval); in endpnt_get() 1611 error = strioctl(tiptr->fp->f_vnode, RPC_CLIENT, 0, 0, K_TO_K, in endpnt_get() 1624 K_TO_K, cr, &retval); in endpnt_get()
|
H A D | svc_cots.c | 228 0, K_TO_K, CRED(), &retval); in svc_cots_kcreate()
|
H A D | clnt_cots.c | 2141 K_TO_K, kcred, &retval)) { in connmgr_get() 2149 if (i = strioctl(tiptr->fp->f_vnode, RPC_CLIENT, 0, 0, K_TO_K, in connmgr_get() 2167 K_TO_K, kcred, &retval)) { in connmgr_get()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | ucredsys.c | 82 STR_NOSIG|K_TO_K, CRED(), &rval); in getpeerucred()
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 630 rv = strioctl(lvp, I_POP, 0, 0, K_TO_K, CRED(), &rval); in link_aconsole() 640 FREAD+FWRITE+FNOCTTY, K_TO_K, CRED(), &(cn->sm_muxid))) != 0) { in link_aconsole() 663 K_TO_K, CRED(), &rval) != 0) in link_aconsole()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3016 ASSERT((copyflag & K_TO_K) == 0); in strcopyin_strioctl() 3036 ASSERT(copyflag & K_TO_K); in strcopyin_strioctl() 3049 ASSERT((copyflag & K_TO_K) == 0); in strcopyout_strioctl() 3071 ASSERT(copyflag & K_TO_K); in strcopyout_strioctl() 3209 copyflag = K_TO_K; in strioctl() 3213 ASSERT(copyflag == U_TO_K || copyflag == K_TO_K); in strioctl() 3224 if (copyflag == K_TO_K) in strioctl() 3349 K_TO_K, crp, rvalp)); in strioctl() 4444 (void) strdoioctl(stp, &strioc, flag, K_TO_K, crp, rvalp); in strioctl() 4478 (void) strdoioctl(stp, &strioc, flag, K_TO_K, crp, rvalp); in strioctl() [all …]
|
H A D | strsubr.c | 1448 ASSERT((flag & (U_TO_K | K_TO_K)) == U_TO_K || in putiocd() 1449 (flag & (U_TO_K | K_TO_K)) == K_TO_K); in putiocd() 1467 error = strcopyin(arg, tmp->b_wptr, count, flag & (U_TO_K|K_TO_K)); in putiocd() 1899 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in mlink_file() 2046 K_TO_K | STR_NOERROR | STR_NOSIG, crp, rvalp); in munlink() 4128 ASSERT((copyflag & K_TO_K) == 0); in strcopyin() 4132 ASSERT(copyflag & K_TO_K); in strcopyin() 4145 ASSERT(copyflag & K_TO_K); in strcopyout()
|
H A D | driver_lyr.c | 1956 copymode = (mode & FKIOCTL) ? K_TO_K : U_TO_K; in ldi_ioctl()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 513 _SIOCSOCKFALLBACK, 0, 0, K_TO_K, in sotpi_init() 1721 0, 0, K_TO_K, cr, &rval); in sotpi_accept() 2005 0, 0, K_TO_K, cr, &rval)) != 0) { in sotpi_accept() 4899 0, K_TO_K, cr, &res); in sotpi_getpeername() 5024 0, K_TO_K, cr, &res); in sotpi_getsockname() 6020 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K, in socktpi_plumbioctl() 6085 error = strioctl(vp, cmd, (intptr_t)&kstrlist, mode, K_TO_K, in socktpi_plumbioctl()
|
H A D | sockstr.c | 148 error = strioctl(vp, _SIOCSOCKFALLBACK, 0, 0, K_TO_K, CRED(), in so_sock2stream() 2737 return (strioctl(vp, I_ESETSIG, (intptr_t)&ss, mode, K_TO_K, cr, in so_set_asyncsigs()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1027 #define K_TO_K 02 /* Kernel to Kernel */ macro
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 374 error = strioctl(fp->f_vnode, I_STR, (intptr_t)&strioc, 0, K_TO_K, in nfs_srv_set_sc_versions()
|