Searched refs:matchtype (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dssu.c50 unsigned int matchtype; /*%< which type of pattern match? */ member in struct:dns_ssurule
162 dns_name_t *identity, unsigned int matchtype,
173 REQUIRE(matchtype <= DNS_SSUMATCHTYPE_MAX);
174 if (matchtype == DNS_SSUMATCHTYPE_WILDCARD)
210 rule->matchtype = matchtype;
374 switch (rule->matchtype) {
406 switch (rule->matchtype) {
510 if (rule->matchtype != DNS_SSUMATCHTYPE_DLZ &&
543 return (rule->matchtype);
161 dns_ssutable_addrule(dns_ssutable_t *table, isc_boolean_t grant, dns_name_t *identity, unsigned int matchtype, dns_name_t *name, unsigned int ntypes, dns_rdatatype_t *types) argument
[all...]
H A Drbtdb.c4445 rbtdb_rdatatype_t matchtype, sigmatchtype; local
4449 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0);
4522 if (header->type == matchtype)
5563 rbtdb_rdatatype_t matchtype, sigmatchtype; local
5581 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5607 if (header->type == matchtype) {
5647 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; local
5668 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5698 if (header->type == matchtype)
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dssu.h68 * single rule with matchtype DNS_SSUMATCHTYPE_DLZ. This type of SSU
102 dns_name_t *identity, unsigned int matchtype,
112 *\li If 'matchtype' is of SELF type, this rule only matches if the
124 *\li 'matchtype' must be one of the defined constants.
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_ioctl.h162 uint32_t matchtype:3; /* MPS match type */ member in struct:t4_filter_tuple
H A Dt4_main.c6725 if (fs->val.matchtype || fs->mask.matchtype)
7146 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) |
7147 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h91 typedef enum matchtype enum
123 * otherwise any matchtype can be used for lookups.
203 * entry (which may be different from the requested name if matchtype is
/freebsd-9.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c747 printf(" %1x/%1x", t->fs.val.matchtype,
748 t->fs.mask.matchtype);
880 printf("matchtype ");
920 if (!strcmp(argv[0], "matchtype"))
1031 } else if (!parse_val_mask("matchtype", args, &val, &mask)) {
1032 t.fs.val.matchtype = val;
1033 t.fs.mask.matchtype = mask;
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, argument
255 if (type != matchtype || ignore_symbol(&sym, name))
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c223 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
243 str = cfg_obj_asstring(matchtype);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c1196 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
1213 strcasecmp(cfg_obj_asstring(matchtype), "zonesub") != 0) {
1228 strcasecmp(cfg_obj_asstring(matchtype), "wildcard") == 0 &&
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c10505 int matchtype; local
10540 if ((matchtype = resources_match (rs, idesc, note,
10546 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
10552 if (matchtype == 1 && rs->index >= 0)

Completed in 236 milliseconds