OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uboot_comp
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
226
static const struct
uboot_comp
{
struct
229
}
uboot_comp
[] = {
variable in typeref:typename:const struct uboot_comp[]
242
for (i = 0; i < __arraycount(
uboot_comp
); i++) {
243
if (strcmp(
uboot_comp
[i].name, name) == 0)
244
return
uboot_comp
[i].comp;
255
for (i = 0; i < __arraycount(
uboot_comp
); i++) {
256
if (
uboot_comp
[i].comp == comp)
257
return
uboot_comp
[i].name;
Completed in 11 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025