| /kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 167 close(efd); in TEST() 168 close(sfd[0]); in TEST() 169 close(sfd[1]); in TEST() 198 close(efd); in TEST() 199 close(sfd[0]); in TEST() 200 close(sfd[1]); in TEST() 234 close(efd); in TEST() 235 close(sfd[0]); in TEST() 236 close(sfd[1]); in TEST() 237 close(sfd[2]); in TEST() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | send_signal.c | 31 close(pipe_c2p[0]); in test_send_signal_common() 32 close(pipe_c2p[1]); in test_send_signal_common() 38 close(pipe_c2p[0]); in test_send_signal_common() 39 close(pipe_c2p[1]); in test_send_signal_common() 40 close(pipe_p2c[0]); in test_send_signal_common() 41 close(pipe_p2c[1]); in test_send_signal_common() 51 close(pipe_c2p[0]); /* close read */ in test_send_signal_common() 52 close(pipe_p2c[1]); /* close write */ in test_send_signal_common() 81 close(pipe_c2p[1]); in test_send_signal_common() 82 close(pipe_p2c[0]); in test_send_signal_common() [all …]
|
| D | flow_dissector_reattach.c | 140 close(link2); in test_link_create_link_create() 143 close(link1); in test_link_create_link_create() 165 close(link); in test_prog_attach_link_create() 193 close(link); in test_link_create_prog_attach() 216 close(link); in test_link_create_prog_detach() 253 close(link); in test_link_create_close_query() 279 close(link); in test_link_update_no_old_prog() 304 close(link); in test_link_update_replace_old_prog() 329 close(link); in test_link_update_same_prog() 389 close(link); in test_link_update_invalid_opts() [all …]
|
| D | udp_limit.c | 43 /* We can reopen again after close. */ in test_udp_limit() 44 close(fd1); in test_udp_limit() 55 * - close fd1 - BPF_CGROUP_INET_SOCK_RELEASE in test_udp_limit() 69 close(fd1); in test_udp_limit() 71 close(fd2); in test_udp_limit() 74 close(cgroup_fd); in test_udp_limit()
|
| /kernel/linux/linux-5.10/tools/lib/subcmd/ |
| D | run-command.c | 18 close(fd[0]); in close_pair() 19 close(fd[1]); in close_pair() 26 close(fd); in dup_devnull() 36 * In case of errors we must keep the promise to close FDs in start_command() 44 close(cmd->out); in start_command() 58 close(cmd->in); in start_command() 70 close(cmd->in); in start_command() 74 close(cmd->out); in start_command() 90 close(cmd->in); in start_command() 109 close(cmd->out); in start_command() [all …]
|
| /kernel/linux/linux-4.19/tools/lib/subcmd/ |
| D | run-command.c | 18 close(fd[0]); in close_pair() 19 close(fd[1]); in close_pair() 26 close(fd); in dup_devnull() 36 * In case of errors we must keep the promise to close FDs in start_command() 44 close(cmd->out); in start_command() 58 close(cmd->in); in start_command() 70 close(cmd->in); in start_command() 74 close(cmd->out); in start_command() 90 close(cmd->in); in start_command() 109 close(cmd->out); in start_command() [all …]
|
| /kernel/linux/linux-5.10/arch/um/drivers/ |
| D | harddog_user.c | 24 close(data->stdin_fd); in pre_exec() 25 close(data->stdout_fd); in pre_exec() 26 close(data->close_me[0]); in pre_exec() 27 close(data->close_me[1]); in pre_exec() 69 close(out_fds[0]); in start_watchdog() 70 close(in_fds[1]); in start_watchdog() 97 close(in_fds[0]); in start_watchdog() 98 close(in_fds[1]); in start_watchdog() 100 close(out_fds[0]); in start_watchdog() 101 close(out_fds[1]); in start_watchdog() [all …]
|
| D | slip_user.c | 71 close(data->close_me); in slip_pre_exec() 106 close(fds[1]); in slip_tramp() 111 close(fds[0]); in slip_tramp() 117 close(fds[0]); in slip_tramp() 118 close(fds[1]); in slip_tramp() 184 close(sfd); in slip_open() 186 close(mfd); in slip_open() 208 close(fd); in slip_close() 209 close(pri->slave); in slip_close() 246 .close = slip_close,
|
| /kernel/linux/linux-4.19/arch/um/drivers/ |
| D | harddog_user.c | 24 close(data->stdin_fd); in pre_exec() 25 close(data->stdout_fd); in pre_exec() 26 close(data->close_me[0]); in pre_exec() 27 close(data->close_me[1]); in pre_exec() 69 close(out_fds[0]); in start_watchdog() 70 close(in_fds[1]); in start_watchdog() 97 close(in_fds[0]); in start_watchdog() 98 close(in_fds[1]); in start_watchdog() 100 close(out_fds[0]); in start_watchdog() 101 close(out_fds[1]); in start_watchdog() [all …]
|
| D | slip_user.c | 71 close(data->close_me); in slip_pre_exec() 106 close(fds[1]); in slip_tramp() 111 close(fds[0]); in slip_tramp() 117 close(fds[0]); in slip_tramp() 118 close(fds[1]); in slip_tramp() 183 close(sfd); in slip_open() 185 close(mfd); in slip_open() 207 close(fd); in slip_close() 208 close(pri->slave); in slip_close() 245 .close = slip_close,
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/cec/ |
| D | cec-func-close.rst | 3 .. _cec-func-close: 6 cec close() 12 cec-close - Close a cec device 23 .. c:function:: int close( int fd ) 24 :name: cec-close 43 :c:func:`close() <cec-close>` returns 0 on success. On error, -1 is returned, and
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/mediactl/ |
| D | media-func-close.rst | 3 .. _media-func-close: 6 media close() 12 media-close - Close a media device 23 .. c:function:: int close( int fd ) 24 :name: mc-close 43 :ref:`close() <media-func-close>` returns 0 on success. On error, -1 is returned, and
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
| D | media-func-close.rst | 4 .. _media-func-close: 7 media close() 13 media-close - Close a media device 22 .. c:function:: int close( int fd ) 39 :c:func:`close()` returns 0 on success. On error, -1 is returned, and
|
| D | request-func-close.rst | 4 .. _request-func-close: 7 request close() 13 request-close - Close a request file descriptor 22 .. c:function:: int close( int fd ) 41 :c:func:`close()` returns 0 on success. On error, -1 is
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
| D | cec-func-close.rst | 4 .. _cec-func-close: 7 cec close() 13 cec-close - Close a cec device 22 .. c:function:: int close( int fd ) 39 :c:func:`close()` returns 0 on success. On error, -1 is returned, and
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/v4l/ |
| D | func-close.rst | 3 .. _func-close: 6 V4L2 close() 12 v4l2-close - Close a V4L2 device 23 .. c:function:: int close( int fd ) 24 :name: v4l2-close
|
| /kernel/linux/linux-5.10/tools/testing/selftests/core/ |
| D | close_range_test.c | 67 close(57); in TEST() 68 close(78); in TEST() 69 close(81); in TEST() 70 close(82); in TEST() 71 close(84); in TEST() 72 close(90); in TEST() 135 close(57); in TEST() 136 close(78); in TEST() 137 close(81); in TEST() 138 close(82); in TEST() [all …]
|
| /kernel/linux/linux-4.19/arch/um/os-Linux/drivers/ |
| D | ethertap_user.c | 87 close(data->data_me); in etap_pre_exec() 88 close(data->control_me); in etap_pre_exec() 121 close(data_remote); in etap_tramp() 122 close(control_remote); in etap_tramp() 188 close(control_fds[0]); in etap_open() 189 close(control_fds[1]); in etap_open() 191 close(data_fds[0]); in etap_open() 192 close(data_fds[1]); in etap_open() 201 close(fd); in etap_close() 211 close(pri->data_fd); in etap_close() [all …]
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/drivers/ |
| D | ethertap_user.c | 87 close(data->data_me); in etap_pre_exec() 88 close(data->control_me); in etap_pre_exec() 121 close(data_remote); in etap_tramp() 122 close(control_remote); in etap_tramp() 188 close(control_fds[0]); in etap_open() 189 close(control_fds[1]); in etap_open() 191 close(data_fds[0]); in etap_open() 192 close(data_fds[1]); in etap_open() 201 close(fd); in etap_close() 211 close(pri->data_fd); in etap_close() [all …]
|
| /kernel/linux/linux-4.19/Documentation/usb/ |
| D | gadget_printer.txt | 201 close(fd[0].fd); 223 close(fd[0].fd); 235 /* Close the device file. */ 236 close(fd[0].fd); 251 close(fd[0].fd); 279 close(fd[0].fd); 294 /* Close the device file. */ 295 close(fd[0].fd); 312 close(fd); 328 /* Close the device file. */ [all …]
|
| /kernel/linux/linux-5.10/tools/testing/vsock/ |
| D | vsock_test.c | 55 close(fd); in test_stream_connection_reset() 97 close(fd); in test_stream_bind_only_client() 127 close(fd); in test_stream_bind_only_server() 141 close(fd); in test_stream_client_close_client() 154 /* Wait for the remote to close the connection, before check in test_stream_client_close_server() 162 close(fd); in test_stream_client_close_server() 175 /* Wait for the remote to close the connection, before check in test_stream_server_close_client() 183 close(fd); in test_stream_server_close_client() 197 close(fd); in test_stream_server_close_server() 226 close(fds[i]); in test_stream_multiconn_client() [all …]
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | gadget_printer.rst | 214 close(fd[0].fd); 236 close(fd[0].fd); 248 /* Close the device file. */ 249 close(fd[0].fd); 264 close(fd[0].fd); 292 close(fd[0].fd); 307 /* Close the device file. */ 308 close(fd[0].fd); 325 close(fd); 341 /* Close the device file. */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | func-close.rst | 4 .. _func-close: 7 V4L2 close() 13 v4l2-close - Close a V4L2 device 22 .. c:function:: int close( int fd )
|
| /kernel/liteos_a/testsuites/unittest/libc/io/full/ |
| D | IO_test_pselect_001.cpp | 54 close(pipeFd[0]); in Testcase1() 55 close(pipeFd[1]); in Testcase1() 58 close(pipeFd[0]); in Testcase1() 59 close(pipeFd[1]); in Testcase1() 93 close(pipeFd[1]); in testcase() 96 close(pipeFd[0]); in testcase() 105 close(pipeFd[0]); in testcase() 108 close(pipeFd[1]); in testcase()
|
| /kernel/linux/linux-4.19/Documentation/media/uapi/dvb/ |
| D | frontend_f_close.rst | 6 Digital TV frontend close() 12 fe-close - Close a frontend device 23 .. c:function:: int close( int fd ) 24 :name: dvb-fe-close
|