Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 35) sorted by relevance

12

/xen/xen/tools/kconfig/
A Dsymbol.c70 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 Dlkc.h74 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 Dmenu.c31 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 Dexpr.h120 struct property *prop;
192 struct property { struct
193 struct property *next; /* next property - null if last */ argument
242 struct property *prompt;
A Dlkc_proto.h46 struct property * sym_get_choice_prop(struct symbol *sym);
A Dparser.y595 struct property *prop; in print_symbol()
685 struct property *prop; in zconfdump()
A Dconfdata.c362 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 Dconf.c347 struct property *prop; in conf()
A Dqconf.cc107 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 Dmconf.c468 struct property *prop; in build_conf()
A Dnconf.c738 struct property *prop; in build_conf()
A Dgconf.c1336 struct property *prop; in display_tree()
/xen/tools/pygrub/src/
A DLiloConf.py54 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 DExtLinuxConf.py102 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 DGrubConf.py76 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 Dpassthrough.txt4 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 Dguest.txt14 This property is unnecessary when booting Dom0 using ACPI.
18 This property is unnecessary when booting Dom0 using ACPI.
A Dbooting.txt110 - 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 Dpassthrough.txt8 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 DKconfig45 # property
/xen/xen/arch/arm/
A Dvgic-v3-its.c404 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 Didl.txt119 This class has one property besides the ones defined for the Type
/xen/docs/features/
A Dintel_psr_mba.pandoc197 property for all features. So, for other data structure details, please
A Dintel_psr_cat_cdp.pandoc312 feature property pointer array is declared to save every feature's
/xen/tools/xenmon/
A DCOPYING216 patents or other property right claims or to contest validity of any

Completed in 33 milliseconds

12