Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 39) sorted by relevance

12

/xen/xen/include/xen/
A Dparam.h116 __paramfs __parfs_##variable = \
122 .func = (variable) }
124 __paramfs __parfs_##variable = \
128 .hypfs.e.size = sizeof(variable), \
131 .hypfs.u.content = &(variable) }
133 __paramfs __parfs_##variable = \
140 .hypfs.u.content = &(variable) }
142 __paramfs __parfs_##variable = \
149 .hypfs.u.content = &(variable) }
151 __paramfs __parfs_##variable = \
[all …]
/xen/xen/tools/kconfig/tests/preprocess/variable/
A DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
30 # Use += operator to an undefined variable.
31 # This works as a recursively expanded variable.
37 # You can use variable references for the lefthand side of assignment statement.
/xen/xen/tools/kconfig/
A Dpreprocess.c231 struct variable { struct
239 static struct variable *variable_lookup(const char *name) in variable_lookup() argument
241 struct variable *v; in variable_lookup()
253 struct variable *v; in variable_expand()
282 struct variable *v; in variable_add()
324 static void variable_del(struct variable *v) in variable_del()
334 struct variable *v, *tmp; in variable_all_del()
A Dstreamline_config.pl280 my $variable = $2;
286 $process .= $start . $variable;
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in16 # If XENDOMAINS_SYSRQ is set, this variable determines how long to wait
75 # for some reason or another. To do this, set this variable to
86 # This variable determines whether saved domains from XENDOMAINS_SAVE
94 # This variable sets the directory where domains configurations
108 # If this variable is set to "true", only the domains started via config
122 # If this variable is non-zero, the script will set up a watchdog timer
124 # specified by this variable.
133 # amount of time. So better setup this variable to a huge number and hope the
/xen/
A DINSTALL39 this variable there is nothing stopping you setting dangerously
184 be passed as make options, like 'make variable=value'. Having these
185 variables in the environment, like 'env variable=value make', will not
192 The well known variable to specify an offset during make install,
203 the path provided by ocamlfind(1) will be used. This variable can be
204 used to override this path. Using the environment variable
215 The make target 'rpmball' will build a xen.rpm. This variable can be
221 The hypervisor will report a certain version string. This variable can
260 using this variable.
265 APPEND_INCLUDES= will be appended to the CFLAGS/LDFLAGS variable.
[all …]
A DConfig.mk180 $(call cc-option-add,CFLAGS,CC,-Wno-unused-but-set-variable)
A Dconfigure1119 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
3567 …"$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
/xen/xen/tools/kconfig/tests/preprocess/circular_expansion/
A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/xen/m4/
A Dpkg.m4136 Consider adjusting the PKG_CONFIG_PATH environment variable if you
145 is in your PATH or set the PKG_CONFIG environment variable to the full
182 # Substitutes the variable pkgconfigdir as the location where a module
202 # Substitutes the variable noarch_pkgconfigdir as the location where a
223 # Retrieves the value of the pkg-config variable for the given module.
228 _PKG_CONFIG([$1], [variable="][$3]["], [$2])
A Dsystemd.m456 …dnl SYSTEMD_DIR="`$PKG_CONFIG --define-variable=prefix=$PREFIX --variable=systemdsystemunitdir sys…
64 dnl There is no variable for this yet for some reason
A Dpthread.m413 # which is then expanded once for each variable.
A Dax_compare_version.m442 # variable 'ax_compare_version' is always set to either 'true' or 'false'
68 # configure, so must be a string, not a variable.
/xen/tools/xl/
A DCODING_STYLE49 handled by putting the return/status value into a variable, and
55 example, in a loop), the corresponding variable has to be reset to
64 In that case you have to reset the local variable to `nothing here',
123 variable "tmp", which is much easier to write, and not the least more
139 LOCAL variable names should be short, and to the point. If you have
143 variable that is used to hold a temporary value.
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst63 the corresponding obj- variable will be set, and the build system
69 It is good practice to use a `CONFIG_` variable when assigning directory
82 variable $(XEN_CFLAGS) and uses it for compilation flags for the
83 entire tree. And the variable $(CFLAGS) is modified by Config.mk
/xen/tools/libs/light/
A DCODING_STYLE34 The following local variable names should be used where applicable:
45 libxl_foo_bar_state *fbs; /* local variable */
97 handled by putting the return/status value into a variable, and
103 example, in a loop), the corresponding variable has to be reset to
113 In that case you have to reset the local variable to `nothing here',
251 variable "tmp", which is much easier to write, and not the least more
267 LOCAL variable names should be short, and to the point. If you have
271 variable that is used to hold a temporary value.
A Didl.txt5 idl.Type (or a subclass thereof). Every local variable defined by the
/xen/tools/libs/util/
A DCODING_STYLE34 The following local variable names should be used where applicable:
45 libxl_foo_bar_state *fbs; /* local variable */
97 handled by putting the return/status value into a variable, and
103 example, in a loop), the corresponding variable has to be reset to
113 In that case you have to reset the local variable to `nothing here',
241 variable "tmp", which is much easier to write, and not the least more
257 LOCAL variable names should be short, and to the point. If you have
261 variable that is used to hold a temporary value.
/xen/stubdom/grub.patches/
A D20print_func.diff9 (builtin_print): New variable.
/xen/docs/misc/
A Dvtd-pi.txt128 1. Add a variable to control whether enable VT-d posted-interrupt or not.
142 - New variable to control VT-d PI
144 Like variable 'iommu_intremap' for interrupt remapping, it is very straightforward
A Dblock-scripts.txt42 The environment variable XENBUS_PATH will be set to the
/xen/automation/build/
A DREADME.md91 If you define the `PUSH` environment variable when running the
/xen/tools/firmware/vgabios/
A DChangeLog122 - biosfn_scroll(): check variable 'i' for underflowing when scrolling downwards
489 - fixed wrong variable name in the init code
621 optimized using a local variable 'crtc_addr'
/xen/docs/misra/
A Ddocumenting-violations.rst141 | MC3R1.R8.6 for program 'xen/xen-syms', variable '_start' has no definition
/xen/docs/
A Dconfigure1109 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
3467 …"$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'

Completed in 61 milliseconds

12