Searched refs:ocon_funcs (Results 1 – 1 of 1) sorted by relevance
2966 static int (*const *ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil() local2990 ocon_funcs = ocon_selinux_funcs; in ocontexts_to_cil()2993 ocon_funcs = ocon_xen_funcs; in ocontexts_to_cil()3002 if (ocon_funcs[ocon] != NULL) { in ocontexts_to_cil()3003 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]); in ocontexts_to_cil()