Home
last modified time | relevance | path

Searched refs:defined (Results 1 – 25 of 73) sorted by relevance

123

/xen/tools/flask/policy/policy/
A Daccess_vectors1 # Locally defined access vectors
3 # Define access vectors for the security classes defined in security_classes.
4 # Access vectors defined in this file should not be used by the hypervisor.
A Dsecurity_classes1 # Locally defined security classes
7 # Access vectors for these classes must be defined in the access_vectors file.
A Dinitial_sids3 # label defined in some other manner.
16 # Initial SIDs used by the toolstack for domains without defined labels
A Dglobal_tunables3 # and other components not defined within a specific policy module.
/xen/stubdom/grub.patches/
A D30savedefault.diff20 -#if !defined(SUPPORT_DISKLESS) && !defined(GRUB_UTIL)
21 +#if !defined(SUPPORT_DISKLESS)
22 + #if !defined(GRUB_UTIL)
33 +#if !defined(SUPPORT_DISKLESS) && defined(GRUB_UTIL)
123 +#if !defined(SUPPORT_DISKLESS)
A D99minios199 #if defined(SUPPORT_SERIAL) || defined(SUPPORT_HERCULES) || defined(SUPPORT_GRAPHICS)
486 +#if !defined(GRUB_UTIL) && !defined(__MINIOS__)
605 +#elif defined(__MINIOS__)
637 +#if !defined(GRUB_UTIL) && !defined(__MINIOS__)
646 +#if defined(GRUB_UTIL) || defined(__MINIOS__)
757 +#if !defined(GRUB_UTIL) && !defined(__MINIOS__)
1464 #if defined(PRESET_MENU_STRING) || defined(SUPPORT_DISKLESS)
1466 # if defined(PRESET_MENU_STRING)
1469 # elif defined(SUPPORT_DISKLESS)
1569 #if !defined(STAGE1_5)
/xen/stubdom/
A Dvtpm_extern.patch1 …4.8.20191211T160002.8db85532cb/non-dbg/stubdom/vtpm/vtpm.a(vtpm.o):(.bss+0x728): first defined here
11 #if defined(_WIN32) || defined(_WIN64)
A Dpolarssl.patch60 -#if defined(POLARSSL_HAVE_LONGLONG)
61 +#if 0 //defined(POLARSSL_HAVE_LONGLONG)
A Dnewlib.patch75 #elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__)
636 #if defined(__rtems__)
671 #if !defined(__INSIDE_CYGWIN__)
679 #if defined(__SPU__)
719 #if defined(__CYGWIN__) && defined(_COMPILING_NEWLIB)
722 +#if defined(__MINIOS__)
/xen/tools/include/xen-foreign/
A Dmkheader.py139 defined = {} variable
148 defined[define] = 1
177 (match.group(1) is not None and match.group(1) not in defined):
/xen/docs/misc/
A Dkconfig-macro-language.rst62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
73 side was originally defined as a simple variable. Otherwise, its evaluation is
81 "user-defined function" in contrast to "built-in function" listed below).
84 expanded differently if different parameters are passed. Hence, a user-defined
85 function is defined using the = assignment operator. The parameters are
88 In fact, recursively expanded variables and user-defined functions are the same
90 When we say "variable" in a broad sense, it includes "user-defined function".
172 In Make, a user-defined function is referenced by using a built-in function,
177 Kconfig invokes user-defined functions and built-in functions in the same way.
A Ddump-core-format.txt43 Currently the following sections are defined. Some sections are optional.
143 The note types are defined in xen/include/public/elfnote.h.
144 The note descriptors are defined in tools/libxc/xc_core.h
145 Currently the following note informations are defined.
160 /* nothing is defined */
163 This note descriptor is defined to just indicate that this
A Dkconfig-language.rst32 them. A single configuration option is defined like this::
45 values. A config option can be defined multiple times with the same
78 default values are visible, only the first defined one is active.
80 defined. This means the default can be defined somewhere else or be
120 dependencies are defined, they are connected with '&&'. Dependencies
210 Various less common options can be defined via this option syntax,
270 Non-constant symbols are the most common ones and are defined with the
478 that is defined in a common Kconfig file and selected by the relevant
640 Kconfig should have at least clear and well defined semantics which also
658 Having well defined semantics can be useful for tools for practical
/xen/xen/tools/kconfig/tests/preprocess/variable/
A DKconfig43 # User-defined function.
47 # The number of arguments is not checked for user-defined functions.
/xen/tools/ocaml/libs/xb/
A Dxs_ring.ml37 (* NB only one feature currently defined above *)
44 (* NB only one feature currently defined above *)
/xen/docs/misc/arm/
A Dbooting.txt4 Xen follows the zImage protocol defined for 32-bit ARM Linux[1] and the
5 Image protocol defined for ARM64 Linux[2].
/xen/tools/flask/policy/modules/
A Dnic_dev.te5 # This requires that the device be labeled with a type defined here. You can
A Dvm_role.cons2 # Constraints are defined by:
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in45 ## Default: Not defined, tracing off
91 ## Default: Not defined, xenbackendd debug mode off
/xen/automation/build/
A DREADME.md30 container, which is currently defined as Debian Stretch. Any arguments
68 - XEN_CONFIG_EXPERT: If this is defined in your shell it will be
/xen/tools/examples/
A DREADME.incompatibilities23 Gentoo doesn't have ifup/ifdown; appropriate alternatives are defined in
/xen/config/
A DPaths.mk.in5 # because of this these variables are defined on one master input source file
/xen/xen/test/livepatch/
A DMakefile11 CODE_ADDR=$(shell nm --defined $(1) | grep $(2) | awk '{print "0x"$$1}')
12 CODE_SZ=$(shell nm --defined -S $(1) | grep $(2) | awk '{ print "0x"$$2}')
/xen/tools/ocaml/libs/eventchn/
A Dxeneventchn.ml30 | Reserved_5 (* Do not use this value as it's not defined *)
/xen/tools/libxl/
A Didl.txt5 idl.Type (or a subclass thereof). Every local variable defined by the
25 system defined and builtin types may differ.
119 This class has one property besides the ones defined for the Type

Completed in 16 milliseconds

123