| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_kobject.c | 36 struct kobject *kobj; in kobject_create() local 48 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) in kobject_set_name_vargs() 91 kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name() 104 kobject_add_complete(struct kobject *kobj, struct kobject *parent) in kobject_add_complete() 127 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) in kobject_add() 142 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add() 164 struct kobject *kobj; in linux_kobject_release() local 176 linux_kobject_kfree(struct kobject *kobj) in linux_kobject_kfree() 186 linux_kobject_kfree_name(struct kobject *kobj) in linux_kobject_kfree_name() 194 lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in lkpi_kobj_attr_show() [all …]
|
| H A D | linux_compat.c | 186 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_class_show() 200 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_class_store() 215 linux_class_release(struct kobject *kobj) in linux_class_release() 235 linux_dev_release(struct kobject *kobj) in linux_dev_release() 248 linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_dev_show() 262 linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_dev_store() 2228 linux_cdev_release(struct kobject *kobj) in linux_cdev_release() 2241 linux_cdev_static_release(struct kobject *kobj) in linux_cdev_static_release()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sysfs.h | 85 struct kobject *kobj; in sysctl_handle_attr() local 136 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) in sysfs_create_file() 151 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file() 168 sysfs_remove_link(struct kobject *kobj, const char *name) in sysfs_remove_link() 197 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_create_group() 218 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_remove_group() 226 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps) in sysfs_create_groups() 253 sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_merge_group() 261 sysfs_unmerge_group(struct kobject *kobj, const struct attribute_group *grp) in sysfs_unmerge_group() 276 sysfs_create_dir(struct kobject *kobj) in sysfs_create_dir() [all …]
|
| H A D | kobject.h | 84 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init() 96 kobject_put(struct kobject *kobj) in kobject_put() 104 kobject_get(struct kobject *kobj) in kobject_get() 120 struct kobject *kobj; in kobject_create_and_add() local 138 kobject_name(const struct kobject *kobj) in kobject_name() 149 kobject_uevent_env(struct kobject *kobj, int action, char *envp[]) in kobject_uevent_env()
|
| H A D | cdev.h | 49 struct kobject kobj; member
|
| H A D | device.h | 61 struct kobject kobj; member 116 struct kobject kobj; member 368 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev()
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | maestro3.c | 320 m3_initcd(kobj_t kobj, void *devinfo) in m3_initcd() 334 m3_rdcd(kobj_t kobj, void *devinfo, int regno) in m3_rdcd() 516 m3_pchan_free(kobj_t kobj, void *chdata) in m3_pchan_free() 602 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) in m3_pchan_trigger() 635 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) in m3_pchan_trigger_locked() 724 m3_pchan_getptr(kobj_t kobj, void *chdata) in m3_pchan_getptr() 738 m3_pchan_getcaps(kobj_t kobj, void *chdata) in m3_pchan_getcaps() 890 m3_rchan_free(kobj_t kobj, void *chdata) in m3_rchan_free() 975 m3_rchan_trigger(kobj_t kobj, void *chdata, int go) in m3_rchan_trigger() 1076 m3_rchan_getptr(kobj_t kobj, void *chdata) in m3_rchan_getptr() [all …]
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_sysfs.c | 54 struct kobject kobj; member 59 struct kobject kobj; member 102 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show() 115 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store() 133 static ssize_t gid_attr_show(struct kobject *kobj, in gid_attr_show() 667 static void ib_port_release(struct kobject *kobj) in ib_port_release() 843 static ssize_t show_stats_lifespan(struct kobject *kobj, in show_stats_lifespan() 870 static ssize_t set_stats_lifespan(struct kobject *kobj, in set_stats_lifespan() 1001 struct kobject *kobj = &port->kobj; in setup_hw_stats() local 1008 struct kobject *kobj = &device->dev.kobj; in setup_hw_stats() local [all …]
|
| H A D | ib_user_mad.c | 104 struct kobject kobj; member 140 static void ib_umad_release_dev(struct kobject *kobj) in ib_umad_release_dev()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_sysfs.c | 127 zfs_kobj_release(struct kobject *kobj) in zfs_kobj_release() 338 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in dataset_property_show() 352 vdev_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in vdev_property_show() 366 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_property_show() 398 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in kernel_feature_show() 472 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_feature_show()
|
| /freebsd-14.2/lib/librpcsec_gss/ |
| H A D | rpcsec_gss_conf.c | 54 char *kobj; member 182 char *name, *oid, *lib, *kobj; in _rpc_gss_load_mech() local
|
| /freebsd-14.2/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_sysfs.c | 368 struct kobject kobj; member 379 static void mlx4_port_release(struct kobject *kobj) in mlx4_port_release() 401 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show() 413 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store()
|
| H A D | mlx4_ib.h | 513 struct kobject *kobj; member
|
| /freebsd-14.2/lib/libgssapi/ |
| H A D | gss_mech_switch.c | 189 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
|
| /freebsd-14.2/sys/dev/drm2/ttm/ |
| H A D | ttm_page_alloc_dma.c | 175 struct kobject kobj; member 200 static void ttm_pool_kobj_release(struct kobject *kobj) in ttm_pool_kobj_release() 207 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, in ttm_pool_store() 241 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, in ttm_pool_show()
|
| /freebsd-14.2/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_mech_switch.c | 235 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
|
| /freebsd-14.2/sys/sys/ |
| H A D | kobj.h | 72 struct kobj { struct
|
| /freebsd-14.2/usr.sbin/gssd/ |
| H A D | gssd.c | 283 char *name, *oid, *lib, *kobj; in gssd_load_mech() local
|
| /freebsd-14.2/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 537 struct kobject kobj; member
|