Searched refs:ocon_funcs (Results 1 – 1 of 1) sorted by relevance
2901 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil() local2925 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()