Searched defs:ocon (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/src/
H A Dmodule_to_cil.c2787 int ocon; local
2789 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon);
2790 static int (*ocon_selinux_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2799 static int (*ocon_xen_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2822 for (ocon = 0; ocon < OCON_NUM; ocon++) {
2823 if (ocon_funcs[ocon] != NULL) {
2824 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]);
2839 struct ocontext *ocon; local
[all...]

Completed in 65 milliseconds