Home
last modified time | relevance | path

Searched refs:needs (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/freebsd-13.1/contrib/ntp/lib/isc/include/isc/
H A Dplatform.h.in34 * Define if this system needs the <netinet/in6.h> header file included
40 * Define if this system needs the <netinet6/in6.h> header file included
87 * If this system needs inet_ntop(), ISC_PLATFORM_NEEDNTOP will be defined.
92 * If this system needs inet_pton(), ISC_PLATFORM_NEEDPTON will be defined.
97 * If this system needs in_port_t, ISC_PLATFORM_NEEDPORTT will be defined.
159 * If this system needs vsnprintf() and snprintf(), ISC_PLATFORM_NEEDVSNPRINTF
178 * If the system needs strsep(), ISC_PLATFORM_NEEDSTRSEP will be defined.
183 * If the system needs strlcpy(), ISC_PLATFORM_NEEDSTRLCPY will be defined.
188 * If the system needs strlcat(), ISC_PLATFORM_NEEDSTRLCAT will be defined.
193 * Define if this system needs strtoul.
[all …]
/freebsd-13.1/contrib/unbound/validator/
H A Dval_sigcrypt.c443 if(n->needs[algo] == 0) { in algo_needs_init_dnskey_add()
444 n->needs[algo] = 1; in algo_needs_init_dnskey_add()
462 n->needs[algo] = 1; in algo_needs_init_list()
483 if(n->needs[algo] == 0) { in algo_needs_init_ds()
484 n->needs[algo] = 1; in algo_needs_init_ds()
495 if(n->needs[algo]) { in algo_needs_set_secure()
496 n->needs[algo] = 0; in algo_needs_set_secure()
506 if(n->needs[algo]) n->needs[algo] = 2; /* need it, but bogus */ in algo_needs_set_bogus()
519 if(n->needs[i] == 2) in algo_needs_missing()
523 if(n->needs[i] == 1) in algo_needs_missing()
[all …]
H A Dval_utils.c500 struct algo_needs needs; in val_verify_DNSKEY_with_DS() local
542 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_DS()
552 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_DS()
567 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) { in val_verify_DNSKEY_with_DS()
610 struct algo_needs needs; in val_verify_DNSKEY_with_TA() local
636 else memset(&needs, 0, sizeof(needs)); in val_verify_DNSKEY_with_TA()
661 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA()
671 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA()
693 if(!sigalg || algo_needs_set_secure(&needs, in val_verify_DNSKEY_with_TA()
703 algo_needs_set_bogus(&needs, in val_verify_DNSKEY_with_TA()
[all …]
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_refclock.c1677 u_int needs; /* needed number of samples */ in refclock_checkburst() local
1696 needs = peer->reach; in refclock_checkburst()
1697 needs -= (needs >> 1) & 0x55; in refclock_checkburst()
1698 needs = (needs & 0x33) + ((needs >> 2) & 0x33); in refclock_checkburst()
1699 needs = (needs + (needs >> 4)) & 0x0F; in refclock_checkburst()
1700 if (needs > 6) in refclock_checkburst()
1701 needs = 6; in refclock_checkburst()
1702 else if (needs < 3) in refclock_checkburst()
1703 needs = 3; in refclock_checkburst()
1704 if (clk_cnt_sample(pp) < needs) in refclock_checkburst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt18 need to demangle symbols, but neither can depend on each other. libcxxabi needs
20 spec. LLVM needs a copy for a bunch of places, but doesn't want to use the
36 Because the core demangler needs to work in libcxxabi, everything needs to be
/freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt5 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
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt89 PULL_UP (1 << 0): indicate this pin needs a pull up.
90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
92 DEGLITCH (1 << 2): indicate this pin needs deglitch.
93 PULL_DOWN (1 << 3): indicate this pin needs a pull down.
94 DIS_SCHMIT (1 << 4): indicate this pin needs to the disable schmitt trigger.
104 DEBOUNCE (1 << 16): indicate this pin needs debounce.
/freebsd-13.1/usr.sbin/pw/tests/
H A Dhelper_functions.shin10 # Populate the files pw needs to use into $HOME
21 # Populate the files pw needs to use into $HOME/etc
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/pressure/
H A Dzpa2326.txt14 - 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
/freebsd-13.1/contrib/file/
H A DTODO41 - 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)
/freebsd-13.1/sys/sys/
H A Dlinker_set.h36 #error this file needs sys/cdefs.h as a prerequisite
82 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/amd64/include/
H A Dprofile.h39 #error this file needs sys/cdefs.h as a prerequisite
75 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/contrib/device-tree/Bindings/
H A Dcommon-properties.txt15 know the peripheral always needs to be accessed in big endian (BE) mode.
18 peripheral always needs to be accessed in little endian (LE) mode.
71 by all of its devices. The driver needs to know how many devices the
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dti-omap-hsmmc.txt43 - ti,needs-special-reset: Requires a special softreset sequence
44 - ti,needs-special-hs-handling: HSMMC IP needs special setting
117 not every application needs SDIO irq, e.g. MMC cards.
/freebsd-13.1/contrib/libpcap/
H A DTODO16 what needs to be documented.
22 problems at the first glance which needs fixing:
/freebsd-13.1/sys/contrib/device-tree/Bindings/usb/
H A Datmel-usb.txt16 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
18 - atmel,oc-gpio: If present, specifies a gpio that needs to be
66 - atmel,vbus-gpio: If present, specifies a gpio that needs to be
/freebsd-13.1/sys/mips/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/arm/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/arm64/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/powerpc/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/riscv/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/sys/x86/include/
H A Dstdarg.h36 #error this file needs to be ported to your compiler
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_powerpc64_asm.S9 # If this appears to be slow, the caller needs to pass in number of generic,
150 # If this appears to be slow, the caller needs to pass in number of generic,
/freebsd-13.1/contrib/smbfs/
H A DINSTALL4 Copy config.in file to the config.local and edit it for your needs. Build
46 name and edit it for your needs.
/freebsd-13.1/sys/contrib/device-tree/Bindings/input/
H A Dcros-ec-keyb.txt14 - google,needs-ghost-filter: True to enable a ghost filter for the matrix
25 google,needs-ghost-filter;

12345678910>>...31