Searched refs:ptype (Results 1 – 8 of 8) sorted by relevance
188 char *ptype; in atf_print_part_table() local208 ptype = "NBL1FW"; in atf_print_part_table()211 ptype = "BL2_BL31"; in atf_print_part_table()214 ptype = "BOOTLDR"; in atf_print_part_table()217 ptype = "KERNEL"; in atf_print_part_table()220 ptype = "DEVTREE"; in atf_print_part_table()223 ptype = "UNKNOWN"; in atf_print_part_table()225 printf("%10s %10d %10lx\n", ptype, part->size, part->offset); in atf_print_part_table()
709 enum prop_type ptype; in on_back_clicked() local712 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()713 if (ptype != P_MENU) in on_back_clicked()909 enum prop_type ptype; in on_treeview2_button_press_event() local910 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()912 if (ptype == P_MENU && view_mode != FULL_VIEW && col == COL_OPTION) { in on_treeview2_button_press_event()1044 enum prop_type ptype; in fill_row() local1063 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()1064 switch (ptype) { in fill_row()1339 enum prop_type ptype; in display_tree() local[all …]
782 enum prop_type ptype; in mouseReleaseEvent() local803 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()804 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()843 enum prop_type ptype; in mouseDoubleClickEvent() local854 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()855 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
752 enum prop_type ptype; in build_conf() local753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()754 switch (ptype) { in build_conf()
205 ptype = seg[ELF_SEG_P_TYPE]209 … print 'type: %s\nfilesz: %08x\nmemsz: %08x\noffset: %08x' % (ptype, pfilesz, pmemsz, poffset)
1058 my $ptype = $1;1060 if ($ptype eq "S") {1108 my $ptype = $1;1110 if ($ptype eq "L") {1144 } elsif ($ptype eq "M") {1161 } elsif ($ptype eq "R") {1178 } elsif ($ptype eq "T") {1180 } elsif ($ptype eq "W") {1182 } elsif ($ptype eq "S") {
440 ptype = TYPE_NAMES[prop.type]441 self.out('\t%s%s' % (tab_to(2, ptype),
123 u32 ptype; member818 __raw_writel(0, &priv->regs->ptype); in _cpsw_init()