Lines Matching refs:sym_name
476 tclass_name = sym_name(policydb, SYM_CLASSES, tclass - 1); in security_dump_masked_av()
736 o, n, t, sym_name(p, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
1234 *scontext_len += strlen(sym_name(p, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string()
1235 *scontext_len += strlen(sym_name(p, SYM_ROLES, context->role - 1)) + 1; in context_struct_to_string()
1236 *scontext_len += strlen(sym_name(p, SYM_TYPES, context->type - 1)) + 1; in context_struct_to_string()
1252 sym_name(p, SYM_USERS, context->user - 1), in context_struct_to_string()
1253 sym_name(p, SYM_ROLES, context->role - 1), in context_struct_to_string()
1254 sym_name(p, SYM_TYPES, context->type - 1)); in context_struct_to_string()
1653 s, t, sym_name(policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
2037 sym_name(args->oldp, SYM_USERS, oldc->user - 1)); in services_convert_context()
2044 sym_name(args->oldp, SYM_ROLES, oldc->role - 1)); in services_convert_context()
2051 sym_name(args->oldp, SYM_TYPES, oldc->type - 1)); in services_convert_context()
2993 (*names)[i] = kstrdup(sym_name(policydb, SYM_BOOLS, i), in security_get_bools()
3055 sym_name(&newpolicy->policydb, SYM_BOOLS, i), in security_set_bools()
3902 secattr->domain = kstrdup(sym_name(policydb, SYM_TYPES, ctx->type - 1), in security_netlbl_sid_to_secattr()