Searched refs:lvl_datum (Results 1 - 2 of 2) sorted by relevance

/external/selinux/policycoreutils/sepolicy/
H A Dinfo.c241 const qpol_level_t *lvl_datum = NULL; local
271 lvl_datum = (qpol_level_t *) apol_vector_get_element(v, i);
272 if (!lvl_datum)
274 if (qpol_level_get_name(q, lvl_datum, &lvl_name))
/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c797 struct cil_symtab_datum *lvl_datum = NULL; local
818 rc = cil_resolve_name(current, usrlvl->level_str, CIL_SYM_LEVELS, extra_args, &lvl_datum);
822 usrlvl->level = (struct cil_level*)lvl_datum;

Completed in 65 milliseconds