Searched defs:vend (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/usbip/userspace/libsrc/
H A Dusbip_common.c250 const char *prod, *vend; local
257 vend = names_vendor(vendor);
258 if (!vend)
259 vend = "unknown vendor";
261 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product);
/drivers/scsi/qla2xxx/
H A Dqla_sup.c2605 uint32_t istart, iend, iter, vend; local
2647 vend = iter - 1;
2660 if ((vend - iter) &&
2661 ((vend - iter) < sizeof(ha->fcode_revision))) {
2663 while (iter <= vend) {
/drivers/target/
H A Dtarget_core_stat.c428 DEV_STAT_SCSI_LU_ATTR_RO(vend); variable

Completed in 83 milliseconds