Searched refs:hello (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.4/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-v5.4/samples/kfifo/ |
D | record-example.c | 74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local 78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
|
/Linux-v5.4/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 156 to make "info" function print " hello", you can write like follows:: 160 $(info $(space)$(space)hello) 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)
|
/Linux-v5.4/scripts/kconfig/tests/preprocess/escape/ |
D | expected_stderr | 1 Kconfig:9: hello, world
|
D | Kconfig | 9 $(warning,hello$(comma) world)
|
/Linux-v5.4/drivers/of/unittest-data/ |
D | testcases.dts | 8 prop-update = "hello";
|
/Linux-v5.4/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
|
D | path-lookup.rst | 1225 echo hello > /tmp/foo
|
/Linux-v5.4/Documentation/doc-guide/ |
D | sphinx.rst | 368 .. kernel-figure:: hello.dot 369 :alt: hello world 371 DOT's hello world example 375 .. kernel-figure:: hello.dot 376 :alt: hello world 378 DOT's hello world example
|
/Linux-v5.4/tools/build/feature/ |
D | Makefile | 15 test-hello.bin \ 91 $(OUTPUT)test-hello.bin:
|
/Linux-v5.4/Documentation/networking/ |
D | tls.rst | 69 For example, we can send an encrypted hello world record as follows: 73 const char *msg = "hello world\n";
|
D | snmp_counter.rst | 1132 Input a string in the nc client ('hello' in our example):: 1136 hello 1170 hello 1262 On the client side, we send the string "hello" by nc:: 1264 nstatuser@nstat-a:~$ echo "hello" | nc nstat-b 9000 1266 Then, we come back to the server side, the server has received the "hello"
|
D | decnet.txt | 54 which "hello" messages are sent, if you don't set an address on the loopback
|
/Linux-v5.4/tools/build/ |
D | Makefile.feature | 84 hello \
|
/Linux-v5.4/samples/ |
D | Kconfig | 62 Build an example of how to dynamically add the hello
|
/Linux-v5.4/tools/scripts/ |
D | utilities.mak | 101 # |hello
|
/Linux-v5.4/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-v5.4/Documentation/translations/it_IT/doc-guide/ |
D | sphinx.rst | 396 .. kernel-figure:: ../../../doc-guide/hello.dot 403 .. kernel-figure:: ../../../doc-guide/hello.dot
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kgdb.rst | 746 enter the kdb shell, you can run the ``hello`` command.
|
/Linux-v5.4/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-v5.4/lib/ |
D | Kconfig.debug | 1862 tristate "Test module loading with 'hello world' module"
|
/Linux-v5.4/Documentation/devicetree/ |
D | booting-without-of.txt | 1162 childprop = "hello\n"; /* define a property "childprop" of
|