Home
last modified time | relevance | path

Searched refs:foobar (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/of/unittest-data/
Dtests-phandle.dtsi42 string-property = "foobar";
/linux-4.4.14/Documentation/
Dkernel-doc-nano-HOWTO.txt55 * foobar() - short function description of foobar
56 * @arg1: Describe the first argument to foobar.
57 * @arg2: Describe the second argument to foobar.
61 * A longer description, with more discussion of the function foobar()
68 * Return: Describe the return value of foobar.
320 * The whizbang foobar is a dilly of a gizmo. It can do whatever you
/linux-4.4.14/Documentation/input/
Dyealink.txt204 arecord -v -d 10 -r 8000 -f S16_LE -t wav foobar.wav
207 aplay foobar.wav
/linux-4.4.14/Documentation/s390/
D3270.txt260 echo pf24="mkdir foobar; cd foobar" > /proc/tty/driver/tty3270
261 to execute the commands mkdir foobar and cd foobar immediately when you
/linux-4.4.14/Documentation/networking/
Dnetdev-FAQ.txt177 * foobar blah blah blah
183 /* foobar blah blah blah
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt193 …bles which don't start with "foo" and end with "bar", like "fizzbar". But "foobar" is filtered out.
/linux-4.4.14/drivers/block/
Dpktcdvd.c1462 static int kcdrwd(void *foobar) in kcdrwd() argument
1464 struct pktcdvd_device *pd = foobar; in kcdrwd()