/linux/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 182 close(efd); in TEST() 183 close(sfd[0]); in TEST() 184 close(sfd[1]); in TEST() 213 close(efd); in TEST() 214 close(sfd[0]); in TEST() 215 close(sfd[1]); in TEST() 249 close(efd); in TEST() 250 close(sfd[0]); in TEST() 251 close(sfd[1]); in TEST() 252 close(sfd[2]); in TEST() [all …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_context_test_run.c | 150 close(sock); in send_test_packet() 155 close(sock); in send_test_packet() 192 goto close; in test_xdp_context_veth() 194 SYS(close, "ip link add " RX_NAME " netns " RX_NETNS in test_xdp_context_veth() 199 goto close; in test_xdp_context_veth() 201 SYS(close, "ip link set dev " RX_NAME " up"); in test_xdp_context_veth() 205 goto close; in test_xdp_context_veth() 209 goto close; in test_xdp_context_veth() 214 goto close; in test_xdp_context_veth() 218 goto close; in test_xdp_context_veth() [all …]
|
H A D | fd_array.c | 48 #define Close(FD) do { \ macro 50 close(FD); \ 61 close(fd); in map_exists() 73 close(fd); in btf_exists() 128 close(map_fd); in load_test_prog() 160 close(prog_fd); in check_fd_array_cnt__no_fd_array() 189 Close(extra_fds[0]); in check_fd_array_cnt__fd_array_ok() 190 Close(extra_fds[1]); in check_fd_array_cnt__fd_array_ok() 198 Close(extra_fds[1]); in check_fd_array_cnt__fd_array_ok() 199 Close(extra_fds[0]); in check_fd_array_cnt__fd_array_ok() [all …]
|
H A D | sockmap_basic.c | 56 close(s); in connected_socket_v4() 108 close(map); in test_sockmap_create_update_free() 109 close(s); in test_sockmap_create_update_free() 136 ASSERT_OK(err, "after close(), bpf_map_update"); in test_sockmap_vsock_delete_on_close() 271 close(sk); in test_sockmap_update() 355 close(iter_fd); in test_sockmap_copy() 361 close(sock_fd[i]); in test_sockmap_copy() 532 close(c1); in test_sockmap_skb_verdict_shutdown() 533 close(p1); in test_sockmap_skb_verdict_shutdown() 589 close(c0); in test_sockmap_skb_verdict_fionread() [all …]
|
H A D | cgroup_v1v2.c | 43 close(fd); in run_test() 64 close(server_fd); in test_cgroup_v1v2() 67 close(client_fd); in test_cgroup_v1v2() 68 close(server_fd); in test_cgroup_v1v2() 76 close(cgroup_fd); in test_cgroup_v1v2() 84 close(server_fd); in test_cgroup_v1v2() 85 close(cgroup_fd); in test_cgroup_v1v2()
|
H A 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 …]
|
/linux/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 235 close(fd_update); in main() 236 close(fd_update_log); in main() 245 close(fd_update); in main() 246 close(fd_update_log); in main() 254 close(fd_update); in main() 255 close(fd_update_log); in main() 306 close(fd_update); in main() 307 close(fd_update_log); in main() 316 close(fd_update); in main() 317 close(fd_update_log); in main() [all …]
|
/linux/tools/testing/selftests/coredump/ |
H A D | stackdump_test.c | 73 close(fd_context); in create_detached_tmpfs() 128 reason = "Unable to close core_pattern"; in FIXTURE_TEARDOWN() 133 ret = close(self->fd_tmpfs_detached); in FIXTURE_TEARDOWN() 135 reason = "Unable to close detached tmpfs"; in FIXTURE_TEARDOWN() 238 close(fd); in create_and_listen_unix_socket() 252 close(fd); in set_core_pattern() 312 close(ipc_sockets[0]); in TEST_F() 321 close(ipc_sockets[1]); in TEST_F() 363 close(fd_core_file); in TEST_F() 365 close(fd_peer_pidfd); in TEST_F() [all …]
|
/linux/tools/testing/selftests/landlock/ |
H A D | scoped_abstract_unix_test.c | 45 EXPECT_EQ(0, close(ruleset_fd)); in create_fs_domain() 103 EXPECT_EQ(0, close(pipe_parent[1])); in TEST_F() 124 EXPECT_EQ(0, close(stream_client)); in TEST_F() 134 EXPECT_EQ(0, close(dgram_client)); in TEST_F() 138 EXPECT_EQ(0, close(pipe_parent[0])); in TEST_F() 157 EXPECT_EQ(0, close(stream_server)); in TEST_F() 158 EXPECT_EQ(0, close(dgram_server)); in TEST_F() 199 EXPECT_EQ(0, close(pipe_parent[1])); in TEST_F() 200 EXPECT_EQ(0, close(pipe_child[0])); in TEST_F() 224 EXPECT_EQ(0, close(stream_server)); in TEST_F() [all …]
|
H A D | scoped_signal_test.c | 103 EXPECT_EQ(0, close(pipe_parent[1])); in TEST_F() 112 EXPECT_EQ(0, close(pipe_parent[0])); in TEST_F() 135 EXPECT_EQ(0, close(pipe_parent[0])); in TEST_F() 142 EXPECT_EQ(0, close(pipe_parent[1])); in TEST_F() 196 EXPECT_EQ(0, close(pipe_child[0])); in TEST_F() 197 EXPECT_EQ(0, close(pipe_parent[1])); in TEST_F() 203 EXPECT_EQ(0, close(pipe_child[1])); in TEST_F() 207 EXPECT_EQ(0, close(pipe_parent[0])); in TEST_F() 225 EXPECT_EQ(0, close(pipe_parent[0])); in TEST_F() 226 EXPECT_EQ(0, close(pipe_child[1])); in TEST_F() [all …]
|
/linux/tools/testing/selftests/filesystems/overlayfs/ |
H A D | set_layers_via_fds.c | 36 EXPECT_EQ(close(self->pidfd), 0); in FIXTURE_TEARDOWN() 63 ASSERT_EQ(close(fd_context), 0); in TEST_F() 103 ASSERT_EQ(close(fd_tmpfs), 0); in TEST_F() 158 ASSERT_EQ(close(layer_fds[i]), 0); in TEST_F() 161 ASSERT_EQ(close(fd_context), 0); in TEST_F() 162 ASSERT_EQ(close(fd_overlay), 0); in TEST_F() 180 ASSERT_EQ(close(fd_context), 0); in TEST_F() 204 ASSERT_EQ(close(fd_tmpfs), 0); in TEST_F() 210 ASSERT_EQ(close(fd_work), 0); in TEST_F() 213 ASSERT_EQ(close(fd_upper), 0); in TEST_F() [all …]
|
/linux/arch/um/drivers/ |
H A D | harddog_user.c | 25 close(data->stdin_fd); in pre_exec() 26 close(data->stdout_fd); in pre_exec() 27 close(data->close_me[0]); in pre_exec() 28 close(data->close_me[1]); in pre_exec() 70 close(out_fds[0]); in start_watchdog() 71 close(in_fds[1]); in start_watchdog() 98 close(in_fds[0]); in start_watchdog() 99 close(in_fds[1]); in start_watchdog() 101 close(out_fds[0]); in start_watchdog() 102 close(out_fds[1]); in start_watchdog() [all …]
|
/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_file_handle_test.c | 57 close(ipc_sockets[0]); in FIXTURE_SETUP() 62 close(ipc_sockets[1]); in FIXTURE_SETUP() 68 close(ipc_sockets[1]); in FIXTURE_SETUP() 70 close(ipc_sockets[0]); in FIXTURE_SETUP() 79 close(ipc_sockets[0]); in FIXTURE_SETUP() 84 close(ipc_sockets[1]); in FIXTURE_SETUP() 90 close(ipc_sockets[1]); in FIXTURE_SETUP() 92 close(ipc_sockets[0]); in FIXTURE_SETUP() 101 close(ipc_sockets[0]); in FIXTURE_SETUP() 106 close(ipc_sockets[1]); in FIXTURE_SETUP() [all …]
|
H A D | pidfd_info_test.c | 54 close(ipc_sockets[0]); in FIXTURE_SETUP() 59 close(ipc_sockets[1]); in FIXTURE_SETUP() 65 EXPECT_EQ(close(ipc_sockets[1]), 0); in FIXTURE_SETUP() 67 EXPECT_EQ(close(ipc_sockets[0]), 0); in FIXTURE_SETUP() 79 close(ipc_sockets[0]); in FIXTURE_SETUP() 84 close(ipc_sockets[1]); in FIXTURE_SETUP() 90 EXPECT_EQ(close(ipc_sockets[1]), 0); in FIXTURE_SETUP() 92 EXPECT_EQ(close(ipc_sockets[0]), 0); in FIXTURE_SETUP() 117 EXPECT_EQ(0, close(self->child_pidfd1)); in FIXTURE_TEARDOWN() 123 EXPECT_EQ(0, close(self->child_pidfd2)); in FIXTURE_TEARDOWN() [all …]
|
/linux/tools/lib/subcmd/ |
H A D | run-command.c | 20 close(fd[0]); in close_pair() 21 close(fd[1]); in close_pair() 28 close(fd); in dup_devnull() 38 * In case of errors we must keep the promise to close FDs in start_command() 46 close(cmd->out); in start_command() 60 close(cmd->in); in start_command() 72 close(cmd->in); in start_command() 76 close(cmd->out); in start_command() 92 close(cmd->in); in start_command() 111 close(cmd->out); in start_command() [all …]
|
/linux/tools/testing/selftests/core/ |
H A D | close_range_test.c | 79 close(57); in TEST() 80 close(78); in TEST() 81 close(81); in TEST() 82 close(82); in TEST() 83 close(84); in TEST() 84 close(90); in TEST() 147 close(57); in TEST() 148 close(78); in TEST() 149 close(81); in TEST() 150 close(82); in TEST() [all …]
|
/linux/tools/testing/selftests/powerpc/papr_vpd/ |
H A D | papr_vpd.c | 24 FAIL_IF(close(devfd) != 0); in dev_papr_vpd_open_close() 46 FAIL_IF(close(devfd) != 0); in dev_papr_vpd_get_handle_all() 59 FAIL_IF(close(fd)); in dev_papr_vpd_get_handle_all() 84 FAIL_IF(close(devfd) != 0); in dev_papr_vpd_get_handle_byte_at_a_time() 103 FAIL_IF(close(fd)); in dev_papr_vpd_get_handle_byte_at_a_time() 131 FAIL_IF(close(devfd) != 0); in dev_papr_vpd_unterm_loc_code() 150 FAIL_IF(close(devfd) != 0); in dev_papr_vpd_null_handle() 170 /* close the handle without reading it */ in papr_vpd_close_handle_without_reading() 171 FAIL_IF(close(fd) != 0); in papr_vpd_close_handle_without_reading() 173 FAIL_IF(close(devfd) != 0); in papr_vpd_close_handle_without_reading() [all …]
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A 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
|
H A 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
|
/linux/Documentation/userspace-api/media/cec/ |
H A 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
|
/linux/tools/testing/selftests/efivarfs/ |
H A D | efivarfs.sh | 280 # check for remove on last close, set up three threads all 282 # close them sequentially (waiting for completion) and check 290 # second and third delayed close 295 # close first fd 297 # var should only be deleted on last close 299 # close second fd 302 # file should go on last close 311 # the final write to check the close of 2 and 3. The 321 # close second and third fds 323 # var should only be created (have size) on last close [all …]
|
/linux/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 56 close(fd); in open_vgem() 83 struct drm_gem_close close = { in close_handle() local 87 ioctl(vgem_fd, DRM_IOCTL_GEM_CLOSE, &close); in close_handle() 201 close(importer_fd); in test_alloc_and_import() 204 close(dmabuf_fd); in test_alloc_and_import() 205 close(heap_fd); in test_alloc_and_import() 238 /* close them all */ in test_alloc_zeroed() 240 close(dmabuf_fd[i]); in test_alloc_zeroed() 276 /* close them all */ in test_alloc_zeroed() 278 close(dmabuf_fd[k]); in test_alloc_zeroed() [all …]
|
/linux/tools/testing/vsock/ |
H A D | vsock_test.c | 71 close(fd); in test_stream_connection_reset() 113 close(fd); in test_stream_bind_only_client() 128 close(fd); in test_stream_bind_only_server() 142 close(fd); in test_stream_client_close_client() 155 /* Wait for the remote to close the connection, before check in test_stream_client_close_server() 163 close(fd); in test_stream_client_close_server() 176 /* Wait for the remote to close the connection, before check in test_stream_server_close_client() 184 close(fd); in test_stream_server_close_client() 198 close(fd); in test_stream_server_close_server() 227 close(fds[i]); in test_stream_multiconn_client() [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | psock_fanout.c | 87 close(fd); in loopback_set_up_down() 130 if (close(fd)) { in sock_fanout_open() 131 perror("close packet"); in sock_fanout_open() 212 if (close(pfd)) { in sock_fanout_set_ebpf() 213 perror("close ebpf"); in sock_fanout_set_ebpf() 313 close(fd0); in test_unbound_fanout() 314 close(fd1); in test_unbound_fanout() 367 if (close(fds[1]) || close(fds[0])) { in test_control_group() 417 if (close(fds[2]) || close(fds[1]) || close(fds[0])) { in test_control_group_max_num_members() 472 if (close(fds[0]) || close(fds[1]) || close(fds[2])) { in test_unique_fanout_group_ids() [all …]
|
/linux/tools/testing/selftests/net/packetdrill/ |
H A D | tcp_close_close-on-syn-sent.pkt | 2 // Test to make sure no RST is being sent when close() 13 // Application decideds to close the socket in SYN_SENT state 14 // Make sure no RST is sent after close(). 15 +0 close(3) = 0 18 // If a RESET were sent right after close(), it would have failed with
|