Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/samples/kobject/
Dkobject-example.c24 static int baz; variable
62 var = baz; in b_show()
78 baz = var; in b_store()
85 __ATTR(baz, 0664, b_show, b_store);
Dkset-example.c34 int baz; member
146 var = foo_obj->baz; in b_show()
162 foo_obj->baz = var; in b_store()
169 __ATTR(baz, 0664, b_show, b_store);
/linux-4.1.27/Documentation/device-mapper/
Dstatistics.txt171 Set the auxillary data string to "foo bar baz" (the escape for each
174 dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
/linux-4.1.27/Documentation/kbuild/
Dmodules.txt139 Example (The module foo.ko, consist of bar.o and baz.o):
141 make -C $KDIR M=$PWD baz.o
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt267 p->baz = true;