OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootunit
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/mmeye/mmeye/
autoconf.c
45
static int
bootunit
;
variable in typeref:typename:int
97
if (device_unit(dev) ==
bootunit
)
122
bootunit
= bi->bootdev[x] - '0';
/src/sys/arch/cobalt/cobalt/
autoconf.c
44
extern int
bootunit
;
103
if (unit ==
bootunit
) {
machdep.c
106
int
bootunit
= -1;
variable in typeref:typename:int
433
bootunit
= root_bstr[7] - 'a';
/src/sys/arch/cobalt/stand/boot/
boot.c
222
int
bootunit
, bootpart;
local in function:get_bsdbootname
243
bootunit
= spec[7] - 'a';
245
if (
bootunit
>= 0 &&
bootunit
< 2 &&
247
bootdev[sizeof(bootdev) - 3] = '0' +
bootunit
;
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025