Searched refs:ocon_funcs (Results 1 – 1 of 1) sorted by relevance
2937 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil() local2961 ocon_funcs = ocon_selinux_funcs; in ocontexts_to_cil()2964 ocon_funcs = ocon_xen_funcs; in ocontexts_to_cil()2973 if (ocon_funcs[ocon] != NULL) { in ocontexts_to_cil()2974 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]); in ocontexts_to_cil()