HomeSort by: relevance | last modified time | path
    Searched refs:spf (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
spf_99.c 75 dns_rdata_spf_t *spf = target; local
77 REQUIRE(spf != NULL);
81 spf->common.rdclass = rdata->rdclass;
82 spf->common.rdtype = rdata->type;
83 ISC_LINK_INIT(&spf->common, link);
90 dns_rdata_spf_t *spf = source; local
92 REQUIRE(spf != NULL);
93 REQUIRE(spf->common.rdtype == dns_rdatatype_spf);
  /src/external/mpl/bind/dist/bin/tests/system/spf/ns1/
named.conf.j2 28 zone "spf" {
30 file "spf.db";
35 file "spf.db";
36 check-spf warn;
41 file "spf.db";
42 check-spf ignore;
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
spf_99.c 75 dns_rdata_spf_t *spf = target; local
77 REQUIRE(spf != NULL);
81 DNS_RDATACOMMON_INIT(spf, rdata->type, rdata->rdclass);
88 dns_rdata_spf_t *spf = source; local
90 REQUIRE(spf != NULL);
91 REQUIRE(spf->common.rdtype == dns_rdatatype_spf);
  /src/sbin/newfs_msdos/
mkfs_msdos.c 126 u_int8_t spf[2]; /* sectors per FAT */ member in struct:bsbpb
170 u_int spf; /* sectors per FAT */ member in struct:bpb
183 .sec = f, .mid = g, .spf = h, .spt = i, .hds = j, }
321 bpb.bspf = bpb.spf;
322 bpb.spf = 0;
605 bpb.spf = bpb.bspf;
644 dir = bpb.res + (bpb.spf ? bpb.spf : bpb.bspf) * bpb.nft;
687 mk2(bsbpb->spf, bpb.spf);
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.c 119 CASE_TO_STR(spf);
  /src/sys/lib/libsa/
dosfs.c 76 u_int spf; /* sectors per fat */ member in struct:__anon6919
443 if ((fs->spf = getushort(bs->bpb.bpbFATsecs))) {
449 if (!(fs->spf = getulong(bs->bpb.bpbBigFATsecs)))
458 fs->lsndir = fs->lsnfat + fs->spf * bs->bpb.bpbFATs;
468 sc = (secbyt(fs->spf) << 1) / (fs->fatsz >> 2) - 1;
  /src/external/mpl/bind/dist/bin/tests/system/checkzone/
tests.sh 25 zones/good-gc-msdcs.db | zones/good-spf-exception.db)
77 echo_i "checking with spf warnings ($n)"
79 $CHECKZONE example zones/spf.db >test.out1.$n 2>&1 || ret=1
80 $CHECKZONE -T ignore example zones/spf.db >test.out2.$n 2>&1 || ret=1
81 grep "'x.example' found type SPF" test.out1.$n >/dev/null && ret=1
82 grep "'y.example' found type SPF" test.out1.$n >/dev/null || ret=1
83 grep "'example' found type SPF" test.out1.$n >/dev/null && ret=1
84 grep "'x.example' found type SPF" test.out2.$n >/dev/null && ret=1
85 grep "'y.example' found type SPF" test.out2.$n >/dev/null && ret=1
86 grep "'example' found type SPF" test.out2.$n >/dev/null && ret=
    [all...]
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
xxboot.ahdi.S 49 .word 0 | spf
  /src/sys/arch/atari/stand/xxboot/fdboot/
fdboot.S 49 .word 0 | spf

Completed in 31 milliseconds