OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:image_format
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/mkubootimage/
mkubootimage.c
60
enum
image_format
{
enum
74
static enum
image_format
image_format
= FMT_UIMG;
variable in typeref:enum:image_format
78
enum
image_format
format;
85
static enum
image_format
99
get_image_format_name(enum
image_format
format)
505
image_format
= get_image_format(optarg);
539
switch (
image_format
) {
587
printf(" image type: %s\n", get_image_format_name(
image_format
));
589
switch (
image_format
) {
[
all
...]
Completed in 15 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026