Searched refs:close_fd (Results 1 – 5 of 5) sorted by relevance
159 goto close_fd; in mlx5tool_fw_update()165 goto close_fd; in mlx5tool_fw_update()174 goto close_fd; in mlx5tool_fw_update()184 close_fd: in mlx5tool_fw_update()
1176 int close_fd; // File descriptor to close; the read end of a pipe member1187 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()1256 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument1257 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()
75 #define close_fd(fd) close(fd), fd = -1
3857 * [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
[all...]