Lines Matching refs:sym_name
482 tclass_name = sym_name(&policydb, SYM_CLASSES, tclass - 1); in security_dump_masked_av()
770 o, n, t, sym_name(&policydb, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
1204 *scontext_len += strlen(sym_name(&policydb, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string()
1205 *scontext_len += strlen(sym_name(&policydb, SYM_ROLES, context->role - 1)) + 1; in context_struct_to_string()
1206 *scontext_len += strlen(sym_name(&policydb, SYM_TYPES, context->type - 1)) + 1; in context_struct_to_string()
1222 sym_name(&policydb, SYM_USERS, context->user - 1), in context_struct_to_string()
1223 sym_name(&policydb, SYM_ROLES, context->role - 1), in context_struct_to_string()
1224 sym_name(&policydb, SYM_TYPES, context->type - 1)); in context_struct_to_string()
1533 n, s, t, sym_name(&policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
1908 sym_name(args->oldp, SYM_USERS, c->user - 1)); in convert_context()
1916 sym_name(args->oldp, SYM_ROLES, c->role - 1)); in convert_context()
1924 sym_name(args->oldp, SYM_TYPES, c->type - 1)); in convert_context()
2612 (*names)[i] = kstrdup(sym_name(&policydb, SYM_BOOLS, i), GFP_ATOMIC); in security_get_bools()
2648 sym_name(&policydb, SYM_BOOLS, i), in security_set_bools()
3404 secattr->domain = kstrdup(sym_name(&policydb, SYM_TYPES, ctx->type - 1), in security_netlbl_sid_to_secattr()