OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replun
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/scsipi/
scsiconf.c
336
struct scsi_report_luns
replun
;
local
348
memset(&
replun
, 0, sizeof(
replun
));
372
replun
.opcode = SCSI_REPORT_LUNS;
373
replun
.selectreport = SELECTREPORT_NORMAL;
374
_lto4b(rlrlen,
replun
.alloclen);
376
error = scsipi_command(periph, (void *)&
replun
, sizeof(
replun
),
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026