OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scsipi_strvis
(Results
1 - 1
of
1
) 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
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025