Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 29) sorted by relevance

12

/boot/
A Dimage-fit.c186 const char *type) in fit_image_print_data() argument
532 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
533 (type == IH_TYPE_RAMDISK) || (type == IH_TYPE_FIRMWARE) || in fit_image_print()
539 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_RAMDISK) || in fit_image_print()
545 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
546 (type == IH_TYPE_FIRMWARE) || (type == IH_TYPE_RAMDISK) || in fit_image_print()
547 (type == IH_TYPE_FPGA)) { in fit_image_print()
560 if ((type == IH_TYPE_KERNEL) || (type == IH_TYPE_STANDALONE) || in fit_image_print()
761 *type = -1; in fit_image_get_type()
1597 return (type == image_type); in fit_image_check_type()
[all …]
A Dimage.c344 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local
348 type = genimg_get_type_name(image_get_type(hdr)); in image_print_type()
351 printf("%s %s %s (%s)\n", arch, os, type, comp); in image_print_type()
422 static void print_decomp_msg(int comp_type, int type, bool is_xip, in print_decomp_msg() argument
425 const char *name = genimg_get_type_name(type); in print_decomp_msg()
451 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
458 print_decomp_msg(comp, type, load == image_start, load); in image_decomp()
666 const char *genimg_get_type_name(uint8_t type) in genimg_get_type_name() argument
668 return (get_table_entry_name(uimage_type, "Unknown Image", type)); in genimg_get_type_name()
690 const char *genimg_get_type_short_name(uint8_t type) in genimg_get_type_short_name() argument
[all …]
A Dscene.c84 (type == SCENEOBJT_NONE || obj->type == type)) in scene_obj_find()
119 obj->type = type; in scene_obj_add()
409 switch (obj->type) { in scene_obj_get_hw()
622 switch (obj->type) { in scene_obj_render()
704 switch (obj->type) { in scene_calc_arrange()
764 switch (obj->type) { in scene_arrange()
811 switch (obj->type) { in scene_render_deps()
932 switch (obj->type) { in scene_send_key()
980 switch (obj->type) { in scene_obj_calc_bbox()
1012 switch (obj->type) { in scene_calc_dims()
[all …]
A Dpxe_utils.c790 enum token_type type; member
900 t->type = T_STRING; in get_string()
917 t->type = keywords[i].type; in get_keyword()
936 t->type = T_INVALID; in get_token()
952 t->type = T_EOL; in get_token()
955 t->type = T_EOF; in get_token()
1006 if (t.type != T_STRING) { in parse_sliteral()
1095 switch (t.type) { in parse_menu()
1134 switch (t.type) { in parse_label_menu()
1221 switch (t.type) { in parse_label()
[all …]
A Dbootmeth-uclass.c89 enum bootflow_img_t type, ulong *sizep) in bootmeth_read_file() argument
96 return ops->read_file(dev, bflow, file_path, addr, type, sizep); in bootmeth_read_file()
347 enum bootflow_img_t type) in bootmeth_alloc_file() argument
369 if (!bootflow_img_add(bflow, bflow->fname, type, map_to_sysmem(buf), in bootmeth_alloc_file()
377 enum bootflow_img_t type, void **bufp, uint *sizep) in bootmeth_alloc_other() argument
406 if (!bootflow_img_add(bflow, bflow->fname, type, map_to_sysmem(buf), in bootmeth_alloc_other()
418 enum bootflow_img_t type, ulong *sizep) in bootmeth_common_read_file() argument
447 if (!bootflow_img_add(bflow, bflow->fname, type, addr, size)) in bootmeth_common_read_file()
A Dbootflow.c942 if (!strcmp("earlycon", arg) && info.type == SERIAL_CHIP_16550_COMPATIBLE) { in bootflow_cmdline_auto()
947 } else if (!strcmp("earlycon", arg) && info.type == SERIAL_CHIP_PL01X) { in bootflow_cmdline_auto()
951 } else if (!strcmp("console", arg) && info.type == SERIAL_CHIP_16550_COMPATIBLE) { in bootflow_cmdline_auto()
968 const char *bootflow_img_type_name(enum bootflow_img_t type) in bootflow_img_type_name() argument
972 if (type >= BFI_FIRST && type < BFI_COUNT) in bootflow_img_type_name()
973 name = bootflow_img[type - BFI_FIRST]; in bootflow_img_type_name()
975 name = genimg_get_type_short_name(type); in bootflow_img_type_name()
981 enum bootflow_img_t type, ulong addr, in bootflow_img_add() argument
991 img.type = type; in bootflow_img_add()
A Dbootmeth_pxe.c27 char *file_addr, enum bootflow_img_t type, in extlinux_pxe_getfile() argument
39 type, sizep); in extlinux_pxe_getfile()
122 enum bootflow_img_t type, ulong *sizep) in extlinux_pxe_read_file() argument
143 if (!bootflow_img_add(bflow, file_path, type, addr, size)) in extlinux_pxe_read_file()
A Dexpo_build.c342 const char *type; in obj_build() local
351 type = ofnode_read_string(node, "type"); in obj_build()
352 if (!type) in obj_build()
355 if (!strcmp("menu", type)) in obj_build()
357 else if (!strcmp("textline", type)) in obj_build()
A Dcedit.c80 switch (obj->type) { in cedit_arange()
156 switch (act->type) { in cedit_do_action()
387 switch (obj->type) { in h_write_settings()
488 switch (obj->type) { in h_read_settings()
561 switch (obj->type) { in h_write_settings_env()
646 switch (obj->type) { in h_read_settings_env()
710 if (obj->type != SCENEOBJT_MENU || obj->id < EXPOID_BASE_ID) in h_write_settings_cmos()
800 if (obj->type != SCENEOBJT_MENU || obj->id < EXPOID_BASE_ID) in h_read_settings_cmos()
A Dbootm.c322 images.os.type = image_get_type(os_hdr); in bootm_find_os()
335 &images.os.type)) { in bootm_find_os()
381 images.os.type = IH_TYPE_KERNEL; in bootm_find_os()
428 if (images.os.type == IH_TYPE_KERNEL_NOLOAD) { in bootm_find_os()
545 if ((images.os.type == IH_TYPE_KERNEL || in bootm_find_other()
546 images.os.type == IH_TYPE_KERNEL_NOLOAD || in bootm_find_other()
547 images.os.type == IH_TYPE_MULTI) && in bootm_find_other()
624 if (os.type == IH_TYPE_KERNEL_NOLOAD && os.comp != IH_COMP_NONE) { in bootm_load_os()
642 err = image_decomp(os.comp, load, os.image_start, os.type, in bootm_load_os()
A Dbootmeth_cros.c150 efi_guid_t type; in scan_part() local
163 if (uuid_str_to_bin(info->type_guid, type.b, UUID_STR_FORMAT_GUID)) in scan_part()
166 if (guidcmp(&cros_kern_type, &type)) in scan_part()
418 enum bootflow_img_t type, ulong *sizep) in cros_read_file() argument
A Dscene_internal.h79 void *scene_obj_find(const struct scene *scn, uint id, enum scene_obj_t type);
101 enum scene_obj_t type, uint size, struct scene_obj **objp);
A Dscene_menu.c408 event->type = EXPOACT_POINT_ITEM; in scene_menu_send_key()
417 event->type = EXPOACT_POINT_ITEM; in scene_menu_send_key()
423 event->type = EXPOACT_SELECT; in scene_menu_send_key()
429 event->type = EXPOACT_CLOSE; in scene_menu_send_key()
432 event->type = EXPOACT_QUIT; in scene_menu_send_key()
439 event->type = EXPOACT_SELECT; in scene_menu_send_key()
A Dvbe_simple.c102 enum bootflow_img_t type, ulong *sizep) in vbe_simple_read_file() argument
108 type, sizep); in vbe_simple_read_file()
A Dscene_textline.c140 event->type = EXPOACT_CLOSE; in scene_textline_send_key()
147 event->type = EXPOACT_QUIT; in scene_textline_send_key()
154 event->type = EXPOACT_CLOSE; in scene_textline_send_key()
A Dbootmeth_extlinux.c72 char *file_addr, enum bootflow_img_t type, in extlinux_getfile() argument
84 type, sizep); in extlinux_getfile()
A Dbootmeth_sandbox.c31 enum bootflow_img_t type, ulong *sizep) in sandbox_read_file() argument
A Dbootmeth_efi_mgr.c78 enum bootflow_img_t type, ulong *sizep) in efi_mgr_read_file() argument
A Dbootmeth_qfw.c56 enum bootflow_img_t type, ulong *sizep) in qfw_read_file() argument
A Dexpo.c271 exp->action.type = EXPOACT_NONE; in expo_action_get()
273 return act->type == EXPOACT_NONE ? -EAGAIN : 0; in expo_action_get()
A Dbootm_os.c510 images->os.type = IH_TYPE_STANDALONE; in do_bootm_efi()
590 if (bmi->images->os.type == IH_TYPE_STANDALONE || in boot_selected_os()
A Dimage-board.c577 enum lmb_mem_type type = initrd_high ? in boot_ramdisk_high()
580 err = lmb_alloc_mem(type, 0x1000, &initrd_high, rd_len, in boot_ramdisk_high()
737 if (fit_loadable_handler->type == img_type) in fit_loadable_process()
A Dimage-fdt.c202 enum lmb_mem_type type = high_addr ? in boot_relocate_fdt()
206 err = lmb_alloc_mem(type, 0x1000, &addr, of_len, in boot_relocate_fdt()
A Dfdt_region.c364 int type, const char *data, int size), in fdt_first_region() argument
462 int type, const char *data, int size), in fdt_next_region() argument
A Dfdt_support.c703 const char *type, const char *os, const char *arch) in fdt_record_loadable() argument
727 if (type) in fdt_record_loadable()
728 fdt_setprop_string(blob, node, "type", type); in fdt_record_loadable()
1097 node_info[i].compat, node_info[i].type); in fdt_fixup_mtdparts()
1105 dev = device_find(node_info[i].type, idx++); in fdt_fixup_mtdparts()

Completed in 59 milliseconds

12