Lines Matching refs:sym_name
476 tclass_name = sym_name(policydb, SYM_CLASSES, tclass - 1); in security_dump_masked_av()
735 o, n, t, sym_name(p, SYM_CLASSES, tclass-1)); in security_validtrans_handle_fail()
1233 *scontext_len += strlen(sym_name(p, SYM_USERS, context->user - 1)) + 1; in context_struct_to_string()
1234 *scontext_len += strlen(sym_name(p, SYM_ROLES, context->role - 1)) + 1; in context_struct_to_string()
1235 *scontext_len += strlen(sym_name(p, SYM_TYPES, context->type - 1)) + 1; in context_struct_to_string()
1251 sym_name(p, SYM_USERS, context->user - 1), in context_struct_to_string()
1252 sym_name(p, SYM_ROLES, context->role - 1), in context_struct_to_string()
1253 sym_name(p, SYM_TYPES, context->type - 1)); in context_struct_to_string()
1663 s, t, sym_name(policydb, SYM_CLASSES, tclass-1)); in compute_sid_handle_invalid_context()
2049 sym_name(args->oldp, SYM_USERS, oldc->user - 1)); in services_convert_context()
2056 sym_name(args->oldp, SYM_ROLES, oldc->role - 1)); in services_convert_context()
2063 sym_name(args->oldp, SYM_TYPES, oldc->type - 1)); in services_convert_context()
3005 (*names)[i] = kstrdup(sym_name(policydb, SYM_BOOLS, i), in security_get_bools()
3067 sym_name(&newpolicy->policydb, SYM_BOOLS, i), in security_set_bools()
3914 secattr->domain = kstrdup(sym_name(policydb, SYM_TYPES, ctx->type - 1), in security_netlbl_sid_to_secattr()