Lines Matching defs:policydb
47 #include <sepol/policydb/policydb.h>
48 #include <sepol/policydb/expand.h>
49 #include <sepol/policydb/conditional.h>
50 #include <sepol/policydb/avrule_block.h>
51 #include <sepol/policydb/util.h>
1847 * Read a MLS range structure from a policydb binary
1904 * Read a semantic MLS level structure from a policydb binary
1952 * Read a semantic MLS range structure from a policydb binary
2016 * from a policydb binary representation file.
3300 * Read a MLS level structure from a policydb binary
4177 struct policydb *policydb,
4182 tclass_datum = hashtab_search(policydb->p_classes.table,
4190 struct policydb *policydb,
4197 if (!tclass || tclass > policydb->p_classes.nprim)
4199 tclass_datum = policydb->class_val_to_struct[tclass - 1];
4249 ERR(fp->handle, "policydb magic number %#08x does not "
4257 ERR(fp->handle, "policydb string length %s ", len ? "too long" : "zero");
4263 ERR(fp->handle, "unable to allocate memory for policydb "
4269 ERR(fp->handle, "truncated policydb string identifier");
4334 ERR(fp->handle, "policydb version %d does not match "
4342 ERR(fp->handle, "policydb module version %d does "
4378 "policydb table sizes (%d,%d) do not " "match mine (%d,%d)",