Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dsymbol.c99 struct property *prop; in sym_get_choice_prop()
108 struct property *prop; in sym_get_env_prop()
117 struct property *prop; in sym_get_default_prop()
129 struct property *prop; in sym_get_range_prop()
157 struct property *prop; in sym_validate_range()
191 struct property *prop; in sym_set_changed()
211 struct property *prop; in sym_calc_visibility()
258 struct property *prop; in sym_choice_default()
284 struct property *prop; in sym_calc_choice()
316 struct property *prop; in sym_calc_value()
[all …]
A Dlkc.h106 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
142 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
143 struct symbol *prop_get_symbol(struct property *prop);
144 struct property *sym_get_env_prop(struct symbol *sym);
A Dexpr.h85 struct property *prop;
144 struct property { struct
145 struct property *next; /* next property - null if last */ argument
172 struct property *prompt;
A Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
130 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop()
178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
234 struct property *prop; in sym_check_prop()
286 struct property *prop; in menu_finalize()
546 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
606 static struct property *get_symbol_prop(struct symbol *sym) in get_symbol_prop()
608 struct property *prop = NULL; in get_symbol_prop()
622 struct property *prop; in get_symbol_str()
A Dlkc_proto.h46 struct property * sym_get_choice_prop(struct symbol *sym);
A Dutil.c58 struct property *prop; in file_write_dep()
A Dconfdata.c263 struct property *prop; in conf_read_simple()
1053 struct property *prop; in randomize_choice_values()
1101 struct property *prop; in set_all_choice_values()
A Dzconf.y611 struct property *prop; in print_symbol()
692 struct property *prop; in zconfdump()
A Dconf.c357 struct property *prop; in conf()
A Dqconf.cc124 struct property *prop; in updateMenu()
1086 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info()
1254 struct property *prop; in search()
A Dmconf.c469 struct property *prop; in build_conf()
A Dnconf.c736 struct property *prop; in build_conf()
A Dgconf.c1337 struct property *prop; in display_tree()
A Dzconf.tab.c_shipped2448 struct property *prop;
2529 struct property *prop;
/xen-4.10.0-shim-comet/tools/pygrub/src/
A DLiloConf.py51 kernel = property(get_kernel, set_kernel)
57 initrd = property(get_initrd, set_initrd)
68 args = property(get_args, set_args)
74 readonly = property(get_readonly, set_readonly)
163 default = property(_get_default, _set_default)
A DExtLinuxConf.py99 kernel = property(get_kernel, set_kernel)
100 args = property(get_args, set_args)
106 initrd = property(get_initrd, set_initrd)
112 readonly = property(get_readonly, set_readonly)
197 default = property(_get_default, _set_default)
A DGrubConf.py74 disk = property(get_disk, set_disk)
88 part = property(get_part, set_part)
114 root = property(get_root, set_root)
128 kernel = property(get_kernel, set_kernel)
129 args = property(get_args)
135 initrd = property(get_initrd, set_initrd)
237 default = property(_get_default, _set_default)
243 splash = property(get_splash, set_splash)
/xen-4.10.0-shim-comet/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
/xen-4.10.0-shim-comet/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
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvgic-v3-its.c403 uint8_t property; in update_lpi_property() local
419 &property, sizeof(property), false); in update_lpi_property()
423 write_atomic(&p->lpi_priority, property & LPI_PROP_PRIO_MASK); in update_lpi_property()
425 if ( property & LPI_PROP_ENABLED ) in update_lpi_property()
/xen-4.10.0-shim-comet/tools/libxl/
A Didl.txt119 This class has one property besides the ones defined for the Type
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc299 feature property pointer array is declared to save every feature's
/xen-4.10.0-shim-comet/tools/xenmon/
A DCOPYING216 patents or other property right claims or to contest validity of any

Completed in 33 milliseconds

12