Home
last modified time | relevance | path

Searched defs:target_fd (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDremote-fileio.c95 int target_fd = remote_fileio_next_free_fd (); in remote_fileio_fd_to_targetfd() local
101 remote_fileio_map_fd (int target_fd) in remote_fileio_map_fd()
110 remote_fileio_close_target_fd (int target_fd) in remote_fileio_close_target_fd()
659 long target_fd, num; in remote_fileio_func_read() local
777 long target_fd, num; in remote_fileio_func_write() local
1100 long target_fd; in remote_fileio_func_fstat() local
1223 long target_fd; in remote_fileio_func_isatty() local
/NextBSD/contrib/atf/atf-c/
HDutils.c390 atf_utils_redirect(const int target_fd, const char *name) in atf_utils_redirect()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp1559 int target_fd = open(file_spec.GetCString(), flags, 0666); in DupDescriptor() local
/NextBSD/sbin/launchd/
HDcore.c5315 job_setup_fd(job_t j, int target_fd, const char *path, int flags) in job_setup_fd()