Searched refs:pipe (Results 51 - 72 of 72) sorted by relevance

123

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c580 * create_notify_pipe() - creates the notification pipe. Function returns
587 if (pipe(notify_pipe) < 0) {
588 DPRINT((dfile, "Cannot create notify pipe: %s\n",
590 *error = strdup(gettext("failed to create notification pipe"));
595 /* make (only) the pipe "in" end nonblocking */
599 "of the notification pipe: %s\n", strerror(errno)));
604 "scheme on top of the notification pipe"));
882 /* create the notification pipe towards the receiving thread */
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c79 * pipe used to serialize sysevents through the main loop
81 if (pipe (sysevent_pipe_fds) != 0) {
82 HAL_INFO (("pipe() failed errno=%d", errno));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1455 pipe()
1458 if (pipe(fds) != -1) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c216 local($mode,$name,$pipe) = @_;\n\
218 open($name,$mode.$name.$pipe) unless $opened{$name}++;\n\
618 str_cat(opens,") || die 'Cannot pipe from \"");
1175 str_cat(opens,") || die 'Cannot pipe to \"");
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c64 int pout[2]; /* pipe for stdout */
65 int perr[2]; /* pipe for stderr */
120 if (pipe(pout) < 0) {
122 "PANIC: pipe failed\n"));
126 if (pipe(perr) < 0) {
128 "PANIC: pipe failed\n"));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c788 * create a real pipe (not a socket) and print message on failure
794 if(pipe(fd)<0 || (pv[0]=fd[0])<0 || (pv[1]=fd[1])<0)
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsar_svc.c519 smb_netuserinfo_t *user = &mxa->pipe->np_user;
H A Dsrvsvc_svc.c2157 smb_netuserinfo_t *user = &mxa->pipe->np_user;
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c796 if (pipe(pipefd) < 0) {
797 usrerr("pipe() failed");
826 * We used to write directly to the pipe. But now we need to know
901 * Now read back in from the temp file and write to the pipe.
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com297 pipe.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com315 pipe.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com300 pipe.o \
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c1102 if (pipe (mdadm_pipe) < 0)
1104 grub_util_warn (_("Unable to create pipe for mdadm: %s"),
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile277 pipe.o \
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c898 if (pipe(pipefd)) {
H A Dlibzfs_sendrecv.c186 * ioctl is told to direct the output to a pipe, which is read by the
1513 if (err = pipe(pipefd)) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c2034 if (pipe(fdv) < 0)
2036 syserr("%s: cannot create pipe for stdout", argv[0]);
H A Ddeliver.c2264 checkfd012("before creating mail pipe");
2267 /* create a pipe to shove the mail through */
2268 if (pipe(mpvect) < 0)
2270 syserr("%s... openmailer(%s): pipe (to mailer)",
2315 /* create a return pipe */
2316 if (pipe(rpvect) < 0)
2318 syserr("%s... openmailer(%s): pipe (from mailer)",
2705 syserr("%s... openmailer(%s): cannot dup pipe %d for stdout",
2724 syserr("%s... openmailer(%s): cannot dup pipe %d for stdin",
H A Ddaemon.c626 ** Create a pipe to keep the child from writing to
632 if (pipe(pipefd) < 0)
765 ** of the pipe, which we will see as an EOF.
768 ** the pipe.
771 /* close the write end of the pipe */
912 /* close the read end of the synchronization pipe */
922 /* release the child by closing the read end of the sync pipe */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Diperlsys.h1093 #define PerlProc_pipe(fd) pipe((fd))
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c2872 * Initiate the pipe to be used for the send and recv
2874 if (pipe(srpipe) != 0) {
2877 "open pipe\n"));
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1335 ret = pipe (data_pipe);

Completed in 1329 milliseconds

123