Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h48 const struct sysfs_ops *sysfs_ops; member
71 extern const struct sysfs_ops kobj_sysfs_ops;
H A Dsysfs.h41 struct sysfs_ops { struct
85 const struct sysfs_ops *ops; in sysctl_handle_attr()
92 if (kobj->ktype == NULL || kobj->ktype->sysfs_ops == NULL) in sysctl_handle_attr()
97 ops = kobj->ktype->sysfs_ops; in sysctl_handle_attr()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c74 struct sysfs_ops zko_sysfs_ops;
208 zkobj->zko_kobj_type.sysfs_ops = &zkobj->zko_sysfs_ops; in zfs_kobj_init()
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c130 static const struct sysfs_ops port_sysfs_ops = {
149 static const struct sysfs_ops gid_attr_sysfs_ops = {
718 .sysfs_ops = &port_sysfs_ops,
723 .sysfs_ops = &gid_attr_sysfs_ops,
H A Dib_cm.c3995 static const struct sysfs_ops cm_counter_ops = {
4000 .sysfs_ops = &cm_counter_ops,
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c324 const struct sysfs_ops kobj_sysfs_ops = {
375 static const struct sysfs_ops linux_class_sysfs = {
382 .sysfs_ops = &linux_class_sysfs
427 static const struct sysfs_ops linux_dev_sysfs = {
434 .sysfs_ops = &linux_dev_sysfs
/freebsd-13.1/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c262 static const struct sysfs_ops ttm_pool_sysfs_ops = {
269 .sysfs_ops = &ttm_pool_sysfs_ops,
/freebsd-13.1/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,