Home
last modified time | relevance | path

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

12

/Linux-v6.6/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-v6.6/samples/kfifo/
Drecord-example.c74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
/Linux-v6.6/Documentation/kbuild/
Dkconfig-macro-language.rst156 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-v6.6/scripts/kconfig/tests/preprocess/escape/
Dexpected_stderr1 Kconfig:9: hello, world
DKconfig9 $(warning,hello$(comma) world)
/Linux-v6.6/drivers/of/unittest-data/
Dtestcases_common.dtsi6 prop-update = "hello";
/Linux-v6.6/Documentation/filesystems/
Decryptfs.rst55 echo "Hello, World" > /mnt/crypt/hello.txt
70 cat /mnt/crypt/hello.txt
Dramfs-rootfs-initramfs.rst261 uses like this. (A "hello world" program statically linked against glibc is
265 A good first step is to get initramfs to run a statically linked "hello world"
269 cat > hello.c << EOF
279 gcc -static hello.c -o init
/Linux-v6.6/Documentation/translations/zh_CN/doc-guide/
Dsphinx.rst350 .. kernel-figure:: ../../../doc-guide/hello.dot
357 .. kernel-figure:: ../../../doc-guide/hello.dot
/Linux-v6.6/Documentation/doc-guide/
Dsphinx.rst466 .. kernel-figure:: hello.dot
467 :alt: hello world
469 DOT's hello world example
473 .. kernel-figure:: hello.dot
474 :alt: hello world
476 DOT's hello world example
/Linux-v6.6/Documentation/dev-tools/kunit/api/
Dfunctionredirection.rst147 send_data_to_hardware("hello");
153 send_data_to_hardware("hello again");
/Linux-v6.6/tools/build/feature/
DMakefile16 test-hello.bin \
100 $(OUTPUT)test-hello.bin:
/Linux-v6.6/Documentation/dev-tools/kunit/
Dusage.rst489 TEST_SHA1("hello world", "2aae6c35c94fcfb415dbe95f408b9ce91ee846ed");
490 TEST_SHA1("hello world!", "430ce34d020724ed75a196dfc2ad67c77772d169");
514 .str = "hello world",
518 .str = "hello world!",
560 .str = "hello world",
564 .str = "hello world!",
/Linux-v6.6/tools/build/
DMakefile.feature87 hello \
/Linux-v6.6/Documentation/networking/
Dtls.rst69 For example, we can send an encrypted hello world record as follows:
73 const char *msg = "hello world\n";
Dsnmp_counter.rst1132 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"
Dmctp.rst144 memcpy(buf + 1, "hello, world!", sizeof(buf) - 1);
/Linux-v6.6/tools/scripts/
Dutilities.mak101 # |hello
/Linux-v6.6/Documentation/staging/
Drpmsg.rst263 The following is a simple rpmsg driver, that sends an "hello!" message
287 err = rpmsg_send(rpdev, "hello!", 6);
/Linux-v6.6/Documentation/translations/it_IT/doc-guide/
Dsphinx.rst436 .. kernel-figure:: ../../../doc-guide/hello.dot
443 .. kernel-figure:: ../../../doc-guide/hello.dot
/Linux-v6.6/samples/
DKconfig110 Build an example of how to dynamically add the hello
/Linux-v6.6/Documentation/hid/
Dhid-bpf.rst210 bpf_printk("hello world: %02x %02x %02x", data[0], data[128], data[255]);
/Linux-v6.6/Documentation/dev-tools/
Dkgdb.rst769 enter the kdb shell, you can run the ``hello`` command.

12