Home
last modified time | relevance | path

Searched refs:hello (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/scripts/kconfig/tests/preprocess/builtin_func/
Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
DKconfig4 $(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'))
Dexpected_stdout1 hello world 0
/Linux-v4.19/samples/kfifo/
Drecord-example.c76 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
80 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
/Linux-v4.19/Documentation/kbuild/
Dkconfig-macro-language.txt152 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/
Dexpected_stderr1 Kconfig:9: hello, world
DKconfig9 $(warning,hello$(comma) world)
/Linux-v4.19/drivers/of/unittest-data/
Dtestcases.dts8 prop-update = "hello";
/Linux-v4.19/Documentation/filesystems/
Decryptfs.txt49 echo "Hello, World" > /mnt/crypt/hello.txt
62 cat /mnt/crypt/hello.txt
Dramfs-rootfs-initramfs.txt252 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/
Dsphinx.rst364 .. 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/
DMakefile13 test-hello.bin \
83 $(OUTPUT)test-hello.bin:
/Linux-v4.19/tools/build/
DMakefile.feature80 hello \
/Linux-v4.19/Documentation/networking/
Dtls.txt59 For example, we can send an encrypted hello world record as follows:
61 const char *msg = "hello world\n";
Ddecnet.txt56 which "hello" messages are sent, if you don't set an address on the loopback
/Linux-v4.19/samples/
DKconfig63 Build an example of how to dynamically add the hello
/Linux-v4.19/tools/scripts/
Dutilities.mak101 # |hello
/Linux-v4.19/Documentation/
Drpmsg.txt263 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/
Dsphinx.rst392 .. kernel-figure:: ../../../doc-guide/hello.dot
399 .. kernel-figure:: ../../../doc-guide/hello.dot
/Linux-v4.19/Documentation/s390/
DDebugging390.txt1736 (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/
Dkgdb.rst746 enter the kdb shell, you can run the ``hello`` command.
/Linux-v4.19/drivers/staging/speakup/
Dspkguide.txt872 echo hello.
874 You would get the word hello printed on your screen as soon as you
/Linux-v4.19/Documentation/devicetree/
Dbooting-without-of.txt1162 childprop = "hello\n"; /* define a property "childprop" of
/Linux-v4.19/lib/
DKconfig.debug1849 tristate "Test module loading with 'hello world' module"