Home
last modified time | relevance | path

Searched defs:kobj (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c40 struct kobject *kobj; in kobject_create() local
52 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) in kobject_set_name_vargs()
95 kobject_set_name(struct kobject *kobj, const char *fmt, ...) in kobject_set_name()
108 kobject_add_complete(struct kobject *kobj) in kobject_add_complete()
139 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) in kobject_add()
156 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, in kobject_init_and_add()
178 struct kobject *kobj; in linux_kobject_release() local
191 linux_kobject_kfree(struct kobject *kobj) in linux_kobject_kfree()
201 linux_kobject_kfree_name(struct kobject *kobj) in linux_kobject_kfree_name()
209 lkpi_kobj_attr_show(struct kobject *kobj, struct attribute *attr, char *buf) in lkpi_kobj_attr_show()
[all …]
H A Dlinux_compat.c194 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_class_show()
208 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_class_store()
223 linux_class_release(struct kobject *kobj) in linux_class_release()
243 linux_dev_release(struct kobject *kobj) in linux_dev_release()
256 linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf) in linux_dev_show()
270 linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, in linux_dev_store()
2377 linux_cdev_release(struct kobject *kobj) in linux_cdev_release()
2390 linux_cdev_static_release(struct kobject *kobj) in linux_cdev_static_release()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h128 struct kobject *kobj; sysctl_handle_attr() local
179 sysfs_create_file(struct kobject * kobj,const struct attribute * attr) sysfs_create_file() argument
194 __sysfs_lookup_group(struct kobject * kobj,const char * group) __sysfs_lookup_group() argument
222 sysfs_add_file_to_group(struct kobject * kobj,const struct attribute * attr,const char * group) sysfs_add_file_to_group() argument
238 sysfs_remove_file(struct kobject * kobj,const struct attribute * attr) sysfs_remove_file() argument
246 sysfs_remove_file_from_group(struct kobject * kobj,const struct attribute * attr,const char * group) sysfs_remove_file_from_group() argument
261 struct kobject *kobj; sysctl_handle_bin_attr() local
302 sysfs_create_bin_file(struct kobject * kobj,const struct bin_attribute * attr) sysfs_create_bin_file() argument
325 sysfs_remove_bin_file(struct kobject * kobj,const struct bin_attribute * attr) sysfs_remove_bin_file() argument
342 sysfs_remove_link(struct kobject * kobj,const char * name) sysfs_remove_link() argument
348 sysfs_create_files(struct kobject * kobj,const struct attribute * const * attrs) sysfs_create_files() argument
362 sysfs_remove_files(struct kobject * kobj,const struct attribute * const * attrs) sysfs_remove_files() argument
371 sysfs_create_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_create_group() argument
401 sysfs_remove_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_remove_group() argument
409 sysfs_create_groups(struct kobject * kobj,const struct attribute_group ** grps) sysfs_create_groups() argument
425 sysfs_remove_groups(struct kobject * kobj,const struct attribute_group ** grps) sysfs_remove_groups() argument
436 sysfs_merge_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_merge_group() argument
444 sysfs_unmerge_group(struct kobject * kobj,const struct attribute_group * grp) sysfs_unmerge_group() argument
465 sysfs_create_dir(struct kobject * kobj) sysfs_create_dir() argument
480 sysfs_remove_dir(struct kobject * kobj) sysfs_remove_dir() argument
[all...]
H A Dkobject.h92 struct kobject kobj; member
97 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) in kobject_init()
109 kobject_put(struct kobject *kobj) in kobject_put()
117 kobject_get(struct kobject *kobj) in kobject_get()
133 struct kobject *kobj; in kobject_create_and_add() local
151 kobject_name(const struct kobject *kobj) in kobject_name()
162 kobject_uevent_env(struct kobject *kobj, int action, char *envp[]) in kobject_uevent_env()
180 to_kset(struct kobject *kobj) in to_kset()
192 struct kobject *kobj; in kset_get() local
H A Dcdev.h49 struct kobject kobj; member
H A Ddevice.h60 struct kobject kobj; member
119 struct kobject kobj; member
405 static inline struct device *kobj_to_dev(struct kobject *kobj) in kobj_to_dev()
/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c320 m3_initcd(kobj_t kobj, void *devinfo) in m3_initcd()
334 m3_rdcd(kobj_t kobj, void *devinfo, int regno) in m3_rdcd()
354 m3_wrcd(kobj_t kobj, void *devinfo, int regno, u_int32_t data) in m3_wrcd()
374 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) in m3_pchan_init()
516 m3_pchan_free(kobj_t kobj, void *chdata) in m3_pchan_free()
540 m3_pchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) in m3_pchan_setformat()
568 m3_pchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) in m3_pchan_setspeed()
591 m3_pchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) in m3_pchan_setblocksize()
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()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c54 struct kobject kobj; member
59 struct kobject kobj; member
102 static ssize_t port_attr_show(struct kobject *kobj, in port_attr_show() argument
115 static ssize_t port_attr_store(struct kobject *kobj, in port_attr_store() argument
133 gid_attr_show(struct kobject * kobj,struct attribute * attr,char * buf) gid_attr_show() argument
667 ib_port_release(struct kobject * kobj) ib_port_release() argument
690 ib_port_gid_attr_release(struct kobject * kobj) ib_port_gid_attr_release() argument
813 show_hw_stats(struct kobject * kobj,struct attribute * attr,char * buf) show_hw_stats() argument
843 show_stats_lifespan(struct kobject * kobj,struct attribute * attr,char * buf) show_stats_lifespan() argument
870 set_stats_lifespan(struct kobject * kobj,struct attribute * attr,const char * buf,size_t count) set_stats_lifespan() argument
905 free_hsag(struct kobject * kobj,struct attribute_group * attr_group) free_hsag() argument
1001 struct kobject *kobj = &port->kobj; setup_hw_stats() local
1008 struct kobject *kobj = &device->dev.kobj; setup_hw_stats() local
1404 ib_port_register_module_stat(struct ib_device * device,u8 port_num,struct kobject * kobj,struct kobj_type * ktype,const char * name) ib_port_register_module_stat() argument
1432 ib_port_unregister_module_stat(struct kobject * kobj) ib_port_unregister_module_stat() argument
[all...]
H A Dib_user_mad.c104 struct kobject kobj; member
140 static void ib_umad_release_dev(struct kobject *kobj) in ib_umad_release_dev()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c119 zfs_kobj_release(struct kobject *kobj) in zfs_kobj_release()
330 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in dataset_property_show()
344 vdev_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in vdev_property_show()
358 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_property_show()
390 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in kernel_feature_show()
464 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) in pool_feature_show()
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c54 char *kobj; member
182 char *name, *oid, *lib, *kobj; in _rpc_gss_load_mech() local
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c368 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 Dmlx4_ib.h513 struct kobject *kobj; member
/freebsd/lib/libgssapi/
H A Dgss_mech_switch.c189 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c175 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/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c235 char *name, *oid, *lib, *kobj; in _gss_load_mech() local
/freebsd/sys/sys/
H A Dkobj.h74 struct kobj { struct
/freebsd/usr.sbin/gssd/
H A Dgssd.c211 char *name, *oid, *lib, *kobj; gssd_load_mech() local
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h537 struct kobject kobj; member