Searched refs:memtostr (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/ |
| A D | string_kunit.c | 589 memtostr(dest, nonstring); in string_test_memtostr() 592 memtostr(dest, nonstring_small); in string_test_memtostr()
|
| /linux/include/linux/ |
| A D | string.h | 456 #define memtostr(dest, src) do { \ macro
|
| /linux/drivers/scsi/mpt3sas/ |
| A D | mpt3sas_transport.c | 461 memtostr(edev->vendor_id, manufacture_reply->vendor_id); in _transport_expander_report_manufacture() 462 memtostr(edev->product_id, manufacture_reply->product_id); in _transport_expander_report_manufacture() 463 memtostr(edev->product_rev, manufacture_reply->product_rev); in _transport_expander_report_manufacture() 466 memtostr(edev->component_vendor_id, in _transport_expander_report_manufacture()
|
| A D | mpt3sas_base.c | 4793 memtostr(desc, ioc->manu_pg0.ChipName); in _base_display_ioc_capabilities()
|
| /linux/drivers/scsi/mpi3mr/ |
| A D | mpi3mr_transport.c | 219 memtostr(edev->vendor_id, manufacture_reply->vendor_id); in mpi3mr_report_manufacture() 220 memtostr(edev->product_id, manufacture_reply->product_id); in mpi3mr_report_manufacture() 221 memtostr(edev->product_rev, manufacture_reply->product_rev); in mpi3mr_report_manufacture() 224 memtostr(edev->component_vendor_id, in mpi3mr_report_manufacture()
|
| /linux/drivers/message/fusion/ |
| A D | mptsas.c | 2968 memtostr(edev->vendor_id, manufacture_reply->vendor_id); in mptsas_exp_repmanufacture_info() 2969 memtostr(edev->product_id, manufacture_reply->product_id); in mptsas_exp_repmanufacture_info() 2970 memtostr(edev->product_rev, manufacture_reply->product_rev); in mptsas_exp_repmanufacture_info() 2973 memtostr(edev->component_vendor_id, in mptsas_exp_repmanufacture_info()
|
| /linux/drivers/scsi/qla2xxx/ |
| A D | qla_mr.c | 1912 memtostr(vha->hw->model_number, pinfo->model_num); in qlafx00_fx_disc() 1913 memtostr(vha->hw->model_desc, pinfo->model_description); in qlafx00_fx_disc()
|
Completed in 44 milliseconds