Home
last modified time | relevance | path

Searched refs:sysfs_ops (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h50 const struct sysfs_ops *sysfs_ops; member
75 extern const struct sysfs_ops kobj_sysfs_ops;
H A Dsysfs.h40 struct sysfs_ops { struct
87 const struct sysfs_ops *ops; in sysctl_handle_attr()
94 if (kobj->ktype == NULL || kobj->ktype->sysfs_ops == NULL) in sysctl_handle_attr()
99 ops = kobj->ktype->sysfs_ops; in sysctl_handle_attr()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c72 struct sysfs_ops zko_sysfs_ops;
214 zkobj->zko_kobj_type.sysfs_ops = &zkobj->zko_sysfs_ops; in zfs_kobj_init()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c128 static const struct sysfs_ops port_sysfs_ops = {
147 static const struct sysfs_ops gid_attr_sysfs_ops = {
716 .sysfs_ops = &port_sysfs_ops,
721 .sysfs_ops = &gid_attr_sysfs_ops,
H A Dib_cm.c3994 static const struct sysfs_ops cm_counter_ops = {
3999 .sysfs_ops = &cm_counter_ops,
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_kobject.c233 const struct sysfs_ops kobj_sysfs_ops = {
H A Dlinux_compat.c225 static const struct sysfs_ops linux_class_sysfs = {
232 .sysfs_ops = &linux_class_sysfs
277 static const struct sysfs_ops linux_dev_sysfs = {
284 .sysfs_ops = &linux_dev_sysfs
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c260 static const struct sysfs_ops ttm_pool_sysfs_ops = {
267 .sysfs_ops = &ttm_pool_sysfs_ops,
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c426 static const struct sysfs_ops port_sysfs_ops = {
433 .sysfs_ops = &port_sysfs_ops,