Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/tests/
H A Dposix_spawn_file_actions_add_fileportdup2_np.c28 int ret, pipes[2]; variable
31 ret = pipe(pipes);
34 ret = fileport_makeport(pipes[1], &mp);
70 ssize_t rc = read(pipes[0], buf, sizeof(buf));
H A Dpoll.c56 int file, dir, pipes[2]; variable
67 T_QUIET; T_ASSERT_POSIX_SUCCESS(pipe(pipes), NULL);
95 pfd[1].fd = pipes[0]; pfd[0].revents = 0;
105 pfd[2].fd = pipes[0]; pfd[2].revents = 0;
116 pfd[1].fd = pipes[0]; pfd[1].revents = 0;
/xnu-12377.41.6/tests/sched/
H A Dzero_to_n_tests.c54 dt_launch_pipe_t *pipes = NULL; in run_zn() local
56 test_pid = dt_launch_tool_pipe(cmd, false, &pipes, NULL, NULL, NULL, NULL); in run_zn()
58 T_QUIET; T_ASSERT_NOTNULL(pipes, "dt_launch_tool_pipe returned non-null pipes"); in run_zn()
85 …dispatch_source_t stdout_reader = dt_create_dispatch_file_reader(pipes->pipe_out[0], BUFFER_PATTER… in run_zn()
88 …dispatch_source_t stderr_reader = dt_create_dispatch_file_reader(pipes->pipe_err[0], BUFFER_PATTER… in run_zn()
105 free(pipes); in run_zn()
/xnu-12377.41.6/libsyscall/mach/
H A Derr_iokit.sub141 "(iokit/usb) not enough pipes in interface", // 0x05e
143 "(iokit/usb) too many pipes", // 0x060
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_kern.c246 ASSERT_NXDOM_PARAMS(nxdom, pipes); in nxdom_attach()
1912 NXPROV_PARAMS_ADJUST(NXPREQ_PIPES, pipes); in nxprov_params_adjust()
/xnu-12377.41.6/bsd/kern/
H A Dsys_pipe.c250 SYSCTL_INT(_kern_ipc, OID_AUTO, pipes, CTLFLAG_RD | CTLFLAG_LOCKED,