Lines Matching refs:K_TO_K
275 (void) strdoioctl(stp, &strioc, FNATIVE, K_TO_K, crp, &rval); in xpg4_fixup()
3106 ASSERT((copyflag & K_TO_K) == 0); in strcopyin_strioctl()
3126 ASSERT(copyflag & K_TO_K); in strcopyin_strioctl()
3139 ASSERT((copyflag & K_TO_K) == 0); in strcopyout_strioctl()
3161 ASSERT(copyflag & K_TO_K); in strcopyout_strioctl()
3299 copyflag = K_TO_K; in strioctl()
3303 ASSERT(copyflag == U_TO_K || copyflag == K_TO_K); in strioctl()
3314 if (copyflag == K_TO_K) in strioctl()
3439 K_TO_K, crp, rvalp)); in strioctl()
4570 (void) strdoioctl(stp, &strioc, flag, K_TO_K, crp, rvalp); in strioctl()
4604 (void) strdoioctl(stp, &strioc, flag, K_TO_K, crp, rvalp); in strioctl()
6006 int copyflag = (flag & (U_TO_K | K_TO_K)); in strdoioctl()
6012 ASSERT(copyflag == U_TO_K || copyflag == K_TO_K); in strdoioctl()
6056 id = K_TO_K | sigflag; in strdoioctl()