Searched refs:newp (Results 1 – 3 of 3) sorted by relevance
/security/selinux/ss/ |
D | mls.h | 45 struct policydb *newp,
|
D | mls.c | 463 struct policydb *newp, in mls_convert_context() argument 476 levdatum = hashtab_search(newp->p_levels.table, in mls_convert_context() 488 catdatum = hashtab_search(newp->p_cats.table, in mls_convert_context()
|
D | services.c | 1839 struct policydb *newp; member 1877 rc = string_to_context_struct(args->newp, NULL, s, in convert_context() 1905 usrdatum = hashtab_search(args->newp->p_users.table, in convert_context() 1913 role = hashtab_search(args->newp->p_roles.table, in convert_context() 1921 typdatum = hashtab_search(args->newp->p_types.table, in convert_context() 1928 if (args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 1929 rc = mls_convert_context(args->oldp, args->newp, c); in convert_context() 1932 } else if (args->oldp->mls_enabled && !args->newp->mls_enabled) { in convert_context() 1939 } else if (!args->oldp->mls_enabled && args->newp->mls_enabled) { in convert_context() 1947 oc = args->newp->ocontexts[OCON_ISID]; in convert_context() [all …]
|