Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/sparc/kernel/
Dpsycho_common.c159 const char *type_str; in psycho_dump_iommu_tags_and_data() local
167 type_str = "Protection Error"; in psycho_dump_iommu_tags_and_data()
170 type_str = "Invalid Error"; in psycho_dump_iommu_tags_and_data()
173 type_str = "TimeOut Error"; in psycho_dump_iommu_tags_and_data()
177 type_str = "ECC Error"; in psycho_dump_iommu_tags_and_data()
183 pbm->name, i, type_str, in psycho_dump_iommu_tags_and_data()
212 const char *type_str; in psycho_check_iommu_error() local
219 type_str = "Protection Error"; in psycho_check_iommu_error()
222 type_str = "Invalid Error"; in psycho_check_iommu_error()
225 type_str = "TimeOut Error"; in psycho_check_iommu_error()
[all …]
/linux-4.4.14/kernel/trace/
Dtrace_export.c96 char *type_str = #type"["__stringify(len)"]"; \
98 ret = trace_define_field(event_call, type_str, #item, \
/linux-4.4.14/net/ipv4/
Dcipso_ipv4.c517 const char *type_str; in cipso_v4_doi_add() local
520 type_str = "trans"; in cipso_v4_doi_add()
523 type_str = "pass"; in cipso_v4_doi_add()
526 type_str = "local"; in cipso_v4_doi_add()
529 type_str = "(unknown)"; in cipso_v4_doi_add()
533 doi, type_str, ret_val == 0 ? 1 : 0); in cipso_v4_doi_add()
/linux-4.4.14/drivers/md/
Ddm-verity.c202 const char *type_str = ""; in verity_handle_err() local
215 type_str = "data"; in verity_handle_err()
218 type_str = "metadata"; in verity_handle_err()
224 DMERR("%s: %s block %llu is corrupted", v->data_dev->name, type_str, in verity_handle_err()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_tpacket.c753 static const char *type_str[] = { variable
764 type_str[type]); in test_tpacket()
771 tpacket_str[version], type_str[type]); in test_tpacket()
/linux-4.4.14/include/trace/
Dtrace_events.h384 char *type_str = #type"["__stringify(len)"]"; \
386 ret = trace_define_field(event_call, type_str, #item, \
/linux-4.4.14/drivers/net/ethernet/sun/
Dniu.c9359 const char *type_str; in show_port_phy() local
9364 type_str = "10G"; in show_port_phy()
9366 type_str = "1G"; in show_port_phy()
9369 type_str); in show_port_phy()
9380 const char *type_str; in show_plat_type() local
9384 type_str = "atlas"; in show_plat_type()
9387 type_str = "niu"; in show_plat_type()
9390 type_str = "vf_p0"; in show_plat_type()
9393 type_str = "vf_p1"; in show_plat_type()
9396 type_str = "unknown"; in show_plat_type()
[all …]
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c1655 char *type_str = lnet_msgtyp2str(hdr->type); in lnet_print_hdr() local
1663 CWARN("P3 Header at %p of type %s\n", hdr, type_str); in lnet_print_hdr()