Home
last modified time | relevance | path

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

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDsysfs.h247 int ctlflags; in sysfs_create_bin_file() local
249 ctlflags = CTLTYPE_OPAQUE | CTLFLAG_MPSAFE; in sysfs_create_bin_file()
251 ctlflags |= CTLFLAG_RW; in sysfs_create_bin_file()
253 ctlflags |= CTLFLAG_RD; in sysfs_create_bin_file()
255 ctlflags |= CTLFLAG_WR; in sysfs_create_bin_file()
258 attr->attr.name, ctlflags, kobj, in sysfs_create_bin_file()