Home
last modified time | relevance | path

Searched refs:I_STR (Results 1 – 25 of 64) sorted by relevance

123

/titanic_41/usr/src/lib/libc/port/gen/
H A Dpt.c85 if (ioctl(fd, I_STR, &istr) < 0 || fstat64(fd, &status) < 0) in ptsdev()
130 if (ioctl(fd, I_STR, &istr) < 0) in unlockpt()
160 if (ioctl(fd, I_STR, &istr) != 0) { in grantpt()
182 if (ioctl(fd, I_STR, &istr) != 0) { in zonept()
/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_failfast.c62 if (ioctl(sp->sr_ff, I_STR, &si) != 0) in mhd_ff_disarm()
102 if (ioctl(sp->sr_ff, I_STR, &si) != 0) in mhd_ff_open()
122 if (ioctl(sp->sr_ff, I_STR, &si) != 0) in mhd_ff_open()
188 if (ioctl(sp->sr_ff, I_STR, &si) != 0) in mhd_ff_rearm()
218 if (ioctl(sp->sr_ff, I_STR, &si) != 0) in mhd_ff_die()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncstat.c135 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
146 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
158 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
199 if (ioctl(fd, I_STR, &sioc) < 0) { in sample()
H A Dsyncloop.c214 if (ioctl(cfd, I_STR, &sioc) < 0) { in main()
277 if (ioctl(cfd, I_STR, &sioc) < 0) { in main()
290 if (ioctl(cfd, I_STR, &sioc) < 0) { in main()
360 if (ioctl(cfd, I_STR, &sioc) < 0) { in first_packet()
401 if (ioctl(cfd, I_STR, &sioc) < 0) { in first_packet()
429 if (ioctl(cfd, I_STR, &sioc) < 0) { in many_packets()
516 if (ioctl(cfd, I_STR, &sioc) < 0) { in many_packets()
H A Dsyncinit.c160 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
239 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
254 if (ioctl(fd, I_STR, &sioc) < 0) { in main()
H A Din.rlogind.c738 if (ioctl(fd, I_STR, &crioc)) in stop_stream()
791 if (ioctl(fd, I_STR, &crioc)) in start_stream()
870 if (ioctl(fd, I_STR, &crioc)) { in configure_stream()
1103 if (ioctl(f, I_STR, &rlmodctl) < 0) in doit()
1384 if (ioctl(netfd, I_STR, &rloginmod) < 0) in protocol()
1402 if (ioctl(ptmfd, I_STR, &rloginmod) < 0) in protocol()
1421 if (ioctl(netfd, I_STR, &rloginmod) < 0) in protocol()
H A Din.telnetd.c1307 if (ioctl(fd, I_STR, &crioc)) { in stop_stream()
1332 if (ioctl(fd, I_STR, &crioc)) { in start_stream()
1441 if (ioctl(cryptmod_fd, I_STR, &crioc)) { in encrypt_start_output()
1517 if (ioctl(cryptmod_fd, I_STR, &crioc)) { in encrypt_end()
1639 if (ioctl(cryptmod_fd, I_STR, &crioc)) { in encrypt_start()
2969 if (ioctl(f, I_STR, &telnetmod) < 0) in doit()
3020 if (ioctl(netfd, I_STR, &telnetmod) < 0) in doit()
3038 if (ioctl(ptmfd, I_STR, &telnetmod) < 0) in doit()
3337 if (ioctl(net, I_STR, &telnetmod) < 0) in telnet()
3368 if (ioctl(net, I_STR, &telnetmod) < 0) in telnet()
[all …]
H A Dipaddrsel.c497 while ((retv = ioctl(fd, I_STR, &str)) == -1) { in strioctl()
/titanic_41/usr/src/uts/common/inet/kifconf/
H A Dkifconf.c205 rc = kstr_ioctl(vp, I_STR, (intptr_t)&iocb); in kifioctl()
232 if (rc = kstr_ioctl(tiptr->fp->f_vnode, I_STR, (intptr_t)&iocb)) in ksetifflags()
237 return (kstr_ioctl(tiptr->fp->f_vnode, I_STR, (intptr_t)&iocb)); in ksetifflags()
/titanic_41/usr/src/lib/libc/port/sys/
H A Dopen.c172 if (ioctl(fd, I_STR, &istr) != -1) { in push_module()
180 (void) ioctl(fd, I_STR, &istr); in push_module()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dstropts.h85 #define I_STR _IOWR('S',010,struct strioctl) macro
/titanic_41/usr/src/cmd/sdpadm/
H A Dsdpadm.c135 if (ioctl(fd, I_STR, &stri) >= 0) { in main()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttyparse.c402 if (ioctl(fd, I_STR, &cmd) == 0)
410 if (ioctl(fd, I_STR, &cmd) == 0)
481 if (ioctl(fd, I_STR, &cmd) != 0) {
491 if (ioctl(fd, I_STR, &cmd) != 0) {
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/libctsmc/
H A Dlibctsmc.c441 if (ioctl(fd, I_STR, &scioc) < 0) { in smc_send_msg()
466 if (ioctl(fd, I_STR, &scioc) < 0) { in smc_send_msg()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_gen.c149 error = strioctl(fp->f_vnode, I_STR, (intptr_t)&strioc, 0, K_TO_K, in svc_tli_kcreate()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dmain.c94 if ((retv = ioctl(fd, I_STR, &ic)) != 0) in strioctl()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_support.c257 i_rc = ioctl(ksock, I_STR, (caddr_t)&ioc); in do_ioctl()
/titanic_41/usr/src/cmd/streams/log/
H A Dstrace.c222 if (ioctl(log, I_STR, &istr) < 0) { in main()
H A Dstrerr.c141 if (ioctl(fd, I_STR, &istr) < 0) { in main()
/titanic_41/usr/src/uts/common/io/
H A Dstrplumb.c297 return (ldi_ioctl(lh, I_STR, (intptr_t)&iocb, FKIOCTL, CRED(), &rval)); in getifflags()
312 return (ldi_ioctl(lh, I_STR, (intptr_t)&iocb, FKIOCTL, CRED(), &rval)); in setifname()
/titanic_41/usr/src/uts/common/sys/
H A Dstropts.h238 #define I_STR (STR|010) macro
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpicldr.c568 if (ioctl(smcfd, I_STR, &strio) < 0) { in env_polling_thread()
588 if (ioctl(smcfd, I_STR, &strio) == -1) { in env_polling_thread()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c132 if (ioctl(fd, I_STR, &str) == -1) { in strioctl()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_subr.c1187 if (ioctl(0, I_STR, &sb) < 0) in ixlatctl()
1194 if (ioctl(0, I_STR, &sb) < 0) in ixlatctl()
/titanic_41/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c84 retval = ioctl(fd, I_STR, &strioc); in _tx_alloc()

123