| /freebsd/usr.sbin/prometheus_sysctl_exporter/ |
| H A D | prometheus_sysctl_exporter.c | 161 oidvalue_get_float(const struct oidvalue *ov) in oidvalue_get_float() argument 164 switch (ov->type) { in oidvalue_get_float() 166 return (ov->value.s); in oidvalue_get_float() 168 return (ov->value.u); in oidvalue_get_float() 170 return (ov->value.f); in oidvalue_get_float() 178 oidvalue_set_signed(struct oidvalue *ov, intmax_t s) in oidvalue_set_signed() argument 181 ov->type = SIGNED; in oidvalue_set_signed() 182 ov->value.s = s; in oidvalue_set_signed() 187 oidvalue_set_unsigned(struct oidvalue *ov, uintmax_t u) in oidvalue_set_unsigned() argument 190 ov->type = UNSIGNED; in oidvalue_set_unsigned() [all …]
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | flock.c | 88 OVERLAPPED ov; in rk_flock() 98 ZeroMemory(&ov, sizeof(ov)); in rk_flock() 99 ov.hEvent = NULL; in rk_flock() 100 ov.Offset = FLOCK_OFFSET_LOW; in rk_flock() 101 ov.OffsetHigh = FLOCK_OFFSET_HIGH; in rk_flock() 109 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov); in rk_flock() 114 FLOCK_LENGTH_LOW, FLOCK_LENGTH_HIGH, &ov); in rk_flock() 120 &ov); in rk_flock()
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | rohm,bd96801-pmic.yaml | 100 regulator-ov-error-microvolt = <230000>; 111 regulator-ov-error-microvolt = <18000>; 122 regulator-ov-warn-microvolt = <18000>; 133 regulator-ov-warn-microvolt = <18000>; 144 regulator-ov-error-microvolt = <36000>; 155 regulator-ov-error-microvolt = <36000>; 166 regulator-ov-error-microvolt = <36000>;
|
| H A D | dlg,da9063.yaml | 15 Using regulator-{uv,ov}-{warn,error,protection}-microvolt requires special 18 UV *and* OV monitoring, both must be set to the same severity and value 197 regulator-ov-protection-microvolt = <0>; 204 regulator-ov-protection-microvolt = <1>;
|
| /freebsd/sys/fs/procfs/ |
| H A D | procfs_osrel.c | 44 int ov, osrel, i; in procfs_doosrel() local 61 ov = osrel * 10 + *pp++ - '0'; in procfs_doosrel() 62 if (ov < osrel) in procfs_doosrel() 64 osrel = ov; in procfs_doosrel()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Symbols.cpp | 392 uint8_t v = visibility(), ov = other.visibility(); in mergeProperties() local 393 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in mergeProperties() 399 uint8_t v = visibility(), ov = other.visibility(); in resolve() local 400 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in resolve() 581 uint8_t v = visibility(), ov = other.visibility(); in resolve() local 582 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in resolve() 619 uint8_t v = visibility(), ov = other.visibility(); in resolve() local 620 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov)); in resolve()
|
| /freebsd/tests/sys/netinet6/frag6/ |
| H A D | frag6_05.sh | 424 ov=`sysctl -n net.inet6.ip6.maxfrags` 425 echo "${ov}" > ${HOME}/sysctl-$(atf_get ident).txt 437 ov=`cat ${HOME}/sysctl-$(atf_get ident).txt` 439 sysctl net.inet6.ip6.maxfrags=${ov} 451 ov=`sysctl -n net.inet6.ip6.maxfrags` 452 echo "${ov}" > ${HOME}/sysctl-$(atf_get ident).txt 464 ov=`cat ${HOME}/sysctl-$(atf_get ident).txt` 466 sysctl net.inet6.ip6.maxfrags=${ov}
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 280 if (obj->value.ov != NULL) { 281 ucl_hash_destroy (obj->value.ov, (ucl_hash_free_func)dtor); 283 obj->value.ov = NULL; 1213 container = parser->stack->obj->value.ov; 1344 parser->stack->obj->value.ov = container; 2414 if (top->value.ov == NULL) { 2415 top->value.ov = ucl_hash_create (false); 2445 found = __DECONST (ucl_object_t *, ucl_hash_search_obj (top->value.ov, elt)); 2448 top->value.ov = ucl_hash_insert_object (top->value.ov, elt, false); 2456 ucl_hash_replace (top->value.ov, found, elt); [all …]
|
| /freebsd/share/man/man9/ |
| H A D | zero_region.9 | 64 aiov.iov_base = __DECONST(void *, zero_region); 65 aiov.iov_len = ZERO_REGION_SIZE;
|
| /freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | qcom,pmi8998-charger.yaml | 27 - const: bat-ov 73 interrupt-names = "usb-plugin", "bat-ov", "wdog-bark", "usbin-icl-change";
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | lp855x.txt | 28 /* 4V OV, 4 output LED0 string enabled */ 67 /* 4V OV, 4 output LED string enabled */
|
| H A D | lp855x-backlight.yaml | 96 /* 4V OV, 4 output LED0 string enabled */ 143 /* 4V OV, 4 output LED string enabled */
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | regulator.yaml | 145 regulator-ov-protection-microvolt: 152 regulator-ov-error-microvolt: 159 regulator-ov-warn-microvolt:
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld_malloc.c | 173 void *mem, *ov; in __crt_aligned_alloc_offset() local 185 ov = cp2op((void *)x); in __crt_aligned_alloc_offset() 188 memcpy(ov, &ov1, sizeof(ov1)); in __crt_aligned_alloc_offset()
|
| /freebsd/lib/libc/nls/ |
| H A D | sk_SK.ISO8859-2.msg | 84 39 Vy�adovan� cie�ov� adresa 142 68 Prive�a pou��vate�ov
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumptionCache.cpp | 144 void AssumptionCache::transferAffectedValuesInCache(Value *OV, Value *NV) { in transferAffectedValuesInCache() argument 146 auto AVI = AffectedValues.find(OV); in transferAffectedValuesInCache() 153 AffectedValues.erase(OV); in transferAffectedValuesInCache()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov5647.txt | 25 ov: camera@36 {
|
| /freebsd/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/ |
| H A D | prv-1024-priv-only.pem | 18 ov+6EwKyErgDctjpBJ22mjoSYdCihZqbTVeJngukFgehtnp8DhKSNon4xjlTd9lw
|
| H A D | prv-1024-oqskeypair.pem | 18 ov+6EwKyErgDctjpBJ22mjoSYdCihZqbTVeJngukFgehtnp8DhKSNon4xjlTd9lw
|
| /freebsd/contrib/ntp/tests/libntp/data/ |
| H A D | ntp.keys | 16 2 MD4 oV'8?f+J5`_EOvW!B,R`
|
| /freebsd/stand/powerpc/ofw/ |
| H A D | cas.c | 57 /* length of ignored OV */ 60 /* byte 1 (of any OV) */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumptionCache.h | 94 /// Move affected values in the cache for OV to be affected values for NV. 95 void transferAffectedValuesInCache(Value *OV, Value *NV);
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | kadmin.man | 671 test3@SECURE\-TEST.OV.COM 672 test2@SECURE\-TEST.OV.COM 673 test1@SECURE\-TEST.OV.COM 674 testuser@SECURE\-TEST.OV.COM
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | pmi8998.dtsi | 21 "bat-ov",
|
| /freebsd/lib/libc/i386/string/ |
| H A D | bcopy.S | 38 * (ov)bcopy (src,dst,cnt)
|