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

/haiku/src/tools/fs_shell/
H A Dfd.h81 extern int new_fd_etc(struct io_context *,
H A Dfd.cpp95 new_fd_etc(struct io_context *context, struct file_descriptor *descriptor, function in namespace:FSShell
128 return new_fd_etc(context, descriptor, 0);
H A Dvfs.cpp3593 status = new_fd_etc(context, descriptor, (int)argument);
/haiku/headers/private/kernel/fs/
H A Dfd.h86 extern int new_fd_etc(struct io_context *, struct file_descriptor *,
/haiku/src/system/kernel/fs/
H A Dfd.cpp114 new_fd_etc(struct io_context* context, struct file_descriptor* descriptor, function
152 return new_fd_etc(context, descriptor, 0);
H A Dvfs.cpp6233 status = new_fd_etc(context, descriptor.Get(), (int)argument);

Completed in 72 milliseconds