Searched refs:close (Results 201 - 225 of 1662) sorted by relevance

1234567891011>>

/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c125 close(target_fd);
131 close(target_fd);
191 close(fcopy_fd);
/linux-master/tools/testing/selftests/mount/
H A Dnosymfollow-test.c72 if (close(fd) != 0)
73 die("close of %s failed: %s\n", filename, strerror(errno));
127 if (close(data) != 0)
128 die("close of %s failed: %s\n", DATA, strerror(errno));
145 if (close(link) != 0)
146 die("close of link failed: %s\n", strerror(errno));
/linux-master/tools/perf/tests/
H A Dbp_signal.c263 close(fd1);
264 close(fd2);
265 close(fd3);
/linux-master/tools/testing/selftests/ir/
H A Dir_loopback.c209 close(rlircfd);
210 close(wlircfd);
211 close(protocolfd);
/linux-master/tools/testing/vsock/
H A Dcontrol.c84 close(fd);
94 close(fd);
109 close(control_fd);
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c72 close(fd);
76 close(fd);
190 close(sockfd);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c26 close(fd);
30 close(fd);
95 close(map);
H A Dlwt_reroute.c146 close(s);
181 close(tap_fd);
240 close(tun_fd);
/linux-master/arch/um/os-Linux/
H A Dhelper.c83 close(fds[1]);
88 * the exec succeeded because the pipe fd was set as close-on-exec.
111 close(fds[1]);
112 close(fds[0]);
/linux-master/tools/perf/util/
H A Dbpf_counter.c118 close(prog_fd);
159 close(prog_fd);
165 close(prog_fd);
341 close(map_fd);
353 close(map_fd);
359 close(map_fd);
565 close(evsel->bperf_leader_link_fd);
567 close(evsel->bperf_leader_prog_fd);
569 close(diff_map_fd);
572 close(attr_map_f
[all...]
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c178 close(uffd->uffd);
180 close(uffd->pipefds[1]);
181 close(uffd->pipefds[0]);
/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c89 close(fsfd);
94 close(tmpfs);
165 close(fsfd);
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c73 close(fd);
77 close(fd);
160 close(fd);
/linux-master/tools/testing/selftests/arm64/pauth/
H A Dpac.c143 close(new_stdin[0]);
144 close(new_stdin[1]);
145 close(new_stdout[0]);
146 close(new_stdout[1]);
155 close(new_stdin[0]);
156 close(new_stdout[1]);
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c393 close(enclave_image_fd);
761 close(server_vsock_fd);
800 close(ne_dev_fd);
811 close(enclave_fd);
871 close(enclave_fd);
878 close(enclave_fd);
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c107 close(fd);
117 close(fd);
123 close(fd);
165 close(fd);
174 close(fd);
179 close(fd);
/linux-master/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c181 close(fd);
428 ASSERT_EQ(close(fd), 0);
662 EXPECT_EQ(close(fd), 0);
714 EXPECT_EQ(close(dfd), 0);
717 EXPECT_EQ(close(fd), 0);
1057 ASSERT_EQ(close(img_fd), 0);
1117 ASSERT_GE(close(fd), 0);
1148 ASSERT_EQ(close(attr.userns_fd), 0);
1149 ASSERT_EQ(close(open_tree_fd), 0);
1257 ASSERT_EQ(close(att
[all...]
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c92 close(fd);
110 close(fd);
130 close(fd);
163 close(fd);
186 close(fd);
211 close(fd);
261 /* Ensure it exists after close and disable */
/linux-master/samples/vfs/
H A Dtest-fsmount.c120 E(close(fsfd));
127 E(close(mfd));
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c153 close(pipefd[0]);
154 close(pipefd[1]);
/linux-master/tools/testing/selftests/timens/
H A Dtimerfd.c70 close(fd);
107 close(fd);
/linux-master/sound/usb/caiaq/
H A Dmidi.c95 .close = snd_usb_caiaq_midi_output_close,
102 .close = snd_usb_caiaq_midi_input_close,
/linux-master/tools/testing/selftests/proc/
H A Dread.c52 close(fd);
65 close(fd);
/linux-master/tools/testing/selftests/timers/
H A Drtcpie.c47 close(fd);
114 fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n",
139 close(fd);
H A Dclocksource-switch.c51 close(fd);
101 close(fd);

Completed in 373 milliseconds

1234567891011>>