OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:no_partition_devs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/stand/efiboot/
boot.c
232
static const char *
no_partition_devs
[] = { "esp", "net", "nfs", "tftp" };
local in function:snprint_bootdev
235
for (i = 0; i < __arraycount(
no_partition_devs
); i++)
236
if (strcmp(devname,
no_partition_devs
[i]) == 0)
242
i < __arraycount(
no_partition_devs
) ? '\0' : 'a' + partition);
boot.c
232
static const char *
no_partition_devs
[] = { "esp", "net", "nfs", "tftp" };
local in function:snprint_bootdev
235
for (i = 0; i < __arraycount(
no_partition_devs
); i++)
236
if (strcmp(devname,
no_partition_devs
[i]) == 0)
242
i < __arraycount(
no_partition_devs
) ? '\0' : 'a' + partition);
Completed in 50 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025