Home
last modified time | relevance | path

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

/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A Dexpected_stderr1 Kconfig:8: hello world 1
2 Kconfig:18: hello world 3
3 Kconfig:22: hello world 4
H A 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'))
H A Dexpected_stdout1 hello world 0
/linux/samples/kfifo/
H A Drecord-example.c74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
/linux/Documentation/kbuild/
H A 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/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr1 Kconfig:9: hello, world
H A DKconfig9 $(warning,hello$(comma) world)
/linux/drivers/of/unittest-data/
H A Dtestcases_common.dtsi6 prop-update = "hello";
/linux/Documentation/filesystems/
H A Decryptfs.rst55 echo "Hello, World" > /mnt/crypt/hello.txt
70 cat /mnt/crypt/hello.txt
H A 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/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst350 .. kernel-figure:: ../../../doc-guide/hello.dot
357 .. kernel-figure:: ../../../doc-guide/hello.dot
/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst147 send_data_to_hardware("hello");
153 send_data_to_hardware("hello again");
/linux/Documentation/doc-guide/
H A Dsphinx.rst498 .. kernel-figure:: hello.dot
499 :alt: hello world
501 DOT's hello world example
505 .. kernel-figure:: hello.dot
506 :alt: hello world
508 DOT's hello world example
/linux/tools/build/feature/
H A DMakefile14 test-hello.bin \
120 $(OUTPUT)test-hello.bin:
/linux/tools/build/
H A DMakefile.feature115 hello \
/linux/tools/scripts/
H A Dutilities.mak101 # |hello
/linux/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst436 .. kernel-figure:: ../../../doc-guide/hello.dot
443 .. kernel-figure:: ../../../doc-guide/hello.dot
/linux/Documentation/networking/
H A Dsnmp_counter.rst1128 Input a string in the nc client ('hello' in our example)::
1132 hello
1166 hello
1258 On the client side, we send the string "hello" by nc::
1260 nstatuser@nstat-a:~$ echo "hello" | nc nstat-b 9000
1262 Then, we come back to the server side, the server has received the "hello"
H A Dmctp.rst144 memcpy(buf + 1, "hello, world!", sizeof(buf) - 1);
/linux/samples/
H A DKconfig110 Build an example of how to dynamically add the hello
/linux/Documentation/hid/
H A Dhid-bpf.rst233 bpf_printk("hello world: %02x %02x %02x", data[0], data[128], data[255]);
/linux/Documentation/admin-guide/
H A Dspkguide.txt879 echo hello.
881 You would get the word hello printed on your screen as soon as you
/linux/lib/
H A DKconfig.debug2563 tristate "Test module loading with 'hello world' module"