HelenOS sources

vfs_op_wait_handle  224 uspace/srv/vfs/vfs.h extern errno_t vfs_op_wait_handle(bool high_fd, int *out_fd);
vfs_op_wait_handle  284 uspace/srv/vfs/vfs_ipc.c 	errno_t rc = vfs_op_wait_handle(high_fd, &fd);
HelenOS homepage, sources at GitHub