OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTINFO_BOOTPATH_LEN
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/arc/include/
bootinfo.h
49
#define
BTINFO_BOOTPATH_LEN
80
52
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/emips/include/
bootinfo.h
55
#define
BTINFO_BOOTPATH_LEN
80
58
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/mipsco/include/
bootinfo.h
55
#define
BTINFO_BOOTPATH_LEN
80
58
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/pmax/include/
bootinfo.h
55
#define
BTINFO_BOOTPATH_LEN
80
58
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/sgimips/include/
bootinfo.h
49
#define
BTINFO_BOOTPATH_LEN
80
52
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/mmeye/include/
bootinfo.h
56
#define
BTINFO_BOOTPATH_LEN
80
59
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/cobalt/include/
bootinfo.h
51
#define
BTINFO_BOOTPATH_LEN
80
54
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/newsmips/include/
bootinfo.h
64
#define
BTINFO_BOOTPATH_LEN
80
67
char bootpath[
BTINFO_BOOTPATH_LEN
];
/src/sys/arch/pmax/stand/smallnet/
smallnet.c
91
strncpy(bi_bpath.bootpath, name,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/sgimips/stand/common/
iris_boot.c
126
strlcpy(bi_bpath.bootpath, kernelname,
BTINFO_BOOTPATH_LEN
);
boot.c
234
strlcpy(bi_bpath.bootpath, bootfile,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/mipsco/stand/common/
boot.c
164
strncpy(bi_bpath.bootpath, kernel,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/pmax/stand/common/
boot.c
164
strncpy(bi_bpath.bootpath, kernel,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/arc/stand/boot/
boot.c
235
strlcpy(bi_bpath.bootpath, kernel,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/mmeye/stand/boot/
boot.c
248
strncpy(bi_bpath.bootpath, kernel,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/emips/stand/common/
boot.c
147
strncpy(bi_bpath.bootpath, name/*kernel?*/,
BTINFO_BOOTPATH_LEN
);
/src/sys/arch/cobalt/stand/boot/
boot.c
471
strncpy(bi_bpath.bootpath, kernel,
BTINFO_BOOTPATH_LEN
);
Completed in 18 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025