Searched refs:needs (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-13-stable/sys/x86/include/
H A D_types.h45 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_utils.c179 * @param qinf: the query name that needs validation.
491 struct algo_needs needs; local
507 algo_needs_init_ds(&needs, ds_rrset, digest_algo, sigalg);
530 if(!sigalg || algo_needs_set_secure(&needs,
536 algo_needs_set_bogus(&needs,
551 if(sigalg && (alg=algo_needs_missing(&needs)) != 0) {
594 struct algo_needs needs; local
619 algo_needs_init_ds(&needs, ta_ds, digest_algo, sigalg);
620 else memset(&needs, 0, sizeof(needs));
[all...]
H A Dval_sigcrypt.h56 /** number of entries in algorithm needs array */
60 * Storage for algorithm needs. DNSKEY algorithms.
69 uint8_t needs[ALGO_NEEDS_MAX]; member in struct:algo_needs
75 * Initialize algo needs structure, set algos from rrset as needed.
85 * Initialize algo needs structure from a signalled algo list.
92 * Initialize algo needs structure, set algos from rrset as needed.
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h188 #error LIBELF_CLASS needs to be one of ELFCLASS32 or ELFCLASS64
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-assign.mk23 # The '#' needs to be escaped with a backslash, this happens in a very
27 # The '$' needs to be escaped with another '$', otherwise it would refer to
H A Dvarmod-match-escape.mk72 # is being matched. There needs to be either a test that shows a difference
/freebsd-13-stable/sys/i386/include/
H A Dieeefp.h51 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/amd64/include/
H A Dieeefp.h51 #error this file needs sys/cdefs.h as a prerequisite
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_ap121.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_aphrodite.h31 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_cus157.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_generic.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_hb112.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_hb116.h31 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_osprey_k31.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_wasp_2.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_xb112.h30 #error AH_BYTE_ORDER needs to be defined!
H A Dar9300template_xb113.h30 #error AH_BYTE_ORDER needs to be defined!
/freebsd-13-stable/contrib/bmake/mk/
H A Djava.mk56 # this lot does that but needs a recent netbsd make or
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DAIX.mk8 # This needs a lot of work yet...
/freebsd-13-stable/contrib/bmake/
H A Dbsd.after-import.mk86 # this needs the most work
/freebsd-13-stable/sys/conf/
H A Ddtb.build.mk23 # DTB for aarch64 needs to preserve the immediate parent of the .dts, because
H A Dkern.post.mk95 # The ports tree needs some environment variables defined to match the new kernel
127 # The WRKDIR needs to be cleaned before building, and trying to change the target
383 # .depend needs include links so we remove them only together.
/freebsd-13-stable/stand/
H A Ddefs.mk7 # because it includes bsd.own.mk which needs the right MK_ values,
61 # Allow CFLAGS_EARLY.file/target so that code that needs specific stack
/freebsd-13-stable/usr.sbin/makefs/
H A Dmtree.c514 * ENOATTR - Value missing for a keyword that needs
712 mtree_error("%s: keyword needs a value", keyword);

Completed in 131 milliseconds

1234