Searched defs:sendfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c48 #include <stropts.h> /* for sendfd */
62 sendfd(int sockfd, int fd) function
64 syslog(LOG_DEBUG, "sendfd(%d, %d)", sockfd, fd);
811 if ((exit_code == 0) && (sendfd(1, fd) < 0)) {
816 /* sendfd() failed, dump the socket data for the heck of it */

Completed in 151 milliseconds