Searched defs:CTLFLAG_RD (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/acpi_support/
H A Datk0110.c235 CTLTYPE_INT | CTLFLAG_RD, sc, (uintptr_t)sensor, local
/freebsd-10-stable/sys/dev/ixgbe/
H A Dif_bypass.c769 OID_AUTO, "version", CTLTYPE_INT | CTLFLAG_RD, local
/freebsd-10-stable/sys/dev/twe/
H A Dtwe_freebsd.c209 OID_AUTO, "driver_version", CTLFLAG_RD, TWE_DRIVER_VERSION_STRING, 0, local
/freebsd-10-stable/sys/sys/
H A Dsysctl.h77 #define CTLFLAG_RD 0x80000000 /* Allow reads of variable */ macro
/freebsd-10-stable/sys/dev/sound/usb/
H A Duaudio.c3011 OID_AUTO, "min", CTLFLAG_RD, 0, pmc->minval, local
3016 OID_AUTO, "max", CTLFLAG_RD, 0, pmc->maxval, local
3021 OID_AUTO, "desc", CTLFLAG_RD, pmc->desc, 0, local

Completed in 115 milliseconds