/freebsd/sbin/ipf/ipsend/ |
H A D | ipsopt.c | 66 return (so->on_value); 84 *op++ = io->on_value; in addipopt() 89 if (io->on_value == IPOPT_RR) { in addipopt() 95 if (io->on_value == IPOPT_TS) in addipopt() 102 switch (io->on_value) in addipopt() 129 if (io->on_value == IPOPT_RR) in addipopt() 154 lastop = io->on_value;
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_gate.c | 56 uint32_t on_value; member 85 sc->ungated = reg == sc->on_value ? 1 : 0; in rk_clk_gate_init() 101 ((sc->ungated ? sc->on_value : sc->off_value) << sc->shift) | in rk_clk_gate_set_gate() 126 sc->on_value = clkdef->on_value; in rk_clk_gate_register()
|
H A D | rk_clk_gate.h | 38 uint32_t on_value; member
|
H A D | rk_cru.c | 196 def.on_value = 0; in rk_cru_register_gates()
|
/freebsd/sys/dev/clk/ |
H A D | clk_gate.c | 57 uint32_t on_value; member 90 (enable ? sc->on_value : sc->off_value) << sc->shift); in clknode_gate_set_gate() 114 *enabled = reg == sc->on_value; in clknode_gate_get_gate() 132 sc->on_value = clkdef->on_value; in clknode_gate_register()
|
H A D | clk_gate.h | 37 uint32_t on_value; member
|
/freebsd/sbin/ipf/libipf/ |
H A D | optprint.c | 23 if ((io->on_value != IPOPT_SECURITY) || in optprint() 30 if (io->on_value == IPOPT_SECURITY) in optprint() 57 if ((io->on_value != IPOPT_SECURITY) || in optprint() 61 if (io->on_value == in optprint()
|
H A D | addipopt.c | 27 *op++ = io->on_value; in addipopt() 34 switch (io->on_value) in addipopt() 59 io->on_name, io->on_value, io->on_bit, len); in addipopt()
|
H A D | ipoptsec.c | 42 return (u_char)so->on_value; in seclevel() 52 if (so->on_value == class) in secbit()
|
H A D | optvalue.c | 30 if (io->on_value == optval) in getoptbyvalue()
|
H A D | v6optvalue.c | 32 if (io->on_value == optval) in getv6optbyvalue()
|
/freebsd/sys/arm/mv/clk/ |
H A D | periph.h | 95 .clk_def.full_dd.gate.on_value = 0, \ 129 .clk_def.full_d.gate.on_value = 0, \ 171 .clk_def.gate.gate.on_value = 0, \ 227 .clk_def.mux_gate.gate.on_value = 0, \ 248 .clk_def.mux_gate_fixed.gate.on_value = 0, \ 270 .clk_def.fixed.gate.on_value = 0, \
|
/freebsd/sys/arm/ti/clk/ |
H A D | ti_gate_clock.c | 162 sc->gate_def.on_value = 0; in ti_gate_attach() 167 sc->gate_def.on_value = 1; in ti_gate_attach()
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | tegra210_car.c | 117 .on_value = 3, \ 132 .on_value = 1, \ 147 .on_value = 0, \
|
H A D | tegra210_clk_pll.c | 218 .on_value = 1, \ 232 .on_value = 3, \
|
/freebsd/sys/arm/nvidia/tegra124/ |
H A D | tegra124_car.c | 116 .on_value = 3, \ 131 .on_value = 1, \ 146 .on_value = 0, \
|
/freebsd/sys/arm/mv/ |
H A D | mv_cp110_clock.c | 243 def.on_value = 1; in mv_cp110_clock_attach()
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 108 int on_value; member
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_ccung.c | 197 def.on_value = 1; in aw_ccung_register_gates()
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_prci.c | 529 clkdef_gate.on_value = 1; in prci_attach()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_y.y | 1564 if (io->on_value == sto->sto_op) in add_ipopt() 1566 canip->ah_lastopt = io->on_value; in add_ipopt()
|