Home
last modified time | relevance | path

Searched refs:close_fd (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/usr.sbin/mlx5tool/
HDmlx5tool.c160 goto close_fd; in mlx5tool_fw_update()
166 goto close_fd; in mlx5tool_fw_update()
175 goto close_fd; in mlx5tool_fw_update()
185 close_fd: in mlx5tool_fw_update()
/freebsd-14-stable/contrib/googletest/googletest/src/
HDgtest-death-test.cc1176 int close_fd; // File descriptor to close; the read end of a pipe member
1187 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
1256 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument
1257 ExecDeathTestArgs args = {argv, close_fd}; in ExecDeathTestSpawnChild()
1280 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
1282 fcntl(close_fd, F_SETFD, fd_flags | FD_CLOEXEC)); in ExecDeathTestSpawnChild()
/freebsd-14-stable/contrib/unifdef/tests/
HDxterm.expout75 #define close_fd(fd) close(fd), fd = -1
/freebsd-14-stable/contrib/ntp/
HDChangeLog3857 * [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
HDCommitLog170764 [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
170768 [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.