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

/freebsd-13-stable/lib/libgssapi/
H A Dgss_mech_switch.c191 char *name, *oid, *lib, *kobj; local
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h51 struct kobject kobj; member in struct:linux_cdev
H A Dkobject.h80 kobject_init(struct kobject *kobj, const struct kobj_type *ktype) argument
92 kobject_put(struct kobject *kobj) argument
100 kobject_get(struct kobject *kobj) argument
115 struct kobject *kobj; local
128 struct kobject *kobj; local
146 kobject_name(const struct kobject *kobj) argument
157 kobject_uevent_env(struct kobject *kobj, int action, char *envp[]) argument
[all...]
H A Dsysfs.h82 struct kobject *kobj; local
133 sysfs_create_file(struct kobject *kobj, const struct attribute *attr) argument
148 sysfs_remove_file(struct kobject *kobj, const struct attribute *attr) argument
156 sysfs_create_files(struct kobject *kobj, const struct attribute * const *attrs) argument
170 sysfs_remove_files(struct kobject *kobj, const struct attribute * const *attrs) argument
179 sysfs_create_group(struct kobject *kobj, const struct attribute_group *grp) argument
200 sysfs_remove_group(struct kobject *kobj, const struct attribute_group *grp) argument
208 sysfs_create_groups(struct kobject *kobj, const struct attribute_group **grps) argument
224 sysfs_remove_groups(struct kobject *kobj, const struct attribute_group **grps) argument
235 sysfs_merge_group(struct kobject *kobj, const struct attribute_group *grp) argument
243 sysfs_unmerge_group(struct kobject *kobj, const struct attribute_group *grp) argument
258 sysfs_create_dir(struct kobject *kobj) argument
273 sysfs_remove_dir(struct kobject *kobj) argument
[all...]
H A Ddevice.h56 struct kobject kobj; member in class:__anon8801
110 struct kobject kobj; member in struct:device
272 kobj_to_dev(struct kobject *kobj) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c233 char *name, *oid, *lib, *kobj; local
/freebsd-13-stable/sys/sys/
H A Dkobj.h74 struct kobj { struct
/freebsd-13-stable/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c56 char *kobj; member in struct:mech_info
184 char *name, *oid, *lib, *kobj; local
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c118 zfs_kobj_release(struct kobject *kobj) argument
323 dataset_property_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
337 pool_property_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
369 kernel_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
443 pool_feature_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
[all...]
/freebsd-13-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-13-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h104 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_user_mad.c106 struct kobject kobj; member in struct:ib_umad_device
142 static void ib_umad_release_dev(struct kobject *kobj) argument
[all...]
H A Dib_uverbs_main.c160 static void ib_uverbs_release_dev(struct kobject *kobj) argument
[all...]
/freebsd-13-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-13-stable/usr.sbin/gssd/
H A Dgssd.c259 char *name, *oid, *lib, *kobj; local
/freebsd-13-stable/sys/dev/sound/pci/
H A Dmaestro3.c322 m3_initcd(kobj_t kobj, void *devinfo) argument
336 m3_rdcd(kobj_t kobj, void *devinfo, int regno) argument
356 m3_wrcd(kobj_t kobj, void *devinfo, int regno, u_int32_t data) argument
376 m3_pchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
518 m3_pchan_free(kobj_t kobj, void *chdata) argument
542 m3_pchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
570 m3_pchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
593 m3_pchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
604 m3_pchan_trigger(kobj_t kobj, void *chdata, int go) argument
637 m3_pchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
726 m3_pchan_getptr(kobj_t kobj, void *chdata) argument
740 m3_pchan_getcaps(kobj_t kobj, void *chdata) argument
753 m3_rchan_init(kobj_t kobj, void *devinfo, struct snd_dbuf *b, struct pcm_channel *c, int dir) argument
892 m3_rchan_free(kobj_t kobj, void *chdata) argument
916 m3_rchan_setformat(kobj_t kobj, void *chdata, u_int32_t format) argument
943 m3_rchan_setspeed(kobj_t kobj, void *chdata, u_int32_t speed) argument
966 m3_rchan_setblocksize(kobj_t kobj, void *chdata, u_int32_t blocksize) argument
977 m3_rchan_trigger(kobj_t kobj, void *chdata, int go) argument
994 m3_rchan_trigger_locked(kobj_t kobj, void *chdata, int go) argument
1078 m3_rchan_getptr(kobj_t kobj, void *chdata) argument
1092 m3_rchan_getcaps(kobj_t kobj, void *chdata) argument
[all...]
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c136 kobject_set_name_vargs(struct kobject *kobj, const char *fmt, va_list args) argument
179 kobject_set_name(struct kobject *kobj, const char *fmt, ...) argument
192 kobject_add_complete(struct kobject *kobj, struct kobject *parent) argument
215 kobject_add(struct kobject *kobj, struct kobject *parent, const char *fmt, ...) argument
232 struct kobject *kobj; local
244 linux_kobject_kfree(struct kobject *kobj) argument
250 linux_kobject_kfree_name(struct kobject *kobj) argument
269 linux_class_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
283 linux_class_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
298 linux_class_release(struct kobject *kobj) argument
318 linux_dev_release(struct kobject *kobj) argument
331 linux_dev_show(struct kobject *kobj, struct attribute *attr, char *buf) argument
345 linux_dev_store(struct kobject *kobj, struct attribute *attr, const char *buf, size_t count) argument
391 kobject_init_and_add(struct kobject *kobj, const struct kobj_type *ktype, struct kobject *parent, const char *fmt, ...) argument
2213 linux_cdev_release(struct kobject *kobj) argument
2226 linux_cdev_static_release(struct kobject *kobj) argument
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Den.h530 struct kobject kobj; member in struct:en_port

Completed in 141 milliseconds