OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bi_rdev
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sandpoint/sandpoint/
autoconf.c
57
static struct btinfo_rootdevice *
bi_rdev
;
variable in typeref:struct:btinfo_rootdevice *
186
bi_rdev
= lookup_bootinfo(BTINFO_ROOTDEVICE);
220
if (
bi_rdev
!= NULL &&
bi_rdev
->cookie == pa->pa_tag) {
240
if (
bi_rdev
!= NULL && device_is_a(dev,
bi_rdev
->devname)
241
&&
bi_rdev
->cookie == tag)
259
else if (
bi_rdev
!= NULL && device_class(dev) == DV_DISK
260
&& device_is_a(dev,
bi_rdev
->devname)
261
&& device_unit(dev) == (
bi_rdev
->cookie >> 8))
[
all
...]
/src/sys/arch/evbarm/stand/boot2440/
main.c
102
struct btinfo_rootdevice
bi_rdev
;
variable in typeref:struct:btinfo_rootdevice
258
bi_add(&
bi_rdev
, BTINFO_ROOTDEVICE, sizeof(
bi_rdev
));
/src/sys/arch/evbarm/mini2440/
mini2440_machdep.c
219
struct btinfo_rootdevice *
bi_rdev
;
variable in typeref:struct:btinfo_rootdevice *
495
bi_rdev
= lookup_bootinfo(BTINFO_ROOTDEVICE);
1075
if (
bi_rdev
!= NULL && device_is_a(dev,
bi_rdev
->devname) ) {
1095
if (
bi_rdev
!= NULL && device_class(dev) == DV_DISK
1096
&& device_is_a(dev,
bi_rdev
->devname)
1097
&& device_unit(dev) ==
bi_rdev
->cookie) {
1099
booted_partition =
bi_rdev
->partition;
/src/sys/arch/sandpoint/stand/altboot/
main.c
81
struct btinfo_rootdevice
bi_rdev
;
variable in typeref:struct:btinfo_rootdevice
366
bi_add(&
bi_rdev
, BTINFO_ROOTDEVICE, sizeof(
bi_rdev
));
Completed in 13 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025