HelenOS sources
inbox_get 140 uspace/lib/c/generic/io/io.c int infd = inbox_get("stdin");
inbox_get 152 uspace/lib/c/generic/io/io.c int outfd = inbox_get("stdout");
inbox_get 166 uspace/lib/c/generic/io/io.c int errfd = inbox_get("stderr");
inbox_get 129 uspace/lib/c/generic/libc.c vfs_root_set(inbox_get("root"));
inbox_get 46 uspace/lib/c/include/vfs/inbox.h extern int inbox_get(const char *name);
inbox_get 46 uspace/lib/posix/include/libc/vfs/inbox.h extern int inbox_get(const char *name);
HelenOS homepage, sources at GitHub