OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clun
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/scsipi/
scsipi_base.c
2670
int
clun
, minlun, maxlun;
local
2703
for (
clun
= minlun;
clun
< maxlun;
clun
++) {
2704
periph = scsipi_lookup_periph_locked(chan, ctarget,
clun
);
2713
KASSERT(scsipi_lookup_periph_locked(chan, ctarget,
clun
) == NULL);
scsipi_base.c
2670
int
clun
, minlun, maxlun;
local
2703
for (
clun
= minlun;
clun
< maxlun;
clun
++) {
2704
periph = scsipi_lookup_periph_locked(chan, ctarget,
clun
);
2713
KASSERT(scsipi_lookup_periph_locked(chan, ctarget,
clun
) == NULL);
Completed in 47 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026