Lines Matching refs:newc
1981 * @newc: converted context
1986 * @args->newp, storing the new context in @newc, and verifying that the
1990 struct context *oldc, struct context *newc,
2006 rc = string_to_context_struct(args->newp, NULL, s, newc, SECSID_NULL);
2016 context_init(newc);
2017 newc->str = s;
2018 newc->len = oldc->len;
2033 context_init(newc);
2040 newc->user = usrdatum->value;
2047 newc->role = role->value;
2054 newc->type = typdatum->value;
2058 rc = mls_convert_context(args->oldp, args->newp, oldc, newc);
2077 rc = mls_range_set(newc, &oc->context[0].range);
2083 if (!policydb_context_isvalid(args->newp, newc)) {
2095 context_destroy(newc);
2096 newc->str = s;
2097 newc->len = len;
2099 newc->str);