Home
last modified time | relevance | path

Searched refs:I_SENDFD (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmconnect.c110 if (ioctl(fd, I_SENDFD, fds[1]) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dstropts.h245 #define I_SENDFD (STR|021) macro
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dservice.c107 (ioctl(svc->md->writefd, I_SENDFD, peerfd) < 0) || in papiServiceSetPeer()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c66 #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 Dnlps_serv.c531 if (ioctl(passfd, I_SENDFD, 0) < 0) {
H A Dlisten.c1272 if (ioctl(Passfd, I_SENDFD, Acceptfd) < 0) { in trycon()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c326 return (ioctl(p[1], I_SENDFD, fd) == -1 ? errno : 0); in dlmgmt_zopen_cb()
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1181 case I_SENDFD: in fifo_fastioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c498 { (uint_t)I_SENDFD, "I_SENDFD", NULL },
H A Dprint.c343 case I_SENDFD: in prt_ioa()
H A Dexpound.c1375 case I_SENDFD: in show_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3210 case I_SENDFD: in job_control_type()
5409 case I_SENDFD: in strioctl()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5853 case I_SENDFD: in sotpi_ioctl()