Lines Matching refs:newp
1986 * @args->newp, storing the new context in @newc, and verifying that the
2006 rc = string_to_context_struct(args->newp, NULL, s, newc, SECSID_NULL);
2036 usrdatum = symtab_search(&args->newp->p_users,
2043 role = symtab_search(&args->newp->p_roles,
2050 typdatum = symtab_search(&args->newp->p_types,
2057 if (args->oldp->mls_enabled && args->newp->mls_enabled) {
2058 rc = mls_convert_context(args->oldp, args->newp, oldc, newc);
2061 } else if (!args->oldp->mls_enabled && args->newp->mls_enabled) {
2069 oc = args->newp->ocontexts[OCON_ISID];
2083 if (!policydb_context_isvalid(args->newp, newc)) {
2303 convert_data->args.newp = &newpolicy->policydb;