HelenOS sources
config_get_value 41 uspace/lib/c/generic/config.c value = config_get_value(key);
config_get_value 41 uspace/lib/c/include/config.h extern char *config_get_value(const char *);
config_get_value 41 uspace/lib/posix/include/libc/config.h extern char *config_get_value(const char *);
config_get_value 894 uspace/srv/hid/input/input.c serial_console = config_get_value("console");
config_get_value 240 uspace/srv/hid/output/port/chardev.c console = config_get_value("console");
HelenOS homepage, sources at GitHub