Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 2 of 2) sorted by relevance

/linux/samples/kfifo/
H A Drecord-example.c74 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
/linux/samples/rust/
H A Drust_misc_device.rs236 fn hello(&self) -> Result<isize> { in hello() method