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

/external/selinux/libsepol/src/
H A Dkernel_to_common.c604 struct ocontext *ocon; local
609 for (ocon = *ocons; ocon != NULL; ocon = ocon->next) {
624 for (ocon = *ocons; ocon != NULL; ocon = ocon->next) {
625 data[i] = ocon;
[all...]
H A Dkernel_to_cil.c2575 struct ocontext *ocon; local
2586 for (ocon = genfs->head; ocon != NULL; ocon = ocon->next) {
2588 name = ocon->u.name;
2590 ctx = context_to_str(pdb, &ocon->context[0]);
H A Dkernel_to_conf.c2435 struct ocontext *ocon; local
2446 for (ocon = genfs->head; ocon != NULL; ocon = ocon->next) {
2448 name = ocon->u.name;
2450 ctx = context_to_str(pdb, &ocon->context[0]);
H A Dmodule_to_cil.c2958 int ocon; local
2960 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon);
2961 static int (*ocon_selinux_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2972 static int (*ocon_xen_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2995 for (ocon = 0; ocon < OCON_NUM; ocon++) {
2996 if (ocon_funcs[ocon] != NULL) {
2997 rc = ocon_funcs[ocon](pdb, pdb->ocontexts[ocon]);
3012 struct ocontext *ocon; local
[all...]

Completed in 135 milliseconds