Lines Matching refs:stripped
1261 char *stripped = NULL; in target_wwn_vendor_id_store() local
1268 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1269 len = strlen(stripped); in target_wwn_vendor_id_store()
1278 ret = target_check_inquiry_data(stripped); in target_wwn_vendor_id_store()
1296 strlcpy(dev->t10_wwn.vendor, stripped, sizeof(dev->t10_wwn.vendor)); in target_wwn_vendor_id_store()
1317 char *stripped = NULL; in target_wwn_product_id_store() local
1324 stripped = strstrip(buf); in target_wwn_product_id_store()
1325 len = strlen(stripped); in target_wwn_product_id_store()
1334 ret = target_check_inquiry_data(stripped); in target_wwn_product_id_store()
1352 strlcpy(dev->t10_wwn.model, stripped, sizeof(dev->t10_wwn.model)); in target_wwn_product_id_store()
1373 char *stripped = NULL; in target_wwn_revision_store() local
1380 stripped = strstrip(buf); in target_wwn_revision_store()
1381 len = strlen(stripped); in target_wwn_revision_store()
1390 ret = target_check_inquiry_data(stripped); in target_wwn_revision_store()
1408 strlcpy(dev->t10_wwn.revision, stripped, sizeof(dev->t10_wwn.revision)); in target_wwn_revision_store()