HelenOS sources
vfs_pass_handle 138 uspace/lib/c/generic/io/logctl.c rc = vfs_pass_handle(vfs_exch, vfs_root(), exchange);
vfs_pass_handle 175 uspace/lib/c/generic/loader.c rc = vfs_pass_handle(vfs_exch, file, exch);
vfs_pass_handle 293 uspace/lib/c/generic/loader.c rc = vfs_pass_handle(vfs_exch, file, exch);
vfs_pass_handle 101 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
vfs_pass_handle 101 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_pass_handle(async_exch_t *, int, async_exch_t *);
HelenOS homepage, sources at GitHub