Searched refs:oldc (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/selinux/ss/
H A Dservices.h44 struct context *oldc, struct context *newc,
H A Dmls.h34 int mls_context_to_sid(struct policydb *p, char oldc, char *scontext,
43 struct context *oldc, struct context *newc);
H A Dmls.c230 int mls_context_to_sid(struct policydb *pol, char oldc, char *scontext, argument
245 if (oldc && def_sid == SECSID_NULL)
254 if (!oldc) {
435 * structure `oldc' from the values specified in the
440 struct context *oldc, struct context *newc)
453 oldc->range.level[l].sens - 1);
461 ebitmap_for_each_positive_bit(&oldc->range.level[l].cat, node,
439 mls_convert_context(struct policydb *oldp, struct policydb *newp, struct context *oldc, struct context *newc) argument
H A Dservices.c1435 char *scontextp, *p, oldc; local
1480 oldc = *p;
1489 rc = mls_context_to_sid(pol, oldc, p, ctx, sidtabp, def_sid);
1991 * @oldc: original context
1995 * Convert the values in the security context structure @oldc from the values
2001 struct context *oldc, struct context *newc,
2012 if (oldc->str) {
2013 s = kstrdup(oldc->str, gfp_flags);
2022 * IMPORTANT: We need to copy the contents of oldc->str
2026 memcpy(s, oldc
2000 services_convert_context(struct convert_context_args *args, struct context *oldc, struct context *newc, gfp_t gfp_flags) argument
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c2191 unsigned short oldc; local
2193 oldc = vc->vc_video_erase_char;
2196 vc->vc_video_erase_char = oldc;

Completed in 255 milliseconds