Searched refs:genfs (Results 1 - 9 of 9) sorted by relevance

/external/selinux/libsepol/src/
H A Dwrite.c1451 genfs_t *genfs; local
1456 for (genfs = p->genfs; genfs; genfs = genfs->next)
1462 for (genfs = p->genfs; genfs; genfs
[all...]
H A Dservices.c2093 genfs_t *genfs; local
2097 for (genfs = policydb->genfs; genfs; genfs = genfs->next) {
2098 cmp = strcmp(fstype, genfs->fstype);
2103 if (!genfs || cmp) {
2109 for (c = genfs->head; c; c = c->next) {
H A Dpolicydb.c1336 g = p->genfs;
2725 genfs_t *genfs_p, *newgenfs, *genfs; local
2755 for (genfs_p = NULL, genfs = p->genfs; genfs;
2756 genfs_p = genfs, genfs = genfs->next) {
2757 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
2758 ERR(fp->handle, "dup genfs fstyp
[all...]
H A Dexpand.c2261 genfs_t *genfs, *newgenfs, *end; local
2264 for (genfs = state->base->genfs; genfs; genfs = genfs->next) {
2271 newgenfs->fstype = strdup(genfs->fstype);
2278 state->out->genfs = newgenfs;
2284 for (c = genfs->head; c; c = c->next) {
3127 /* copy genfs */
[all...]
H A Dmodule_to_cil.c2838 struct genfs *genfs; local
2841 for (genfs = pdb->genfs; genfs != NULL; genfs = genfs->next) {
2842 for (ocon = genfs->head; ocon != NULL; ocon = ocon->next) {
2843 cil_printf("(genfscon %s %s ", genfs->fstype, ocon->u.name);
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h358 uint32_t sclass; /* security class for genfs */
366 typedef struct genfs { struct
369 struct genfs *next;
571 genfs_t *genfs; member in struct:policydb
/external/selinux/checkpolicy/
H A Dpolicy_define.c5226 struct genfs *genfs_p, *genfs, *newgenfs; local
5232 yyerror("genfs not supported for target");
5245 for (genfs_p = NULL, genfs = policydbp->genfs;
5246 genfs; genfs_p = genfs, genfs = genfs->next) {
5247 if (strcmp(fstype, genfs
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_verify.c1017 struct cil_genfscon *genfs = node->data; local
1018 struct cil_context *ctx = genfs->context;
H A Dcil_binary.c3174 pdb->genfs = new_genfs;

Completed in 202 milliseconds