Home
last modified time | relevance | path

Searched refs:ocon_funcs (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
Dmodule_to_cil.c2901 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil() local
2925 ocon_funcs = ocon_selinux_funcs; in ocontexts_to_cil()
2928 ocon_funcs = ocon_xen_funcs; in ocontexts_to_cil()
2937 if (ocon_funcs[ocon] != NULL) { in ocontexts_to_cil()
2938 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]); in ocontexts_to_cil()