int
kcms_get_attribute(
kobject object,
kvalist)
none
KCMS_NAME
attribute,
which is of type kstring
.
Given any kcms object, the following code will determine
the object's name:
kobject object;
kstring name;
kcms_get_attribute(object, KCMS_NAME, &name);
kprintf("Object's name is %s.\n", name);
none
none
$BOOTSTRAP/objects/library/kcms/src/public.c