HomeSort by: relevance | last modified time | path
    Searched defs:scsipi_strvis (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/usermode/dev/
vatapi.c 232 #define scsipi_strvis(a, al, b, bl) strlcpy(a, b, al) macro
233 scsipi_strvis(vendor, 33, inqbuf.vendor, 8);
234 scsipi_strvis(product, 65, inqbuf.product, 16);
235 scsipi_strvis(revision, 17, inqbuf.revision, 4);
236 #undef scsipi_strvis
vatapi.c 232 #define scsipi_strvis(a, al, b, bl) strlcpy(a, b, al) macro
233 scsipi_strvis(vendor, 33, inqbuf.vendor, 8);
234 scsipi_strvis(product, 65, inqbuf.product, 16);
235 scsipi_strvis(revision, 17, inqbuf.revision, 4);
236 #undef scsipi_strvis

Completed in 45 milliseconds