Searched refs:class_root (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlinux_compat.c75 struct kobject class_root; variable in typeref:struct:kobject
679 kobject_init(&class_root, &class_ktype);
680 kobject_set_name(&class_root, "class");
681 class_root.oidp = SYSCTL_ADD_NODE(NULL, SYSCTL_CHILDREN(rootoid),
H A Ddevice.h72 extern struct kobject class_root;
199 kobject_add(&class->kobj, &class_root, class->name);

Completed in 53 milliseconds