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

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h332 uint32_t sclass; /* security class for genfs */
340 typedef struct genfs { struct
343 struct genfs *next;
544 genfs_t *genfs; member in struct:policydb
/external/libsepol/src/
H A Dwrite.c1388 genfs_t *genfs; local
1393 for (genfs = p->genfs; genfs; genfs = genfs->next)
1399 for (genfs = p->genfs; genfs; genfs
[all...]
H A Dservices.c2017 genfs_t *genfs; local
2021 for (genfs = policydb->genfs; genfs; genfs = genfs->next) {
2022 cmp = strcmp(fstype, genfs->fstype);
2027 if (!genfs || cmp) {
2033 for (c = genfs->head; c; c = c->next) {
H A Dpolicydb.c1320 g = p->genfs;
2684 genfs_t *genfs_p, *newgenfs, *genfs; local
2714 for (genfs_p = NULL, genfs = p->genfs; genfs;
2715 genfs_p = genfs, genfs = genfs->next) {
2716 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
2717 ERR(fp->handle, "dup genfs fstyp
[all...]
H A Dexpand.c2304 genfs_t *genfs, *newgenfs, *end; local
2307 for (genfs = state->base->genfs; genfs; genfs = genfs->next) {
2314 newgenfs->fstype = strdup(genfs->fstype);
2321 state->out->genfs = newgenfs;
2327 for (c = genfs->head; c; c = c->next) {
3145 /* copy genfs */
[all...]
/external/checkpolicy/
H A Dpolicy_define.c4452 struct genfs *genfs_p, *genfs, *newgenfs; local
4458 yyerror("genfs not supported for target");
4471 for (genfs_p = NULL, genfs = policydbp->genfs;
4472 genfs; genfs_p = genfs, genfs = genfs->next) {
4473 if (strcmp(fstype, genfs
[all...]

Completed in 277 milliseconds