OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RB_USERCONF
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/sys/
boot_flag.h
62
(retval) |=
RB_USERCONF
; \
reboot.h
55
#define
RB_USERCONF
0x00001000 /* change configured devices */
/src/sys/modules/luapmf/
luapmf.c
141
lua_pushinteger(L,
RB_USERCONF
);
142
lua_setfield(L, -2, "
RB_USERCONF
");
/src/sys/arch/ia64/stand/efi/libefi/
bootinfo.c
74
{"boot_userconf",
RB_USERCONF
},
/src/sys/arch/ia64/stand/ia64/ski/
bootinfo.c
66
{"boot_userconf",
RB_USERCONF
},
/src/sys/arch/macppc/stand/ofwboot/
boot.c
332
if (boothowto &
RB_USERCONF
)
/src/sys/arch/sparc64/sparc64/
autoconf.c
507
bool userconf = (boothowto &
RB_USERCONF
) != 0;
511
if (((boothowto &
RB_USERCONF
) != 0) && !userconf)
/src/sys/arch/sandpoint/stand/altboot/
main.c
56
{ "userconf",
RB_USERCONF
},
/src/sys/kern/
init_main.c
783
if (boothowto &
RB_USERCONF
)
/src/sys/arch/arm/arm32/
arm32_machdep.c
582
boothowto |=
RB_USERCONF
;
/src/sys/arch/sparc/sparc/
autoconf.c
951
bool userconf = (boothowto &
RB_USERCONF
) != 0;
958
if (((boothowto &
RB_USERCONF
) != 0) && !userconf)
/src/sys/dev/wsfb/
genfb.c
59
#define DISABLESPLASH (boothowto & (RB_SINGLE |
RB_USERCONF
| RB_ASKNAME | \
Completed in 19 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025