Searched refs:kobj_type (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-sysfs.m4 | 4 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 D | kobject.h | 48 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 D | cdev.h | 45 extern const struct kobj_type linux_cdev_ktype; 46 extern const struct kobj_type linux_cdev_static_ktype;
|
H A D | device.h | 138 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 D | linux_kobject.c | 110 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 D | linux_compat.c | 232 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 D | core_priv.h | 144 struct kobject *kobj, struct kobj_type *ktype,
|
H A D | ib_sysfs.c | 714 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 D | ib_user_mad.c | 148 static struct kobj_type ib_umad_dev_ktype = {
|
H A D | ib_cm.c | 3998 static struct kobj_type cm_counter_obj_type = {
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_sysfs.c | 72 struct kobj_type zko_kobj_type;
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc_dma.c | 265 static struct kobj_type ttm_pool_kobj_type = {
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_sysfs.c | 431 static struct kobj_type port_type = {
|