HelenOS sources
ofw_child_it_t 114 uspace/app/ofw/ofw.c ofw_child_it_t it;
ofw_child_it_t 44 uspace/lib/ofw/include/ofw.h extern errno_t ofw_child_it_first(ofw_child_it_t *, const char *);
ofw_child_it_t 45 uspace/lib/ofw/include/ofw.h extern void ofw_child_it_next(ofw_child_it_t *);
ofw_child_it_t 46 uspace/lib/ofw/include/ofw.h extern bool ofw_child_it_end(ofw_child_it_t *);
ofw_child_it_t 47 uspace/lib/ofw/include/ofw.h extern const char *ofw_child_it_get_name(ofw_child_it_t *);
ofw_child_it_t 48 uspace/lib/ofw/include/ofw.h extern errno_t ofw_child_it_get_path(ofw_child_it_t *, char **);
ofw_child_it_t 49 uspace/lib/ofw/include/ofw.h extern void ofw_child_it_fini(ofw_child_it_t *);
ofw_child_it_t 81 uspace/lib/ofw/src/ofw.c errno_t ofw_child_it_first(ofw_child_it_t *it, const char *ofwpath)
ofw_child_it_t 129 uspace/lib/ofw/src/ofw.c void ofw_child_it_next(ofw_child_it_t *it)
ofw_child_it_t 145 uspace/lib/ofw/src/ofw.c bool ofw_child_it_end(ofw_child_it_t *it)
ofw_child_it_t 155 uspace/lib/ofw/src/ofw.c const char *ofw_child_it_get_name(ofw_child_it_t *it)
ofw_child_it_t 167 uspace/lib/ofw/src/ofw.c errno_t ofw_child_it_get_path(ofw_child_it_t *it, char **rpath)
ofw_child_it_t 188 uspace/lib/ofw/src/ofw.c void ofw_child_it_fini(ofw_child_it_t *it)
HelenOS homepage, sources at GitHub