Searched refs:oldc (Results 1 – 4 of 4) sorted by relevance
/security/selinux/ss/ |
D | mls.h | 36 char oldc, 49 struct context *oldc,
|
D | mls.c | 235 char oldc, in mls_context_to_sid() argument 252 if (oldc && def_sid == SECSID_NULL) in mls_context_to_sid() 261 if (!oldc) { in mls_context_to_sid() 449 struct context *oldc, in mls_convert_context() argument 463 oldc->range.level[l].sens - 1)); in mls_convert_context() 469 ebitmap_for_each_positive_bit(&oldc->range.level[l].cat, in mls_convert_context()
|
D | services.c | 1394 char *scontextp, *p, oldc; in string_to_context_struct() local 1439 oldc = *p; in string_to_context_struct() 1448 rc = mls_context_to_sid(pol, oldc, p, ctx, sidtabp, def_sid); in string_to_context_struct() 1975 static int convert_context(struct context *oldc, struct context *newc, void *p) in convert_context() argument 1988 if (oldc->str) { in convert_context() 1989 s = kstrdup(oldc->str, GFP_KERNEL); in convert_context() 2003 memcpy(s, oldc->str, oldc->len); in convert_context() 2006 newc->len = oldc->len; in convert_context() 2007 newc->hash = oldc->hash; in convert_context() 2014 oldc->str, -rc); in convert_context() [all …]
|
D | sidtab.h | 67 int (*func)(struct context *oldc, struct context *newc, void *args);
|