Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsysctl.h78 #define CTLFLAG_WR 0x40000000 /* Allow writes to the variable */ macro
79 #define CTLFLAG_RW (CTLFLAG_RD|CTLFLAG_WR)
/f-stack/freebsd/kern/
H A Dimgact_binmisc.c526 CTLFLAG_MPSAFE|CTLTYPE_STRUCT|CTLFLAG_WR, NULL, IBC_ADD,
531 CTLFLAG_MPSAFE|CTLTYPE_STRUCT|CTLFLAG_WR, NULL, IBC_REMOVE,
536 CTLFLAG_MPSAFE|CTLTYPE_STRUCT|CTLFLAG_WR, NULL, IBC_DISABLE,
541 CTLFLAG_MPSAFE|CTLTYPE_STRUCT|CTLFLAG_WR, NULL, IBC_ENABLE,
H A Dkern_switch.c146 CTLTYPE_INT | CTLFLAG_WR | CTLFLAG_NEEDGIANT, NULL, 0,
H A Dkern_sysctl.c983 oidp->oid_kind & CTLFLAG_WR ? 'W':' '); in sysctl_sysctl_debug_dump_node()
1748 if ((oidp->oid_kind & (CTLFLAG_WR | CTLFLAG_TUN)) == 0 || in sysctl_handle_string()
2183 if (req->newptr && !(oid->oid_kind & CTLFLAG_WR)) { in sysctl_root()
H A Dvfs_subr.c470 CTLTYPE_STRING | CTLFLAG_MPSAFE | CTLFLAG_WR, NULL, 0,
473 CTLTYPE_INT | CTLFLAG_MPSAFE | CTLFLAG_WR, NULL, 0,
6107 SYSCTL_PROC(_vfs, OID_AUTO, ctl, CTLTYPE_OPAQUE | CTLFLAG_MPSAFE | CTLFLAG_WR,
/f-stack/freebsd/sys/
H A Dsysctl.h88 #define CTLFLAG_WR 0x40000000 /* Allow writes to the variable */ macro
89 #define CTLFLAG_RW (CTLFLAG_RD|CTLFLAG_WR)
386 CTASSERT(!(access & CTLFLAG_WR)); \
393 CTASSERT(!(access & CTLFLAG_WR)); \
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c448 CTLTYPE_STRING | CTLFLAG_WR | CTLFLAG_NEEDGIANT, NULL, 0,
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c342 CTLFLAG_VNET | CTLTYPE_OPAQUE | CTLFLAG_WR | CTLFLAG_MPSAFE,
348 CTLFLAG_VNET | CTLTYPE_OPAQUE | CTLFLAG_WR | CTLFLAG_MPSAFE,
H A Dtcp_subr.c3178 CTLFLAG_VNET | CTLTYPE_STRUCT | CTLFLAG_WR | CTLFLAG_SKIP |
3289 CTLFLAG_VNET | CTLTYPE_STRUCT | CTLFLAG_WR | CTLFLAG_SKIP |
3293 CTLFLAG_VNET | CTLTYPE_STRUCT | CTLFLAG_WR | CTLFLAG_SKIP |
/f-stack/tools/sysctl/
H A Dsysctl.c618 if (!(kind & CTLFLAG_WR)) {
1165 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0))
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c1301 CTLTYPE_INT | CTLFLAG_WR | CTLFLAG_NEEDGIANT, sc, in bcm2835_cpufreq_attach()