Lines Matching refs:sym_name

481 	tclass_name = sym_name(&policydb, SYM_CLASSES, tclass - 1);  in security_dump_masked_av()
733 o, n, t, sym_name(&policydb, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
1031 *scontext_len += strlen(sym_name(&policydb, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string()
1032 *scontext_len += strlen(sym_name(&policydb, SYM_ROLES, context->role - 1)) + 1; in context_struct_to_string()
1033 *scontext_len += strlen(sym_name(&policydb, SYM_TYPES, context->type - 1)) + 1; in context_struct_to_string()
1049 sym_name(&policydb, SYM_USERS, context->user - 1), in context_struct_to_string()
1050 sym_name(&policydb, SYM_ROLES, context->role - 1), in context_struct_to_string()
1051 sym_name(&policydb, SYM_TYPES, context->type - 1)); in context_struct_to_string()
1052 scontextp += strlen(sym_name(&policydb, SYM_USERS, context->user - 1)) + in context_struct_to_string()
1053 1 + strlen(sym_name(&policydb, SYM_ROLES, context->role - 1)) + in context_struct_to_string()
1054 1 + strlen(sym_name(&policydb, SYM_TYPES, context->type - 1)); in context_struct_to_string()
1358 n, s, t, sym_name(&policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
1733 sym_name(args->oldp, SYM_USERS, c->user - 1)); in convert_context()
1741 sym_name(args->oldp, SYM_ROLES, c->role - 1)); in convert_context()
1749 sym_name(args->oldp, SYM_TYPES, c->type - 1)); in convert_context()
2437 name_len = strlen(sym_name(&policydb, SYM_BOOLS, i)) + 1; in security_get_bools()
2444 strncpy((*names)[i], sym_name(&policydb, SYM_BOOLS, i), name_len); in security_get_bools()
2479 sym_name(&policydb, SYM_BOOLS, i), in security_set_bools()
3235 secattr->domain = kstrdup(sym_name(&policydb, SYM_TYPES, ctx->type - 1), in security_netlbl_sid_to_secattr()