Lines Matching refs:stripped
1428 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */
1430 char *stripped = NULL;
1437 stripped = strstrip(buf);
1438 len = strlen(stripped);
1447 ret = target_check_inquiry_data(stripped);
1465 strscpy(dev->t10_wwn.vendor, stripped);
1484 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */
1486 char *stripped = NULL;
1493 stripped = strstrip(buf);
1494 len = strlen(stripped);
1503 ret = target_check_inquiry_data(stripped);
1521 strscpy(dev->t10_wwn.model, stripped);
1540 /* +2 to allow for a trailing (stripped) '\n' and null-terminator */
1542 char *stripped = NULL;
1549 stripped = strstrip(buf);
1550 len = strlen(stripped);
1559 ret = target_check_inquiry_data(stripped);
1577 strscpy(dev->t10_wwn.revision, stripped);