OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootxxname
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
disks.c
2212
const char *
bootxxname
;
local in function:bootxx_name
2239
bootxxname
= BOOTXX_FFSV2;
2241
bootxxname
= NULL;
2245
bootxxname
= BOOTXX_FFSV1;
2247
bootxxname
= NULL;
2254
bootxxname
= BOOTXX_LFSV2;
2258
bootxxname
= NULL;
2262
if (
bootxxname
== NULL)
2265
asprintf(&bootxx, "%s/%s", BOOTXXDIR,
bootxxname
);
disks.c
2212
const char *
bootxxname
;
local in function:bootxx_name
2239
bootxxname
= BOOTXX_FFSV2;
2241
bootxxname
= NULL;
2245
bootxxname
= BOOTXX_FFSV1;
2247
bootxxname
= NULL;
2254
bootxxname
= BOOTXX_LFSV2;
2258
bootxxname
= NULL;
2262
if (
bootxxname
== NULL)
2265
asprintf(&bootxx, "%s/%s", BOOTXXDIR,
bootxxname
);
Completed in 52 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025