Searched defs:close_fd (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_device.c112 int close_fd = dev->closefd ? dev->fd : -1; local in function:fd_device_del_impl
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_device.c123 int close_fd = dev->closefd ? dev->fd : -1; local in function:fd_device_del_impl
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_device.c127 int close_fd = dev->closefd ? dev->fd : -1; local in function:fd_device_del_impl
/xsrc/external/mit/xfs/dist/os/
H A Dconnection.c420 close_fd(OsCommPtr oc) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-death-test.cc939 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
1020 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { argument
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest-death-test.cc1225 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
1313 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { argument
/xsrc/external/mit/xterm/dist/
H A Dmain.c3636 #define close_fd(fd) close(fd), fd = -1 macro

Completed in 17 milliseconds