HomeSort by: relevance | last modified time | path
    Searched defs:NEGATIVE (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/lib/libsa/
subr_prf.c 80 #define NEGATIVE 0x80
273 lflag |= NEGATIVE;
333 if (lflag & NEGATIVE)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ecdb.c 86 #define NEGATIVE(header) (((header)->attributes & RDATASET_ATTR_NEGATIVE) != 0)
380 if (NEGATIVE(header)) {
validator.c 64 * validate_nx: attempt to prove a negative response.
106 #define NEGATIVE(r) (((r)->attributes & DNS_RDATASETATTR_NEGATIVE) != 0)
748 NEGATIVE(&val->frdataset) &&
837 * Resumes the negative response validation by calling validate_nx().
1990 * a message, or a negative cache rdataset.
2172 * Look for the needed proofs for a negative or wildcard response
2357 * Start a validator for negative response data.
2374 * would return a negative answer, which would contain
2470 * Validate negative cache elements.
2520 * Prove a negative answer is good or that there is a NOQNAME when th
    [all...]
rbtdb.c 320 #define NEGATIVE(header) \
918 if (NEGATIVE(header)) {
3199 if (NEGATIVE(header)) {
5198 * We've found a negative cache entry.
5323 if (NEGATIVE(found)) {
5325 * We found a negative cache entry.
5356 if (!NEGATIVE(found) && foundsig != NULL) {
6011 if (!NEGATIVE(found) && foundsig != NULL) {
6023 if (NEGATIVE(found)) {
6025 * We found a negative cache entry
    [all...]
resolver.c 608 #define NEGATIVE(r) (((r)->attributes & DNS_RDATASETATTR_NEGATIVE) != 0)
694 * - If RCODE and NSCOUNT suggest this is a negative answer or a
724 * records included with a negative response (rctx_authority_negative()),
771 bool negative; /* is this a negative response? */ member in struct:respctx
794 dns_name_t *soa_name; /* SOA name in a negative answer */
795 dns_name_t *ds_name; /* DS name in a negative answer */
797 dns_name_t *found_name; /* invalid name in negative
799 dns_rdatatype_t found_type; /* invalid type in negative
1124 * If a query for ANY causes a negative
5769 bool negative; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 95 #define NEGATIVE(header) \
890 if (!NEGATIVE(header)) {
931 * We've found a negative cache entry.
1094 if (NEGATIVE(found)) {
1096 * We found a negative cache entry.
1127 if (!NEGATIVE(found) && foundsig != NULL) {
1415 if (!NEGATIVE(found) && foundsig != NULL) {
1428 if (NEGATIVE(found)) {
1430 * We found a negative cache entry.
rbtdb.c 93 #define NEGATIVE(header) \
296 if (NEGATIVE(header)) {
2170 if (NEGATIVE(header)) {
2533 if (NEGATIVE(header) && prio_type(DNS_TYPEPAIR_COVERS(header->type))) {
2591 if (NEGATIVE(newheader)) {
2593 * We're adding a negative cache entry.
2597 * If we're adding an negative cache entry
2603 * node is the negative cache entry.
2629 * negative cache entry. Look for an extant
2630 * non-ancient NXDOMAIN/NODATA(QTYPE=ANY) negative
    [all...]
validator.c 70 * validate_nx: attempt to prove a negative response.
119 #define NEGATIVE(r) (((r)->attributes & DNS_RDATASETATTR_NEGATIVE) != 0)
711 NEGATIVE(&val->frdataset) &&
791 * Resumes the negative response validation by calling validate_nx().
2349 * a message, or a negative cache rdataset.
2529 * Look for the needed proofs for a negative or wildcard response
2725 * Start a validator for negative response data.
2742 * would return a negative answer, which would contain
2838 * Validate negative cache elements.
2888 * Prove a negative answer is good or that there is a NOQNAME when th
    [all...]
qpcache.c 87 #define NEGATIVE(header) \
894 if (NEGATIVE(header)) {
1106 if (NEGATIVE(header)) {
1765 if (!NEGATIVE(header)) {
1806 * We've found a negative cache entry.
1965 if (NEGATIVE(found)) {
1967 * We found a negative cache entry.
1998 if (!NEGATIVE(found) && foundsig != NULL) {
2286 if (!NEGATIVE(found) && foundsig != NULL) {
2299 if (NEGATIVE(found))
    [all...]
resolver.c 636 #define NEGATIVE(r) (((r)->attributes & DNS_RDATASETATTR_NEGATIVE) != 0)
742 * - If RCODE and NSCOUNT suggest this is a negative answer or a
772 * records included with a negative response (rctx_authority_negative()),
820 bool negative; /* is this a negative response? */ member in struct:respctx
843 dns_name_t *soa_name; /* SOA name in a negative answer */
844 dns_name_t *ds_name; /* DS name in a negative answer */
846 dns_name_t *found_name; /* invalid name in negative
848 dns_rdatatype_t found_type; /* invalid type in negative
1595 * Negative results must be indicated in resp->result
5277 bool negative; local
    [all...]
  /src/sys/arch/vax/vax/
emulate.S 336 #define NEGATIVE $13
355 cmpl %r2,NEGATIVE
362 insv NEGATIVE,$0,$4,(%r3)
365 cmpl %r2,NEGATIVE
372 movl NEGATIVE,%r2
393 jgeq L121 # if negative result
407 jgeq L117 # if negative result
451 cmpl %r0,NEGATIVE # switch sign of result
456 insv NEGATIVE,$0,$4,(%r3)
566 cmpl %r0,NEGATIVE # if result is negativ
    [all...]
  /src/sys/dev/pci/
unichromereg.h 343 #define NEGATIVE 1
347 #define M640X480_R60_HSP NEGATIVE
348 #define M640X480_R60_VSP NEGATIVE
351 #define M640X480_R75_HSP NEGATIVE
352 #define M640X480_R75_VSP NEGATIVE
355 #define M640X480_R85_HSP NEGATIVE
356 #define M640X480_R85_VSP NEGATIVE
359 #define M640X480_R100_HSP NEGATIVE
363 #define M640X480_R120_HSP NEGATIVE
367 #define M720X480_R60_HSP NEGATIVE
    [all...]

Completed in 33 milliseconds