Home
last modified time | relevance | path

Searched refs:kobj_type (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-sysfs.m44 dnl # In cdb4f26a63c391317e335e6e683a614358e70aeb ("kobject: kobj_type: remove default_attrs")
5 dnl # struct kobj_type.default_attrs
7 dnl # struct kobj_type.default_groups
9 …666111f6bbfd15f290a27e8a7b9d854 ("kobject: Add support for default attribute groups to kobj_type"),
16 struct kobj_type __attribute__ ((unused)) kt = {
22 AC_MSG_CHECKING([whether struct kobj_type.default_groups exists])
25 AC_DEFINE([HAVE_SYSFS_DEFAULT_GROUPS], 1, [struct kobj_type has default_groups])
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h48 struct kobj_type { struct
55 extern const struct kobj_type linux_kfree_type; argument
61 const struct kobj_type *ktype;
97 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init()
158 int kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype,
H A Dcdev.h45 extern const struct kobj_type linux_cdev_ktype;
46 extern const struct kobj_type linux_cdev_static_ktype;
H A Ddevice.h138 extern const struct kobj_type linux_dev_ktype;
139 extern const struct kobj_type linux_class_ktype;
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c110 const struct kobj_type *t; in kobject_add_complete()
156 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add()
196 const struct kobj_type linux_kfree_type = {
238 const struct kobj_type linux_kset_kfree_type = {
H A Dlinux_compat.c232 const struct kobj_type linux_class_ktype = {
284 const struct kobj_type linux_dev_ktype = {
2446 const struct kobj_type linux_cdev_ktype = {
2450 const struct kobj_type linux_cdev_static_ktype = {
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dcore_priv.h144 struct kobject *kobj, struct kobj_type *ktype,
H A Dib_sysfs.c714 static struct kobj_type port_type = {
720 static struct kobj_type gid_attr_type = {
1404 struct kobject *kobj, struct kobj_type *ktype, in ib_port_register_module_stat()
H A Dib_user_mad.c148 static struct kobj_type ib_umad_dev_ktype = {
H A Dib_cm.c3998 static struct kobj_type cm_counter_obj_type = {
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c72 struct kobj_type zko_kobj_type;
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c265 static struct kobj_type ttm_pool_kobj_type = {
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c431 static struct kobj_type port_type = {