av_inherit 90 scripts/selinux/mdp/mdp.c struct av_inherit av_inherit[] = {
av_inherit 165 scripts/selinux/mdp/mdp.c for (j=0; j < sizeof(av_inherit)/sizeof(struct av_inherit); j++)
av_inherit 166 scripts/selinux/mdp/mdp.c if (av_inherit[j].class == i)
av_inherit 167 scripts/selinux/mdp/mdp.c fprintf(fout, "inherits %s\n", av_inherit[j].common);
av_inherit 55 security/selinux/avc.c static const struct av_inherit av_inherit[] = {
av_inherit 66 security/selinux/avc.c av_inherit,
av_inherit 67 security/selinux/avc.c ARRAY_SIZE(av_inherit)
av_inherit 150 security/selinux/avc.c for (i = 0; i < ARRAY_SIZE(av_inherit); i++) {
av_inherit 151 security/selinux/avc.c if (av_inherit[i].tclass == tclass) {
av_inherit 152 security/selinux/avc.c common_pts = av_inherit[i].common_pts;
av_inherit 153 security/selinux/avc.c common_base = av_inherit[i].common_base;
av_inherit 30 security/selinux/include/avc_ss.h const struct av_inherit *av_inherit;
av_inherit 1414 security/selinux/ss/services.c class_val = kdefs->av_inherit[i].tclass;
av_inherit 1426 security/selinux/ss/services.c tmp = kdefs->av_inherit[i].common_base;
av_inherit 1434 security/selinux/ss/services.c def_perm = kdefs->av_inherit[i].common_pts[j];