/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | symbol.c | 99 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 D | lkc.h | 106 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 D | expr.h | 85 struct property *prop; 144 struct property { struct 145 struct property *next; /* next property - null if last */ argument 172 struct property *prompt;
|
A D | menu.c | 31 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 D | lkc_proto.h | 46 struct property * sym_get_choice_prop(struct symbol *sym);
|
A D | util.c | 58 struct property *prop; in file_write_dep()
|
A D | confdata.c | 263 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 D | zconf.y | 611 struct property *prop; in print_symbol() 692 struct property *prop; in zconfdump()
|
A D | conf.c | 357 struct property *prop; in conf()
|
A D | qconf.cc | 124 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 D | mconf.c | 469 struct property *prop; in build_conf()
|
A D | nconf.c | 736 struct property *prop; in build_conf()
|
A D | gconf.c | 1337 struct property *prop; in display_tree()
|
A D | zconf.tab.c_shipped | 2448 struct property *prop; 2529 struct property *prop;
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | LiloConf.py | 51 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 D | ExtLinuxConf.py | 99 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 D | GrubConf.py | 74 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 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
|
/xen-4.10.0-shim-comet/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
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | vgic-v3-its.c | 403 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 D | idl.txt | 119 This class has one property besides the ones defined for the Type
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 299 feature property pointer array is declared to save every feature's
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | COPYING | 216 patents or other property right claims or to contest validity of any
|