Searched refs:I_SENDFD (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | mconnect.c | 110 if (ioctl(fd, I_SENDFD, fds[1]) != 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 245 #define I_SENDFD (STR|021) macro
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | service.c | 107 (ioctl(svc->md->writefd, I_SENDFD, peerfd) < 0) || in papiServiceSetPeer()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 531 if (ioctl(passfd, I_SENDFD, 0) < 0) {
|
H A D | listen.c | 1272 if (ioctl(Passfd, I_SENDFD, Acceptfd) < 0) { in trycon()
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 326 return (ioctl(p[1], I_SENDFD, fd) == -1 ? errno : 0); in dlmgmt_zopen_cb()
|
/illumos-gate/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1182 case I_SENDFD: in fifo_fastioctl()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | codes.c | 530 { (uint_t)I_SENDFD, "I_SENDFD", NULL }, /* 21 */
|
H A D | print.c | 345 case I_SENDFD: in prt_ioa()
|
H A D | expound.c | 1375 case I_SENDFD: in show_ioctl()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3210 case I_SENDFD: in job_control_type() 5409 case I_SENDFD: in strioctl()
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5852 case I_SENDFD: in sotpi_ioctl()
|