OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uboot_os
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
111
static const struct
uboot_os
{
struct
114
}
uboot_os
[] = {
variable in typeref:typename:const struct uboot_os[]
126
for (i = 0; i < __arraycount(
uboot_os
); i++) {
127
if (strcmp(
uboot_os
[i].name, name) == 0)
128
return
uboot_os
[i].os;
139
for (i = 0; i < __arraycount(
uboot_os
); i++) {
140
if (
uboot_os
[i].os == os)
141
return
uboot_os
[i].name;
Completed in 12 milliseconds
Indexes created Sun Nov 02 07:10:05 GMT 2025