Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/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-6.15/drivers/accel/qaic/
H A Dsahara.c73 } hello; member
285 le32_to_cpu(context->rx->hello.version), in sahara_hello()
286 le32_to_cpu(context->rx->hello.version_compat), in sahara_hello()
287 le32_to_cpu(context->rx->hello.max_length), in sahara_hello()
288 le32_to_cpu(context->rx->hello.mode)); in sahara_hello()
295 if (le32_to_cpu(context->rx->hello.version) != SAHARA_VERSION) { in sahara_hello()
297 le32_to_cpu(context->rx->hello.version)); in sahara_hello()
301 if (le32_to_cpu(context->rx->hello.mode) != SAHARA_MODE_IMAGE_TX_PENDING && in sahara_hello()
302 le32_to_cpu(context->rx->hello.mode) != SAHARA_MODE_IMAGE_TX_COMPLETE && in sahara_hello()
303 le32_to_cpu(context->rx->hello.mode) != SAHARA_MODE_MEMORY_DEBUG) { in sahara_hello()
[all …]
/linux-6.15/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-6.15/samples/rust/
H A Drust_misc_device.rs184 RUST_MISC_DEV_HELLO => me.hello()?, in ioctl()
234 fn hello(&self) -> Result<isize> { in hello() method
/linux-6.15/scripts/kconfig/tests/preprocess/escape/
H A Dexpected_stderr1 Kconfig:9: hello, world
H A DKconfig9 $(warning,hello$(comma) world)
/linux-6.15/drivers/of/unittest-data/
H A Dtestcases_common.dtsi6 prop-update = "hello";
/linux-6.15/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-6.15/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst350 .. kernel-figure:: ../../../doc-guide/hello.dot
357 .. kernel-figure:: ../../../doc-guide/hello.dot
/linux-6.15/Documentation/doc-guide/
H A Dsphinx.rst475 .. kernel-figure:: hello.dot
476 :alt: hello world
478 DOT's hello world example
482 .. kernel-figure:: hello.dot
483 :alt: hello world
485 DOT's hello world example
/linux-6.15/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst147 send_data_to_hardware("hello");
153 send_data_to_hardware("hello again");
/linux-6.15/tools/build/feature/
H A DMakefile15 test-hello.bin \
123 $(OUTPUT)test-hello.bin:
/linux-6.15/tools/build/
H A DMakefile.feature120 hello \
/linux-6.15/Documentation/dev-tools/kunit/
H A 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-6.15/Documentation/networking/
H A Dtls.rst69 For example, we can send an encrypted hello world record as follows:
73 const char *msg = "hello world\n";
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-6.15/tools/scripts/
H A Dutilities.mak101 # |hello
/linux-6.15/Documentation/staging/
H A Drpmsg.rst267 The following is a simple rpmsg driver, that sends an "hello!" message
291 err = rpmsg_send(rpdev->ept, "hello!", 6);
/linux-6.15/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst436 .. kernel-figure:: ../../../doc-guide/hello.dot
443 .. kernel-figure:: ../../../doc-guide/hello.dot
/linux-6.15/samples/
H A DKconfig110 Build an example of how to dynamically add the hello

12