Searched refs:world (Results 1 – 16 of 16) sorted by relevance
/xen/xen/tools/kconfig/tests/preprocess/builtin_func/ |
A D | expected_stderr | 1 Kconfig:8: hello world 1 2 Kconfig:18: hello world 3 3 Kconfig:22: hello world 4
|
A D | Kconfig | 4 $(info,hello world 0) 8 $(warning-if,y,hello world 1) 18 $(warning,$(shell,echo hello world 3))
|
A D | expected_stdout | 1 hello world 0
|
/xen/stubdom/caml/ |
A D | hello.ml | 2 Printf.printf "Hello, world!\n%!."
|
/xen/xen/tools/kconfig/tests/preprocess/escape/ |
A D | expected_stderr | 1 Kconfig:9: hello, world
|
A D | Kconfig | 9 $(warning,hello$(comma) world)
|
/xen/docs/misc/ |
A D | kconfig-macro-language.rst | 181 For example, $(shell echo hello, world) runs the command "echo hello, world". 182 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say 188 $(shell, echo hello, world) 194 $(shell, echo hello$(comma) world)
|
A D | crashdb.txt | 50 watchdog, and every other CPU, so the state of the world shouldn't
|
A D | kconfig-language.rst | 668 and real world requirements were not well understood. As it stands though
|
/xen/docs/figs/ |
A D | network-basic.fig | 28 4 0 0 50 -1 0 16 0.0000 4 195 1335 1170 4860 of the world\001
|
/xen/ |
A D | Makefile | 167 .PHONY: world 168 world: target
|
A D | README | 117 # make world
|
/xen/docs/features/ |
A D | livepatch.pandoc | 25 has been used by multiple vendors to fix several real-world security
|
/xen/docs/misc/arm/ |
A D | passthrough.txt | 136 The following is a real-world example of a device tree fragment to
|
/xen/docs/man/ |
A D | xen-tscmode.7.pod | 141 many applications -- especially in the Windows world -- removed their
|
/xen/stubdom/ |
A D | Makefile | 274 $(MAKE) DESTDIR= -C ocaml-$(XEN_TARGET_ARCH) world
|
Completed in 20 milliseconds