Searched refs:pipe (Results 126 - 150 of 328) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c70 * no one may create a pipe to a hidden program as a side effect of a
124 if (pipe(pdes) < 0)
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c73 * we write to this pipe if a SIGCHLD is caught in order to avoid
94 if (pipe(notify_pipe) == -1) {
95 error("pipe(notify_pipe) failed %s", strerror(errno));
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dbench.c217 if (pipe(cp) == -1) {
221 perror("pipe");
/freebsd-current/lib/libc/tests/gen/
H A Dfmtmsg_test.c167 if (pipe(pip) == -1)
168 err(2, "pipe");
/freebsd-current/contrib/libevent/test/
H A Dbench.c217 if (pipe(cp) == -1) {
221 perror("pipe");
/freebsd-current/usr.sbin/cron/cron/
H A Dpopen.c41 * may create a pipe to a hidden program as a side effect of a list or dir
76 if (pipe(pdes) < 0)
/freebsd-current/tools/regression/security/cap_test/
H A Dcap_test_capmode.c176 if (pipe(fd2) == 0) {
180 FAIL("capmode:pipe");
/freebsd-current/libexec/ftpd/
H A Dpopen.c57 * may create a pipe to a hidden program as a side effect of a list or dir
80 if (pipe(pdes) < 0)
/freebsd-current/libexec/fingerd/
H A Dfingerd.c178 if (pipe(p) < 0)
179 logerr("pipe: %s", strerror(errno));
/freebsd-current/sbin/pfctl/tests/
H A Dpfctl_test.c141 ATF_REQUIRE_ERRNO(0, pipe(pipefds) == 0);
/freebsd-current/lib/libprocstat/
H A Dcommon_kvm.c42 #include <sys/pipe.h>
/freebsd-current/usr.sbin/rtsold/
H A Dcap_script.c53 * Run the script and return the write end of a pipe to the main process.
62 if (pipe(fd) != 0)
/freebsd-current/sys/arm/nvidia/drm2/
H A Dtegra_host1x.c282 host1x_drm_enable_vblank(struct drm_device *drm_dev, int pipe) argument
287 if (pipe == tegra_dc_get_pipe(crtc)) {
296 host1x_drm_disable_vblank(struct drm_device *drm_dev, int pipe) argument
301 if (pipe == tegra_dc_get_pipe(crtc)) {
/freebsd-current/sys/netinet/cc/
H A Dcc_newreno.c369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; local
432 pipe = tcp_compute_pipe(ccv->ccvc.tcp);
434 pipe = CCV(ccv, snd_max) -
439 ((uint64_t)min(CCV(ccv, snd_wnd), pipe) *
/freebsd-current/tests/sys/kern/
H A DMakefile127 TESTS_SUBDIRS+= pipe
/freebsd-current/sys/vm/
H A Dvm_init.c76 #include <sys/pipe.h>
/freebsd-current/contrib/kyua/utils/process/
H A Doperations_test.cpp257 ATF_REQUIRE(::pipe(first_fds) != -1);
258 ATF_REQUIRE(::pipe(second_fds) != -1);
/freebsd-current/tools/test/stress2/misc/
H A Dsignal.sh123 // Wait on the named pipe
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dusb.c23 unsigned int pipe; local
28 pipe = (req_type & USB_DIR_IN) ? usb_rcvctrlpipe(udev, 0)
34 ret = usb_control_msg(udev, pipe, req, req_type, val,
425 unsigned int pipe; local
428 pipe = usb_rcvbulkpipe(udev, dev->usb.in_ep[index]);
430 pipe = usb_sndbulkpipe(udev, dev->usb.out_ep[index]);
433 urb->pipe = pipe;
/freebsd-current/tests/sys/netpfil/pf/
H A Droute_to.sh341 jexec gw dnctl pipe 1 config delay 1200
397 jexec gw dnctl pipe 1 config delay 1200
654 jexec $j dnctl pipe 1 config delay 1
717 jexec alcatraz dnctl pipe 1 config bw 1000Byte/s burst 4500
718 jexec alcatraz dnctl pipe 2 config
719 # This second pipe ensures that the pf_test(PF_OUT) call in pf_route() doesn't
720 # delay packets in dummynet (by inheriting pipe 1 from the input rule).
766 jexec alcatraz dnctl pipe 1 config delay 800
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dpci.c809 static int __ath10k_pci_rx_post_buf(struct ath10k_pci_pipe *pipe) argument
811 struct ath10k *ar = pipe->hif_ce_state;
813 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl;
818 skb = dev_alloc_skb(pipe->buf_sz);
848 static void ath10k_pci_rx_post_pipe(struct ath10k_pci_pipe *pipe) argument
850 struct ath10k *ar = pipe->hif_ce_state;
853 struct ath10k_ce_pipe *ce_pipe = pipe->ce_hdl;
856 if (pipe->buf_sz == 0)
867 ret = __ath10k_pci_rx_post_buf(pipe);
1282 ath10k_dbg(ar, ATH10K_DBG_PCI, "pci rx ce pipe
1500 ath10k_pci_hif_get_free_queue_number(struct ath10k *ar, u8 pipe) argument
1875 ath10k_pci_hif_send_complete_check(struct ath10k *ar, u8 pipe, int force) argument
2583 struct ath10k_pci_pipe *pipe; local
[all...]
/freebsd-current/crypto/heimdal/appl/rcp/
H A Drcp.c722 pipe(reserved);
725 if (pipe(pin) < 0) {
726 perror("pipe");
729 if (pipe(pout) < 0) {
730 perror("pipe");
/freebsd-current/lib/libpam/modules/pam_exec/
H A Dpam_exec.c246 /* set up pipe and get authtok if requested */
248 if (pipe(chin) != 0) {
249 openpam_log(PAM_LOG_ERROR, "%s: pipe(): %m", func);
282 if (pipe(chout) != 0) {
283 openpam_log(PAM_LOG_ERROR, "%s: pipe(): %m", func);
297 if (pipe(cherr) != 0) {
298 openpam_log(PAM_LOG_ERROR, "%s: pipe(): %m", func);
388 /* is the stdin pipe ready for writing? */
401 /* finished writing; close and forget the pipe */
/freebsd-current/lib/libpmc/
H A Dlibpmc.c365 __K8MASK(add-pipe-excluding-junk-ops, 0),
366 __K8MASK(multiply-pipe-excluding-junk-ops, 1),
367 __K8MASK(store-pipe-excluding-junk-ops, 2),
368 __K8MASK(add-pipe-junk-ops, 3),
369 __K8MASK(multiply-pipe-junk-ops, 4),
370 __K8MASK(store-pipe-junk-ops, 5),
/freebsd-current/contrib/capsicum-test/
H A Dsocket.cc24 EXPECT_EQ(0, pipe(pipefds));
162 EXPECT_EQ(0, pipe(pipefds));

Completed in 472 milliseconds

1234567891011>>