OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btinfo_userconfcommands
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x86/x86/
x86_userconf.c
46
struct
btinfo_userconfcommands
*biuc;
49
biuc = lookup_bootinfo(
BTINFO_USERCONFCOMMANDS
);
/src/sys/arch/i386/stand/lib/
exec.c
147
static struct
btinfo_userconfcommands
*
btinfo_userconfcommands
= NULL;
variable in typeref:struct:btinfo_userconfcommands
493
if (
btinfo_userconfcommands
!= NULL)
494
BI_ADD(
btinfo_userconfcommands
,
BTINFO_USERCONFCOMMANDS
,
790
len = sizeof(*
btinfo_userconfcommands
) +
794
btinfo_userconfcommands
= alloc(len);
795
if (
btinfo_userconfcommands
== NULL) {
799
memset(
btinfo_userconfcommands
, 0, len);
803
buf = (char *)
btinfo_userconfcommands
;
[
all
...]
/src/sys/arch/x86/include/
bootinfo.h
43
#define
BTINFO_USERCONFCOMMANDS
13
224
struct
btinfo_userconfcommands
{
struct
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026