OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uboot_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
188
static const struct
uboot_type
{
struct
191
}
uboot_type
[] = {
variable in typeref:typename:const struct uboot_type[]
205
for (i = 0; i < __arraycount(
uboot_type
); i++) {
206
if (strcmp(
uboot_type
[i].name, name) == 0)
207
return
uboot_type
[i].type;
218
for (i = 0; i < __arraycount(
uboot_type
); i++) {
219
if (
uboot_type
[i].type == type)
220
return
uboot_type
[i].name;
mkubootimage.c
188
static const struct
uboot_type
{
struct
191
}
uboot_type
[] = {
variable in typeref:typename:const struct uboot_type[]
205
for (i = 0; i < __arraycount(
uboot_type
); i++) {
206
if (strcmp(
uboot_type
[i].name, name) == 0)
207
return
uboot_type
[i].type;
218
for (i = 0; i < __arraycount(
uboot_type
); i++) {
219
if (
uboot_type
[i].type == type)
220
return
uboot_type
[i].name;
Completed in 96 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025