OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTLR
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/luna68k/stand/boot/
boot.c
126
uint adpt,
ctlr
, id;
local in function:bootnetbsd
131
ctlr
=
CTLR
(unit);
133
bootdev = MAKEBOOTDEV(0, adpt,
ctlr
, id, part);
devopen.c
173
if (unit < 0 ||
CTLR
(unit) >= 2 || TARGET(unit) > 7) {
samachdep.h
211
#define UNIT(
ctlr
, target) ((
ctlr
) * 10 + (target))
212
#define
CTLR
(unit) ((unit) / 10)
sd.c
141
sc->sc_ctlr =
CTLR
(unit);
186
if (unit < 0 ||
CTLR
(unit) >= 2 || TARGET(unit) >= 7)
265
printf("sdstrategy:
ctlr
= %d, target = %d\n", sc->sc_ctlr, sc->sc_tgt);
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025