Searched refs:I_RECVFD (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-misc.c | 83 #if defined(sun) && defined(unix) && defined(I_RECVFD) in recvfd() 87 if (ioctl(sockfd, I_RECVFD, &recv_fd) == 0) in recvfd() 174 #if defined(sun) && defined(unix) && defined(I_RECVFD) in lpd_open()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stropts.h | 250 #define I_RECVFD (STR|022) macro 253 #define I_RECVFD (STR|016) /* maps to kernel I_E_RECVFD */
|
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | mdestroy.c | 57 if (ioctl(md->readfd, I_RECVFD, &recbuf) == 0) in mdestroy()
|
H A D | mlisten.c | 295 if (ioctl(mdp->readfd, I_RECVFD, &recbuf) != 0) in mlisten()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 94 #define I_RECVFD _IOR('S',022,struct strrecvfd) macro
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1164 case I_RECVFD: in fifo_fastioctl() 1416 case I_RECVFD: in fifo_strioctl()
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | disp1.c | 1164 if (ioctl(md->readfd, I_RECVFD, &recv_fd) == 0) { in s_pass_peer_connection()
|
/titanic_44/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 334 if (ioctl(p[0], I_RECVFD, &recvfd) == -1) in dlmgmt_zopen_cb()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 3115 case I_RECVFD: in job_control_type() 3268 case I_RECVFD: in strioctl() 5297 case I_RECVFD: in strioctl() 5333 if (cmd == I_RECVFD) { in strioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 490 { (uint_t)I_RECVFD, "I_RECVFD", NULL },
|
H A D | expound.c | 1454 case I_RECVFD: in show_ioctl()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 5917 case I_RECVFD: in sotpi_ioctl()
|