Lines Matching defs:top
245 uclparse_toplevel(const ucl_object_t *top)
252 while ((obj = ucl_iterate_object(top, &it, true))) {
370 while ((obj = ucl_iterate_object(top, &it, true))) {
392 uclparse_auth_group(const char *name, const ucl_object_t *top)
413 while ((obj = ucl_iterate_object(top, &it, true))) {
495 uclparse_portal_group(const char *name, const ucl_object_t *top)
513 while ((obj = ucl_iterate_object(top, &it, true))) {
694 uclparse_target(const char *name, const ucl_object_t *top)
705 while ((obj = ucl_iterate_object(top, &it, true))) {
886 uclparse_lun(const char *name, const ucl_object_t *top)
897 while ((obj = ucl_iterate_object(top, &it, true))) {
984 ucl_object_t *top;
997 top = ucl_parser_get_object(parser);
998 parsed = uclparse_toplevel(top);
999 ucl_object_unref(top);