/xen/xen/tools/kconfig/ |
A D | symbol.c | 70 struct property *prop; in sym_get_choice_prop() 79 struct property *prop; in sym_get_default_prop() 91 struct property *prop; in sym_get_range_prop() 119 struct property *prop; in sym_validate_range() 153 struct property *prop; in sym_set_changed() 173 struct property *prop; in sym_calc_visibility() 243 struct property *prop; in sym_choice_default() 269 struct property *prop; in sym_calc_choice() 322 struct property *prop; in sym_calc_value() 598 struct property *prop; in sym_string_within_range() [all …]
|
A D | lkc.h | 74 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep); 112 struct property *sym_get_range_prop(struct symbol *sym); 115 struct property *prop_alloc(enum prop_type type, struct symbol *sym); 116 struct symbol *prop_get_symbol(struct property *prop);
|
A D | menu.c | 31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn() 129 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() 177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 228 struct property *prop; in sym_check_prop() 250 struct property *choice_prop = in sym_check_prop() 294 struct property *prop; in menu_finalize() 701 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str() 761 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop() 763 struct property *prop = NULL; in get_symbol_prop() 774 struct property *prop; in get_symbol_props_str() [all …]
|
A D | expr.h | 120 struct property *prop; 192 struct property { struct 193 struct property *next; /* next property - null if last */ argument 242 struct property *prompt;
|
A D | lkc_proto.h | 46 struct property * sym_get_choice_prop(struct symbol *sym);
|
A D | parser.y | 595 struct property *prop; in print_symbol() 685 struct property *prop; in zconfdump()
|
A D | confdata.c | 362 struct property *prop; in conf_read_simple() 1172 struct property *prop; in randomize_choice_values() 1220 struct property *prop; in set_all_choice_values()
|
A D | conf.c | 347 struct property *prop; in conf()
|
A D | qconf.cc | 107 struct property *prop; in updateMenu() 1141 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() 1313 struct property *prop; in search()
|
A D | mconf.c | 468 struct property *prop; in build_conf()
|
A D | nconf.c | 738 struct property *prop; in build_conf()
|
A D | gconf.c | 1336 struct property *prop; in display_tree()
|
/xen/tools/pygrub/src/ |
A D | LiloConf.py | 54 kernel = property(get_kernel, set_kernel) 60 initrd = property(get_initrd, set_initrd) 71 args = property(get_args, set_args) 77 readonly = property(get_readonly, set_readonly) 166 default = property(_get_default, _set_default)
|
A D | ExtLinuxConf.py | 102 kernel = property(get_kernel, set_kernel) 103 args = property(get_args, set_args) 109 initrd = property(get_initrd, set_initrd) 115 readonly = property(get_readonly, set_readonly) 200 default = property(_get_default, _set_default)
|
A D | GrubConf.py | 76 disk = property(get_disk, set_disk) 90 part = property(get_part, set_part) 117 root = property(get_root, set_root) 131 kernel = property(get_kernel, set_kernel) 132 args = property(get_args) 138 initrd = property(get_initrd, set_initrd) 244 default = property(_get_default, _set_default) 250 splash = property(get_splash, set_splash)
|
/xen/docs/misc/arm/device-tree/ |
A D | passthrough.txt | 4 Any device with the property "xen,passthrough" set will not be exposed to 7 It is highly recommended to set this property on devices which are passed
|
A D | guest.txt | 14 This property is unnecessary when booting Dom0 using ACPI. 18 This property is unnecessary when booting Dom0 using ACPI.
|
A D | booting.txt | 110 - If a kernel boot module is present and has a bootargs property then 149 An empty property to enable/disable a virtual pl011 for the guest to
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 8 property "xen,passthrough". The command to do it in U-Boot is: 46 * The interrupt-parent property will be added by the toolstack in the 72 recommended). You can read about the "interrupts" property format in the 76 the "interrupts" property format is the same: the first cell is the 80 See man [xl.cfg] for the iomem format. The reg property is just a pair 93 The xen,reg property is an array of: 106 A string property representing the path in the host device tree to the
|
/xen/xen/tools/kconfig/tests/err_recursive_dep/ |
A D | Kconfig | 45 # property
|
/xen/xen/arch/arm/ |
A D | vgic-v3-its.c | 404 uint8_t property; in update_lpi_property() local 420 &property, sizeof(property), false); in update_lpi_property() 424 write_atomic(&p->lpi_priority, property & LPI_PROP_PRIO_MASK); in update_lpi_property() 426 if ( property & LPI_PROP_ENABLED ) in update_lpi_property()
|
/xen/tools/libxl/ |
A D | idl.txt | 119 This class has one property besides the ones defined for the Type
|
/xen/docs/features/ |
A D | intel_psr_mba.pandoc | 197 property for all features. So, for other data structure details, please
|
A D | intel_psr_cat_cdp.pandoc | 312 feature property pointer array is declared to save every feature's
|
/xen/tools/xenmon/ |
A D | COPYING | 216 patents or other property right claims or to contest validity of any
|