| /src/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt8173-elm-hana.dtsi | 17 status = "fail-needs-probe"; 30 status = "fail-needs-probe"; 40 status = "fail-needs-probe"; 58 * The trackpad needs a post-power-on delay of 100ms, 66 status = "fail-needs-probe"; 93 status = "fail-needs-probe"; 97 status = "fail-needs-probe";
|
| H A D | mt8186-corsola-squirtle.dts | 24 status = "fail-needs-probe"; 35 status = "fail-needs-probe"; 49 status = "fail-needs-probe";
|
| /src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mm-venice-gw73xx-0x-rs485.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| H A D | imx8mm-venice-gw72xx-0x-rs485.dts | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| H A D | imx8mm-venice-gw73xx-0x-rs422.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low
|
| H A D | imx8mm-venice-gw72xx-0x-rs485.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| H A D | imx8mm-venice-gw73xx-0x-rs485.dts | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven high (active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be pulled high
|
| H A D | imx8mm-venice-gw73xx-0x-rs422.dts | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low
|
| H A D | imx8mm-venice-gw72xx-0x-rs422.dtso | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low
|
| H A D | imx8mm-venice-gw72xx-0x-rs422.dts | 7 * - GPIO4_0 rs485_en needs to be driven high (active) 8 * - GPIO4_2 rs485_hd needs to be driven low (in-active) 10 * - RS485_EN needs to be pulled high 11 * - RS485_HALF needs to be low
|
| /src/crypto/openssl/doc/man3/ |
| H A D | DTLSv1_get_timeout.pod | 5 DTLSv1_get_timeout - determine when a DTLS or QUIC SSL object next needs a 17 the SSL object next needs to perform internal processing due to the passage of 21 time left before the SSL object needs have DTLSv1_handle_timeout() called on it. 22 If the SSL object needs to be ticked immediately, I<*tv> is zeroed and the
|
| /src/contrib/unbound/validator/ |
| H A D | val_sigcrypt.c | 448 if(n->needs[algo] == 0) { in algo_needs_init_dnskey_add() 449 n->needs[algo] = 1; in algo_needs_init_dnskey_add() 463 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX); in algo_needs_init_list() 466 log_assert(n->needs[algo] == 0); in algo_needs_init_list() 467 n->needs[algo] = 1; in algo_needs_init_list() 480 memset(n->needs, 0, sizeof(uint8_t)*ALGO_NEEDS_MAX); in algo_needs_init_ds() 488 if(n->needs[algo] == 0) { in algo_needs_init_ds() 489 n->needs[algo] = 1; in algo_needs_init_ds() 500 if(n->needs[algo]) { in algo_needs_set_secure() 501 n->needs[algo] = 0; in algo_needs_set_secure() [all …]
|
| H A D | val_utils.c | 586 struct algo_needs needs; in val_verify_DNSKEY_with_DS() local 602 algo_needs_init_ds(&needs, ds_rrset, digest_algo, sigalg); in val_verify_DNSKEY_with_DS() 635 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_DS() 645 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_DS() 669 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_DS() 718 struct algo_needs needs; in val_verify_DNSKEY_with_TA() local 747 algo_needs_init_ds(&needs, ta_ds, digest_algo, sigalg); in val_verify_DNSKEY_with_TA() 748 else memset(&needs, 0, sizeof(needs)); in val_verify_DNSKEY_with_TA() 750 algo_needs_init_dnskey_add(&needs, ta_dnskey, sigalg); in val_verify_DNSKEY_with_TA() 778 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA() [all …]
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_refclock.c | 1756 u_int needs; /* needed number of samples */ in refclock_checkburst() local 1775 needs = peer->reach; in refclock_checkburst() 1776 needs -= (needs >> 1) & 0x55; in refclock_checkburst() 1777 needs = (needs & 0x33) + ((needs >> 2) & 0x33); in refclock_checkburst() 1778 needs = (needs + (needs >> 4)) & 0x0F; in refclock_checkburst() 1779 if (needs > 6) in refclock_checkburst() 1780 needs = 6; in refclock_checkburst() 1781 else if (needs < 3) in refclock_checkburst() 1782 needs = 3; in refclock_checkburst() 1783 if (clk_cnt_sample(pp) < needs) in refclock_checkburst()
|
| /src/contrib/pam-krb5/tests/tap/ |
| H A D | kerberos.c | 291 kerberos_setup(enum kerberos_needs needs) in kerberos_setup() argument 308 if (needs == TAP_KRB_NEEDS_KEYTAB || needs == TAP_KRB_NEEDS_BOTH) in kerberos_setup() 328 if (needs == TAP_KRB_NEEDS_PASSWORD || needs == TAP_KRB_NEEDS_BOTH) in kerberos_setup() 381 if (config->pkinit_cert == NULL && (needs & TAP_KRB_NEEDS_PKINIT) != 0) in kerberos_setup()
|
| /src/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sc7180-trogdor-lte-sku.dtsi | 24 * modem needs to cover certain init steps (GSI init), and 25 * the AP needs to wait for it.
|
| /src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | README.txt | 22 * libcxxabi needs the demangler to implement __cxa_demangle, which is 25 * LLVM needs a copy for a bunch of places, and cannot rely on the 43 Because the core demangler needs to work in libcxxabi, everything 44 needs to be declared in an anonymous namespace (see
|
| /src/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,stratix10-svc.txt | 5 configured from HPS, there needs to be a way for HPS to notify SDM the 9 To meet the whole system security needs and support virtual machine requesting 12 exception layers must channel through the EL3 software whenever it needs
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | atmel,at91-pinctrl.txt | 90 PULL_UP (1 << 0): indicate this pin needs a pull up. 91 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive. 93 DEGLITCH (1 << 2): indicate this pin needs deglitch. 94 PULL_DOWN (1 << 3): indicate this pin needs a pull down. 95 DIS_SCHMIT (1 << 4): indicate this pin needs to the disable schmitt trigger. 105 DEBOUNCE (1 << 16): indicate this pin needs debounce.
|
| /src/crypto/openssl/doc/designs/ |
| H A D | xof.md | 10 At a minimum an XOF needs to support the following pseudo-code 56 multiple calls. To counter this the provider needs a mechanism to indicate that 88 needs to run for the multi squeeze case. 95 - The interaction between the 2 API's needs to be clearly documented. 208 - Change in C code is minimal. it just needs to pass this additional parameter. 214 - This C code also needs to be written in assembler, the logic would also be 230 - Because of the one shot nature of the SHA3_squeeze() it still needs to call 232 - The Assembler function for KeccakF1600() needs to be exposed. This function
|
| /src/contrib/libder/ |
| H A D | CMakeLists.txt | 20 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)") 23 CACHE BOOL "Build the libFuzzer fuzzers (needs llvm)")
|
| /src/usr.sbin/pw/tests/ |
| H A D | helper_functions.shin | 9 # Populate the files pw needs to use into $HOME 20 # Populate the files pw needs to use into $HOME/etc
|
| /src/sys/contrib/device-tree/Bindings/iio/pressure/ |
| H A D | zpa2326.txt | 14 - vref-supply: an optional regulator that needs to be on to provide VREF 16 - vdd-supply: an optional regulator that needs to be on to provide VDD
|
| /src/contrib/file/ |
| H A D | TODO | 41 - The implementation of struct buffer needs re-thinking and more work. 44 needs negative offsets. 45 - Really the whole thing just needs here's an (offset, buffer, size)
|
| /src/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | px30-cobra-ltk500hd1829.dts | 54 /* STUSB4500 open drain outout POWER_OK2, needs pull-up */ 56 /* STUSB4500 open drain outout POWER_OK3, needs pull-up */
|