Searched refs:fd_close_on_exec (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dfd.h96 extern bool fd_close_on_exec(struct io_context *context, int fd);
H A Dfd.cpp74 fd_close_on_exec(struct io_context *context, int fd) function in namespace:FSShell
H A Dvfs.cpp2803 if (descriptor != NULL && fd_close_on_exec(context, i)) {
2871 if (descriptor != NULL && !fd_close_on_exec(parentContext, i)) {
3563 status = fd_close_on_exec(context, fd) ? FSSH_FD_CLOEXEC : 0;
/haiku/headers/private/kernel/fs/
H A Dfd.h103 extern bool fd_close_on_exec(struct io_context *context, int fd);
/haiku/src/system/kernel/fs/
H A Dfd.cpp94 fd_close_on_exec(struct io_context* context, int fd) function
H A Dvfs.cpp4905 if (descriptor != NULL && fd_close_on_exec(context, i)) {
4986 bool closeOnExec = fd_close_on_exec(parentContext, i);
6199 status = fd_close_on_exec(context, fd) ? FD_CLOEXEC : 0;

Completed in 88 milliseconds