Searched refs:newp (Results 1 – 3 of 3) sorted by relevance
/security/selinux/ss/ |
D | mls.h | 46 struct policydb *newp,
|
D | mls.c | 464 struct policydb *newp, in mls_convert_context() argument 477 levdatum = hashtab_search(newp->p_levels.table, in mls_convert_context() 489 catdatum = hashtab_search(newp->p_cats.table, in mls_convert_context()
|
D | services.c | 1850 struct policydb *newp; member 1888 rc = string_to_context_struct(args->newp, NULL, s, in convert_context() 1916 usrdatum = hashtab_search(args->newp->p_users.table, in convert_context() 1924 role = hashtab_search(args->newp->p_roles.table, in convert_context() 1932 typdatum = hashtab_search(args->newp->p_types.table, in convert_context() 1939 if (args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 1940 rc = mls_convert_context(args->oldp, args->newp, c); in convert_context() 1943 } else if (args->oldp->mls_enabled && !args->newp->mls_enabled) { in convert_context() 1950 } else if (!args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 1958 oc = args->newp->ocontexts[OCON_ISID]; in convert_context() [all …]
|