Searched refs:pipes (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/tests/ |
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 28 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 D | poll.c | 56 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 D | zero_to_n_tests.c | 54 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 D | err_iokit.sub | 141 "(iokit/usb) not enough pipes in interface", // 0x05e 143 "(iokit/usb) too many pipes", // 0x060
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_kern.c | 246 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 D | sys_pipe.c | 250 SYSCTL_INT(_kern_ipc, OID_AUTO, pipes, CTLFLAG_RD | CTLFLAG_LOCKED,
|