Searched refs:btinfo_common (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-current/sys/arch/bebox/include/
H A Dbootinfo.h32 struct btinfo_common { struct
43 struct btinfo_common common;
48 struct btinfo_common common;
55 struct btinfo_common common;
60 struct btinfo_common common;
/netbsd-current/sys/arch/epoc32/include/
H A Dbootinfo.h33 struct btinfo_common { struct
49 struct btinfo_common common;
54 struct btinfo_common common;
60 struct btinfo_common common;
66 struct btinfo_common common;
/netbsd-current/sys/arch/sparc/include/
H A Dbootinfo.h37 struct btinfo_common { struct
48 struct btinfo_common common;
53 struct btinfo_common common;
60 struct btinfo_common common;
65 struct btinfo_common common;
/netbsd-current/sys/arch/emips/include/
H A Dbootinfo.h41 struct btinfo_common { struct
51 struct btinfo_common common;
57 struct btinfo_common common;
62 struct btinfo_common common;
/netbsd-current/sys/arch/arc/include/
H A Dbootinfo.h35 struct btinfo_common { struct
45 struct btinfo_common common;
51 struct btinfo_common common;
56 struct btinfo_common common;
/netbsd-current/sys/arch/prep/include/
H A Dbootinfo.h32 struct btinfo_common { struct
42 struct btinfo_common common;
47 struct btinfo_common common;
54 struct btinfo_common common;
/netbsd-current/sys/arch/sgimips/include/
H A Dbootinfo.h35 struct btinfo_common { struct
45 struct btinfo_common common;
51 struct btinfo_common common;
56 struct btinfo_common common;
/netbsd-current/sys/arch/mipsco/include/
H A Dbootinfo.h41 struct btinfo_common { struct
51 struct btinfo_common common;
57 struct btinfo_common common;
62 struct btinfo_common common;
/netbsd-current/sys/arch/pmax/include/
H A Dbootinfo.h41 struct btinfo_common { struct
51 struct btinfo_common common;
57 struct btinfo_common common;
62 struct btinfo_common common;
/netbsd-current/sys/arch/evbarm/mini2440/
H A Dmini2440_bootinfo.h38 struct btinfo_common { struct
51 struct btinfo_common common;
56 struct btinfo_common common;
63 struct btinfo_common common;
68 struct btinfo_common common;
73 struct btinfo_common common;
80 struct btinfo_common common;
/netbsd-current/sys/arch/mmeye/include/
H A Dbootinfo.h35 struct btinfo_common { struct
46 struct btinfo_common common;
52 struct btinfo_common common;
58 struct btinfo_common common;
63 struct btinfo_common common;
/netbsd-current/sys/arch/cobalt/include/
H A Dbootinfo.h35 struct btinfo_common { struct
47 struct btinfo_common common;
53 struct btinfo_common common;
58 struct btinfo_common common;
65 struct btinfo_common common;
72 struct btinfo_common common;
/netbsd-current/sys/arch/newsmips/include/
H A Dbootinfo.h33 struct btinfo_common { struct
45 struct btinfo_common common;
50 struct btinfo_common common;
57 struct btinfo_common common;
66 struct btinfo_common common;
71 struct btinfo_common common;
/netbsd-current/sys/arch/hppa/include/
H A Dbootinfo.h33 struct btinfo_common { struct
43 struct btinfo_common common;
48 struct btinfo_common common;
53 struct btinfo_common common;
/netbsd-current/sys/arch/landisk/include/
H A Dbootinfo.h32 struct btinfo_common { struct
42 struct btinfo_common common;
47 struct btinfo_common common;
58 struct btinfo_common common;
/netbsd-current/sys/arch/rs6000/include/
H A Dbootinfo.h32 struct btinfo_common { struct
41 struct btinfo_common common;
46 struct btinfo_common common;
/netbsd-current/sys/arch/zaurus/include/
H A Dbootinfo.h44 struct btinfo_common { struct
50 struct btinfo_common common;
61 struct btinfo_common common;
66 struct btinfo_common common;
73 struct btinfo_common common;
/netbsd-current/sys/arch/sandpoint/include/
H A Dbootinfo.h34 struct btinfo_common { struct
51 struct btinfo_common common;
56 struct btinfo_common common;
61 struct btinfo_common common;
68 struct btinfo_common common;
73 struct btinfo_common common;
78 struct btinfo_common common;
84 struct btinfo_common common;
91 struct btinfo_common common;
96 struct btinfo_common commo
[all...]
/netbsd-current/sys/arch/hp300/include/
H A Dbootinfo.h32 struct btinfo_common { struct
43 struct btinfo_common common;
53 struct btinfo_common common;
62 struct btinfo_common common;
/netbsd-current/sys/arch/hppa/stand/boot/
H A Dbootinfo.h53 #define BI_ADD(x, type, size) bi_add((struct btinfo_common *)(x), type, size)
56 void bi_add(struct btinfo_common *, int, size_t);
/netbsd-current/sys/arch/sparc64/include/
H A Dbootinfo.h115 struct btinfo_common common;
120 struct btinfo_common common;
125 struct btinfo_common common;
130 struct btinfo_common common;
135 struct btinfo_common common;
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi;
50 bi = (struct btinfo_common *)bootinfo;
64 struct btinfo_common *bi;
79 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dbootinfo.c45 struct btinfo_common *bi;
49 bi = (struct btinfo_common *)bootinfo;
62 struct btinfo_common *bi;
73 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/mmeye/stand/boot/
H A Dbootinfo.c46 struct btinfo_common *bi;
50 bi = (struct btinfo_common *)bootinfo;
64 struct btinfo_common *bi;
79 bi = (struct btinfo_common *)bi_next;
/netbsd-current/sys/arch/newsmips/stand/boot/
H A Dbootinfo.c44 struct btinfo_common *bi;
48 bi = (struct btinfo_common *)bootinfo;
60 struct btinfo_common *bi;
71 bi = (struct btinfo_common *)bi_next;

Completed in 300 milliseconds

123