Lines Matching refs:stripped
1347 char *stripped = NULL; in target_wwn_vendor_id_store() local
1354 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1355 len = strlen(stripped); in target_wwn_vendor_id_store()
1364 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1382 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store()
1403 char *stripped = NULL; in target_wwn_product_id_store() local
1410 stripped = strstrip(buf); in target_wwn_product_id_store()
1411 len = strlen(stripped); in target_wwn_product_id_store()
1420 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store()
1438 strlcpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store()
1459 char *stripped = NULL; in target_wwn_revision_store() local
1466 stripped = strstrip(buf); in target_wwn_revision_store()
1467 len = strlen(stripped); in target_wwn_revision_store()
1476 ret = target_check_inquiry_data(stripped); in target_wwn_revision_store()
1494 strlcpy(dev->t10_wwn.revision, stripped, sizeof(dev->t10_wwn.revision)); in target_wwn_revision_store()