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

/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h335 uint32_t sclass; /* security class for genfs */
343 typedef struct genfs { struct
346 struct genfs *next;
547 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.c1322 g = p->genfs;
2686 genfs_t *genfs_p, *newgenfs, *genfs; local
2716 for (genfs_p = NULL, genfs = p->genfs; genfs;
2717 genfs_p = genfs, genfs = genfs->next) {
2718 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
2719 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) {
3151 /* copy genfs */
[all...]
/external/checkpolicy/
H A Dpolicy_define.c4498 struct genfs *genfs_p, *genfs, *newgenfs; local
4504 yyerror("genfs not supported for target");
4517 for (genfs_p = NULL, genfs = policydbp->genfs;
4518 genfs; genfs_p = genfs, genfs = genfs->next) {
4519 if (strcmp(fstype, genfs
[all...]

Completed in 144 milliseconds