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

/freebsd-11-stable/lib/libgssapi/
H A Dgss_mech_switch.c189 char *name, *oid, *lib, *kobj; local
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h78 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) argument
90 kobject_put(struct kobject *kobj) argument
98 kobject_get(struct kobject *kobj) argument
113 struct kobject *kobj; local
126 struct kobject *kobj; local
144 kobject_name(const struct kobject *kobj) argument
[all...]
H A Dcdev.h50 struct kobject kobj; member in struct:linux_cdev
H A Dsysfs.h83 struct kobject *kobj; local
134 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) argument
149 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) argument
157 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) argument
171 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) argument
180 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) argument
201 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) argument
209 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps) argument
225 sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **grps) argument
236 sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp) argument
244 sysfs_unmerge_group(struct kobject *kobj, const struct attribute_group *grp) argument
259 sysfs_create_dir(struct kobject *kobj) argument
274 sysfs_remove_dir(struct kobject *kobj) argument
[all...]
H A Ddevice.h54 struct kobject kobj; member in class:__anon1
107 struct kobject kobj; member in struct:device
267 kobj_to_dev(struct kobject *kobj) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c233 char *name, *oid, *lib, *kobj; local
/freebsd-11-stable/sys/sys/
H A Dkobj.h72 struct kobj { struct
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c54 char *kobj; member in struct:mech_info
182 char *name, *oid, *lib, *kobj; local
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c368 struct kobject kobj; member in struct:mlx4_port
379 static void mlx4_port_release(struct kobject *kobj) argument
401 static ssize_t port_attr_show(struct kobject *kobj, argument
413 port_attr_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t size) argument
[all...]
H A Dmlx4_ib.h518 struct kobject *kobj; member in struct:mlx4_ib_iov_sysfs_attr
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h102 struct kobject kobj; member in struct:ib_uverbs_device
H A Dib_sysfs.c55 struct kobject kobj; member in struct:gid_attr_group
60 struct kobject kobj; member in struct:ib_port
103 static ssize_t port_attr_show(struct kobject *kobj, argument
120 static ssize_t gid_attr_show(struct kobject *kobj, argument
640 ib_port_release(struct kobject *kobj) argument
663 ib_port_gid_attr_release(struct kobject *kobj) argument
786 show_hw_stats(struct kobject *kobj, struct attribute *attr, char *buf) argument
811 show_stats_lifespan(struct kobject *kobj, struct attribute *attr, char *buf) argument
830 set_stats_lifespan(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
857 free_hsag(struct kobject *kobj, struct attribute_group *attr_group) argument
952 struct kobject *kobj = &port->kobj; local
959 struct kobject *kobj = &device->dev.kobj; local
[all...]
H A Dib_uverbs_main.c160 static void ib_uverbs_release_dev(struct kobject *kobj) argument
[all...]
H A Dib_user_mad.c106 struct kobject kobj; member in struct:ib_umad_device
142 static void ib_umad_release_dev(struct kobject *kobj) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c177 struct kobject kobj; member in struct:ttm_pool_manager
202 static void ttm_pool_kobj_release(struct kobject *kobj) argument
209 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, argument
243 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr, argument
[all...]
/freebsd-11-stable/usr.sbin/gssd/
H A Dgssd.c271 char *name, *oid, *lib, *kobj; local
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro3.c320 m3_initcd(kobj_t kobj, void *devinfo) argument
334 m3_rdcd(kobj_t kobj, void *devinfo, int regno) argument
354 m3_wrcd(kobj_t kobj, void *devinfo, int regno, u_int32_t data) argument
374 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
516 m3_pchan_free(kobj_t kobj, void *chdata) argument
540 m3_pchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
568 m3_pchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
591 m3_pchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
602 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) argument
635 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
724 m3_pchan_getptr(kobj_t kobj, void *chdata) argument
738 m3_pchan_getcaps(kobj_t kobj, void *chdata) argument
751 m3_rchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
890 m3_rchan_free(kobj_t kobj, void *chdata) argument
914 m3_rchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
941 m3_rchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
964 m3_rchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
975 m3_rchan_trigger(kobj_t kobj, void *chdata, int go) argument
992 m3_rchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
1076 m3_rchan_getptr(kobj_t kobj, void *chdata) argument
1090 m3_rchan_getcaps(kobj_t kobj, void *chdata) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c129 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) argument
172 kobject_set_name(struct kobject *kobj, const char *fmt, ...) argument
185 kobject_add_complete(struct kobject *kobj, struct kobject *parent) argument
209 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) argument
226 struct kobject *kobj; local
238 linux_kobject_kfree(struct kobject *kobj) argument
244 linux_kobject_kfree_name(struct kobject *kobj) argument
263 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
277 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
292 linux_class_release(struct kobject *kobj) argument
312 linux_dev_release(struct kobject *kobj) argument
325 linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
339 linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
385 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, struct kobject *parent, const char *fmt, ...) argument
2155 linux_cdev_release(struct kobject *kobj) argument
2168 linux_cdev_static_release(struct kobject *kobj) argument
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h529 struct kobject kobj; member in struct:en_port

Completed in 172 milliseconds