Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 5 of 5) sorted by relevance

/xen/xen/tools/kconfig/
A Dgconf.c708 enum prop_type ptype; in on_back_clicked() local
712 if (ptype != P_MENU) in on_back_clicked()
908 enum prop_type ptype; in on_treeview2_button_press_event() local
909 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in on_treeview2_button_press_event()
1043 enum prop_type ptype; in fill_row() local
1062 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in fill_row()
1063 switch (ptype) { in fill_row()
1338 enum prop_type ptype; in display_tree() local
1348 ptype = prop ? prop->type : P_UNKNOWN; in display_tree()
1368 printf("%s", prop_get_type_name(ptype)); in display_tree()
[all …]
A Dqconf.cc773 enum prop_type ptype; in mouseReleaseEvent() local
794 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseReleaseEvent()
795 if (ptype == P_MENU && rootEntry != menu && in mouseReleaseEvent()
834 enum prop_type ptype; in mouseDoubleClickEvent() local
845 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in mouseDoubleClickEvent()
846 if (ptype == P_MENU && (mode == singleMode || mode == symbolMode)) in mouseDoubleClickEvent()
A Dnconf.c752 enum prop_type ptype; in build_conf() local
753 ptype = menu->prompt ? menu->prompt->type : P_UNKNOWN; in build_conf()
754 switch (ptype) { in build_conf()
/xen/scripts/
A Dget_maintainer.pl1014 my $ptype = $1;
1016 if ($ptype eq "S") {
1073 my $ptype = $1;
1075 if ($ptype eq "L") {
1109 } elsif ($ptype eq "M") {
1115 } elsif ($ptype eq "R") {
1120 } elsif ($ptype eq "T") {
1122 } elsif ($ptype eq "W") {
1124 } elsif ($ptype eq "S") {
/xen/tools/golang/xenlight/
A Dhelpers.gen.go4088 func NewPsrHwInfo(ptype PsrFeatType) (*PsrHwInfo, error) {
4094 C.libxl_psr_hw_info_init_type(&xc, C.libxl_psr_feat_type(ptype))

Completed in 21 milliseconds