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

/haiku/src/system/kernel/events/
H A Dselect_ops.h17 select_fd,
H A Dwait_for_objects.cpp485 select_fd(fd, sync->set + fd, kernel);
592 if (fd >= 0 && select_fd(fd, sync->set + i, kernel) != B_OK) {
/haiku/src/tools/fs_shell/
H A Dfd.h89 extern fssh_status_t select_fd(int fd, uint8_t event, uint32_t ref,
H A Dfd.cpp360 select_fd(int fd, uint8_t event, uint32_t ref, struct select_sync *sync, bool kernel) function in namespace:FSShell
365 // TRACE(("select_fd(fd = %d, event = %u, ref = %lu, selectsync = %p)\n", fd, event, ref, sync));
/haiku/headers/private/kernel/fs/
H A Dfd.h98 extern status_t select_fd(int32 fd, struct select_info *info, bool kernel);
/haiku/src/system/kernel/fs/
H A Dfd.cpp520 select_fd(int32 fd, struct select_info* info, bool kernel) function
522 TRACE(("select_fd(fd = %" B_PRId32 ", info = %p (%p), 0x%x)\n", fd, info,

Completed in 101 milliseconds