/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg_l.l | 39 %option warn 40 %option nodefault 41 %option batch 42 %option 8bit 43 %option yylineno 44 %option noyywrap 45 %option bison-bridge 46 %option bison-locations 47 %option reentrant 48 %option prefix="xlu__cfg_yy" [all …]
|
A D | libxlu_disk_l.l | 155 %option warn 156 %option nodefault 157 %option batch 158 %option 8bit 159 %option noyywrap 160 %option reentrant 161 %option prefix="xlu__disk_yy" 162 %option nounput
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig | 9 option env="SRCARCH" 13 option env="ARCH" 22 option env="XEN_FULLVERSION" 26 option defconfig_list 31 option env="XEN_CONFIG_EXPERT"
|
A D | Kconfig.debug | 9 and extra printks. This option is intended for development purposes 57 Select this option to use the format specified in GCC 7. 63 Select this option to use the format specified in GCC 5. 69 Select this option to use the format specified in GCC 4.9. 75 Select this option to use the format specified in GCC 4.7. 81 Select this option to use the format specified in GCC 3.4.
|
/xen-4.10.0-shim-comet/ |
A D | Config.mk | 101 cc-option = $(shell if test -z "`echo 'void*p=1;' | \ 107 cc-option-add = $(eval $(call cc-option-add-closure,$(1),$(2),$(3))) 108 define cc-option-add-closure 109 ifneq ($$(call cc-option,$$($(2)),$(3),n),n) 114 cc-options-add = $(foreach o,$(3),$(call cc-option-add,$(1),$(2),$(o))) 128 cc-option := n 220 $(call cc-option-add,HOSTCFLAGS,HOSTCC,-Wdeclaration-after-statement) 221 $(call cc-option-add,CFLAGS,CC,-Wdeclaration-after-statement) 222 $(call cc-option-add,CFLAGS,CC,-Wno-unused-but-set-variable) 223 $(call cc-option-add,CFLAGS,CC,-Wno-unused-local-typedefs)
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | kxgettext.c | 85 const char *option; member 92 static struct message *message__new(const char *msg, char *option, in message__new() argument 108 self->option = option; in message__new() 149 static int message__add(const char *msg, char *option, const char *file, in message__add() argument 160 m = message__new(escaped, option, file, lineno); in message__add() 194 if (self->option != NULL) in message__print_file_lineno() 195 printf("# %s:00000\n", self->option); in message__print_file_lineno()
|
A D | zconf.l | 1 %option nostdinit noyywrap never-interactive full ecs 2 %option 8bit nodefault perf-report perf-report 3 %option noinput
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpvnetboot | 55 def mount(dev, path, option=''): argument 60 cmd = ' '.join([mountcmd, option, dev, path]) 105 option = '-o ro' 107 option = '-o ro,loop' 109 option += ' -F hsfs' 110 mount(self.location, self.srcdir, option) 132 option = '-o ro,loop' 134 option += ' -F hsfs' 135 mount(os.path.join(self.nfsdir, iso), self.srcdir, option)
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.mli | 21 of type ['a * 'b option]. *) 42 val iter : ('a -> 'b option -> unit) -> ('a, 'b) t -> unit 45 [f] is an option type. *) 47 val iter_path : ('a -> 'b option -> unit) -> ('a, 'b) t -> 'a list -> unit 51 val fold : ('a -> 'b option -> 'c -> 'c) -> ('a, 'b) t -> 'c -> 'c 54 val map : ('b -> 'c option) -> ('a,'b) t -> ('a,'c) t 55 (** [map f t] maps [f] over every values stored in [t]. The return value of [f] is of type 'c option
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | kconfig.h | 29 #define IS_ENABLED(option) config_enabled(option) argument
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/ucna_llc/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_llc/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_mem/xen/ |
A D | cases.sh | 37 while getopts ":c:p:h" option 39 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/ucna_llc/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_llc/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_mem/dom0/ |
A D | cases.sh | 38 while getopts ":c:d:p:h" option 40 case "$option" in
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/ |
A D | Makefile | 7 $(call cc-option-add,CFLAGS,CC,-fno-pic) 8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/ucna_llc/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.mli.in | 35 vmessage : level -> int option -> string option -> string -> unit; 36 progress : string option -> string -> int -> int64 -> int64 -> unit;
|
A D | xentoollog.ml.in | 28 vmessage : level -> int option -> string option -> string -> unit; 29 progress : string option -> string -> int -> int64 -> int64 -> unit;
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_llc/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen-4.10.0-shim-comet/tools/tests/mce-test/cases/srao_mem/guest/ |
A D | cases.sh | 44 while getopts ":i:u:m:c:p:hl:" option 46 case "$option" in
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | Makefile | 7 $(call cc-option-add,CFLAGS,CC,-fno-pic) 8 $(call cc-option-add,CFLAGS,CC,-fno-PIE)
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Rules.mk | 16 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 30 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Rules.mk | 12 $(call cc-option-add,CFLAGS,CC,-Wnested-externs) 21 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
|