Searched refs:OCON_NUM (Results 1 - 4 of 4) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h406 /* OCON_NUM needs to be the largest index in any platform's ocontext array */
407 #define OCON_NUM 7 macro
568 ocontext_t *ocontexts[OCON_NUM];
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c2884 static int (*ocon_selinux_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2893 static int (*ocon_xen_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = {
2916 for (ocon = 0; ocon < OCON_NUM; ocon++) {
H A Dexpand.c2117 for (i = 0; i < OCON_NUM; i++) {
2183 for (i = 0; i < OCON_NUM; i++) {
H A Dpolicydb.c60 /* These need to be updated if SYM_NUM or OCON_NUM changes */
1375 for (i = 0; i < OCON_NUM; i++) {
1395 for (i = 0; i < OCON_NUM; i++) {

Completed in 114 milliseconds