OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RB_ASKNAME
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/sys/sys/
boot_flag.h
56
(retval) |=
RB_ASKNAME
; \
reboot.h
43
#define
RB_ASKNAME
0x00000001 /* ask for file name to reboot from */
/src/sys/arch/atari/stand/tostools/libtos/
kparamb.h
76
#define
RB_ASKNAME
0x01
/src/sys/arch/mvme68k/stand/bootst/
boot.c
63
if (flag &
RB_ASKNAME
) {
/src/sys/arch/sun68k/stand/tapeboot/
boot.c
99
if (prom_boothow &
RB_ASKNAME
) {
115
prom_boothow |=
RB_ASKNAME
;
/src/sys/arch/sun68k/stand/libsa/
promboot.c
59
prom_boothow |=
RB_ASKNAME
;
xxboot.c
99
if (prom_boothow &
RB_ASKNAME
)
/src/sys/arch/sparc/stand/boot/
boot.c
285
if (boothowto &
RB_ASKNAME
) {
298
boothowto &= ~
RB_ASKNAME
;
310
boothowto |=
RB_ASKNAME
;
318
if ((boothowto &
RB_ASKNAME
) == 0 &&
324
boothowto |=
RB_ASKNAME
;
/src/sys/arch/ofppc/stand/ofwboot/
boot.c
231
if (boothowto &
RB_ASKNAME
) {
259
boothowto |=
RB_ASKNAME
;
272
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/shark/stand/ofwboot/
boot.c
233
if (boothowto &
RB_ASKNAME
) {
252
boothowto |=
RB_ASKNAME
;
273
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/sparc/stand/ofwboot/
boot.c
466
if (boothowto &
RB_ASKNAME
) {
483
boothowto |=
RB_ASKNAME
;
489
boothowto |=
RB_ASKNAME
;
498
boothowto |=
RB_ASKNAME
;
508
if ((boothowto &
RB_ASKNAME
) == 0 && (kernelnames[i] != NULL)) {
512
boothowto |=
RB_ASKNAME
;
/src/sys/arch/macppc/stand/ofwboot/
boot.c
291
if (boothowto &
RB_ASKNAME
) {
316
boothowto |=
RB_ASKNAME
;
330
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/atari/stand/bootxx/
bootxx.c
138
od->boothowto |=
RB_ASKNAME
;
/src/sys/arch/atari/stand/tostools/loadbsd/
loadbsd.c
91
od->boothowto |=
RB_ASKNAME
;
/src/sys/arch/hp300/stand/common/
hpib.c
68
if (howto &
RB_ASKNAME
)
/src/sys/modules/luapmf/
luapmf.c
125
lua_pushinteger(L,
RB_ASKNAME
);
126
lua_setfield(L, -2, "
RB_ASKNAME
");
/src/sys/kern/
kern_subr.c
247
boothowto |=
RB_ASKNAME
;
254
if (boothowto &
RB_ASKNAME
)
262
boothowto |=
RB_ASKNAME
;
592
* (a) We already know dumpdv in the
RB_ASKNAME
case.
603
if (boothowto &
RB_ASKNAME
) { /* (a) */
init_main.c
690
boothowto |=
RB_ASKNAME
;
1021
if (boothowto &
RB_ASKNAME
) {
1052
boothowto |=
RB_ASKNAME
;
1100
if (boothowto &
RB_ASKNAME
|| path != initpaths[0])
/src/sys/arch/x68k/x68k/
autoconf.c
105
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/atari/atari/
autoconf.c
101
if ((boothowto &
RB_ASKNAME
) != 0) {
245
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/arc/arc/
machdep.c
266
boothowto = RB_SINGLE |
RB_ASKNAME
;
285
boothowto |=
RB_ASKNAME
;
289
boothowto &= ~
RB_ASKNAME
;
/src/sys/arch/pmax/pmax/
machdep.c
274
boothowto |=
RB_ASKNAME
;
278
boothowto &= ~
RB_ASKNAME
;
/src/sys/arch/sun3/sun3x/
machdep.c
430
if (howto & (RB_KDB|
RB_ASKNAME
|RB_SINGLE)) {
436
if (howto &
RB_ASKNAME
)
/src/sys/arch/amiga/stand/loadbsd/
loadbsd.c
222
boothowto |=
RB_ASKNAME
;
353
if (boothowto &
RB_ASKNAME
)
/src/sys/arch/sun3/sun3/
machdep.c
441
if (howto & (RB_KDB|
RB_ASKNAME
|RB_SINGLE)) {
448
if (howto &
RB_ASKNAME
)
Completed in 129 milliseconds
1
2
Indexes created Wed Oct 15 16:09:53 GMT 2025