Searched refs:I_SENDFD (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 93 #define I_SENDFD _IO('S',021) macro
|
/titanic_41/usr/src/cmd/lp/lib/msgs/ |
H A D | mconnect.c | 111 if (ioctl(fd, I_SENDFD, fds[1]) != 0)
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | stropts.h | 247 #define I_SENDFD (STR|021) macro
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | service.c | 112 (ioctl(svc->md->writefd, I_SENDFD, peerfd) < 0) || in papiServiceSetPeer()
|
/titanic_41/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 66 #if defined(sun) && defined(unix) && defined(I_SENDFD) in sendfd() 67 return (ioctl(sockfd, I_SENDFD, fd)); in sendfd()
|
/titanic_41/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 533 if (ioctl(passfd, I_SENDFD, 0) < 0) {
|
H A D | listen.c | 1266 if (ioctl(Passfd, I_SENDFD, Acceptfd) < 0) { in trycon()
|
/titanic_41/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 325 return (ioctl(p[1], I_SENDFD, fd) == -1 ? errno : 0); in dlmgmt_zopen_cb()
|
/titanic_41/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1163 case I_SENDFD: in fifo_fastioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 489 { (uint_t)I_SENDFD, "I_SENDFD", NULL },
|
H A D | print.c | 339 case I_SENDFD: in prt_ioa()
|
H A D | expound.c | 1392 case I_SENDFD: in show_ioctl()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3120 case I_SENDFD: in job_control_type() 5283 case I_SENDFD: in strioctl()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5916 case I_SENDFD: in sotpi_ioctl()
|