Searched refs:CTLFLAG_WR (Results 1 – 11 of 11) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sysctl.h | 78 #define CTLFLAG_WR 0x40000000 /* Allow writes to the variable */ macro 79 #define CTLFLAG_RW (CTLFLAG_RD|CTLFLAG_WR)
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_binmisc.c | 526 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 D | kern_switch.c | 146 CTLTYPE_INT | CTLFLAG_WR | CTLFLAG_NEEDGIANT, NULL, 0,
|
| H A D | kern_sysctl.c | 983 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 D | vfs_subr.c | 470 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 D | sysctl.h | 88 #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 D | octeon_machdep.c | 448 CTLTYPE_STRING | CTLFLAG_WR | CTLFLAG_NEEDGIANT, NULL, 0,
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_fastopen.c | 342 CTLFLAG_VNET | CTLTYPE_OPAQUE | CTLFLAG_WR | CTLFLAG_MPSAFE, 348 CTLFLAG_VNET | CTLTYPE_OPAQUE | CTLFLAG_WR | CTLFLAG_MPSAFE,
|
| H A D | tcp_subr.c | 3178 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 D | sysctl.c | 618 if (!(kind & CTLFLAG_WR)) { 1165 if (Wflag && ((kind & CTLFLAG_WR) == 0 || (kind & CTLFLAG_STATS) != 0))
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_cpufreq.c | 1301 CTLTYPE_INT | CTLFLAG_WR | CTLFLAG_NEEDGIANT, sc, in bcm2835_cpufreq_attach()
|