Searched refs:type_str (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
D | psycho_common.c | 159 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.1.27/kernel/trace/ |
D | trace_export.c | 96 char *type_str = #type"["__stringify(len)"]"; \ 98 ret = trace_define_field(event_call, type_str, #item, \
|
/linux-4.1.27/net/ipv4/ |
D | cipso_ipv4.c | 517 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.1.27/drivers/md/ |
D | dm-verity.c | 206 const char *type_str = ""; in verity_handle_err() local 219 type_str = "data"; in verity_handle_err() 222 type_str = "metadata"; in verity_handle_err() 228 DMERR("%s: %s block %llu is corrupted", v->data_dev->name, type_str, in verity_handle_err()
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 753 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.1.27/include/trace/ |
D | ftrace.h | 384 char *type_str = #type"["__stringify(len)"]"; \ 386 ret = trace_define_field(event_call, type_str, #item, \
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 9361 const char *type_str; in show_port_phy() local 9366 type_str = "10G"; in show_port_phy() 9368 type_str = "1G"; in show_port_phy() 9371 type_str); in show_port_phy() 9382 const char *type_str; in show_plat_type() local 9386 type_str = "atlas"; in show_plat_type() 9389 type_str = "niu"; in show_plat_type() 9392 type_str = "vf_p0"; in show_plat_type() 9395 type_str = "vf_p1"; in show_plat_type() 9398 type_str = "unknown"; in show_plat_type() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 1658 char *type_str = lnet_msgtyp2str(hdr->type); in lnet_print_hdr() local 1666 CWARN("P3 Header at %p of type %s\n", hdr, type_str); in lnet_print_hdr()
|