Home
last modified time | relevance | path

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

/linux-2.6.39/samples/kobject/
Dkobject-example.c24 static int baz; variable
56 var = baz; in b_show()
69 baz = var; in b_store()
76 __ATTR(baz, 0666, b_show, b_store);
Dkset-example.c34 int baz; member
140 var = foo_obj->baz; in b_show()
153 foo_obj->baz = var; in b_store()
160 __ATTR(baz, 0666, b_show, b_store);
/linux-2.6.39/Documentation/kbuild/
Dmodules.txt139 Example (The module foo.ko, consist of bar.o and baz.o):
141 make -C $KDIR M=$PWD baz.o