Searched refs:hello (Results 1 – 24 of 24) sorted by relevance
/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/ |
D | expected_stderr | 1 Kconfig:8: hello world 1 2 Kconfig:18: hello world 3 3 Kconfig:22: hello world 4
|
D | Kconfig | 4 $(info,hello world 0) 8 $(warning-if,y,hello world 1) 18 $(warning,$(shell,echo hello world 3)) 22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
|
D | expected_stdout | 1 hello world 0
|
/Linux-v4.19/samples/kfifo/ |
D | record-example.c | 76 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local 80 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 152 to make "info" function print " hello", you can write like follows: 156 $(info $(space)$(space)hello) 177 For example, $(shell echo hello, world) runs the command "echo hello, world". 178 Likewise, $(info hello, world) prints "hello, world" to stdout. You could say 184 $(shell, echo hello, world) 190 $(shell, echo hello$(comma) world)
|
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/ |
D | expected_stderr | 1 Kconfig:9: hello, world
|
D | Kconfig | 9 $(warning,hello$(comma) world)
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | testcases.dts | 8 prop-update = "hello";
|
/Linux-v4.19/Documentation/filesystems/ |
D | ecryptfs.txt | 49 echo "Hello, World" > /mnt/crypt/hello.txt 62 cat /mnt/crypt/hello.txt
|
D | ramfs-rootfs-initramfs.txt | 252 uses like this. (A "hello world" program statically linked against glibc is 256 A good first step is to get initramfs to run a statically linked "hello world" 260 cat > hello.c << EOF 270 gcc -static hello.c -o init
|
/Linux-v4.19/Documentation/doc-guide/ |
D | sphinx.rst | 364 .. kernel-figure:: hello.dot 365 :alt: hello world 367 DOT's hello world example 371 .. kernel-figure:: hello.dot 372 :alt: hello world 374 DOT's hello world example
|
/Linux-v4.19/tools/build/feature/ |
D | Makefile | 13 test-hello.bin \ 83 $(OUTPUT)test-hello.bin:
|
/Linux-v4.19/tools/build/ |
D | Makefile.feature | 80 hello \
|
/Linux-v4.19/Documentation/networking/ |
D | tls.txt | 59 For example, we can send an encrypted hello world record as follows: 61 const char *msg = "hello world\n";
|
D | decnet.txt | 56 which "hello" messages are sent, if you don't set an address on the loopback
|
/Linux-v4.19/samples/ |
D | Kconfig | 63 Build an example of how to dynamically add the hello
|
/Linux-v4.19/tools/scripts/ |
D | utilities.mak | 101 # |hello
|
/Linux-v4.19/Documentation/ |
D | rpmsg.txt | 263 The following is a simple rpmsg driver, that sends an "hello!" message 287 err = rpmsg_send(rpdev, "hello!", 6);
|
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 392 .. kernel-figure:: ../../../doc-guide/hello.dot 399 .. kernel-figure:: ../../../doc-guide/hello.dot
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 1736 (gdb) call printf("hello world") 1743 hello world$2 = 0 1745 to make space for the "hello world" string.
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kgdb.rst | 746 enter the kdb shell, you can run the ``hello`` command.
|
/Linux-v4.19/drivers/staging/speakup/ |
D | spkguide.txt | 872 echo hello. 874 You would get the word hello printed on your screen as soon as you
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 1162 childprop = "hello\n"; /* define a property "childprop" of
|
/Linux-v4.19/lib/ |
D | Kconfig.debug | 1849 tristate "Test module loading with 'hello world' module"
|