Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dssu.c45 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? */
136 const dns_name_t *identity, dns_ssumatchtype_t matchtype, in dns_ssutable_addrule()
145 REQUIRE(matchtype <= dns_ssumatchtype_max); in dns_ssutable_addrule()
146 if (matchtype == dns_ssumatchtype_wildcard) { in dns_ssutable_addrule()
170 rule->matchtype = matchtype; in dns_ssutable_addrule()
307 switch (rule->matchtype) { in dns_ssutable_checkrules()
353 switch (rule->matchtype) { in dns_ssutable_checkrules()
450 switch (rule->matchtype) { in dns_ssutable_checkrules()
474 switch (rule->matchtype) { in dns_ssutable_checkrules()
46 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? */ global() member
137 dns_ssutable_addrule(dns_ssutable_t * table,bool grant,const dns_name_t * identity,dns_ssumatchtype_t matchtype,const dns_name_t * name,unsigned int ntypes,dns_ssuruletype_t * types) dns_ssutable_addrule() argument
[all...]
H A Drbtdb.c4885 rbtdb_rdatatype_t matchtype, sigmatchtype; find_coveringnsec() local
5835 rbtdb_rdatatype_t matchtype, sigmatchtype; zone_findrdataset() local
5926 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; cache_findrdataset() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu.c46 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? member
138 const dns_name_t *identity, dns_ssumatchtype_t matchtype, in dns_ssutable_addrule() argument
147 REQUIRE(matchtype <= dns_ssumatchtype_max); in dns_ssutable_addrule()
148 if (matchtype == dns_ssumatchtype_wildcard) { in dns_ssutable_addrule()
172 rule->matchtype = matchtype; in dns_ssutable_addrule()
311 switch (rule->matchtype) { in dns_ssutable_checkrules()
355 switch (rule->matchtype) { in dns_ssutable_checkrules()
522 if (rule->matchtype != dns_ssumatchtype_dlz && in dns_ssutable_checkrules()
560 return (rule->matchtype); in dns_ssurule_matchtype()
618 rule->matchtype = dns_ssumatchtype_dlz; in dns_ssutable_createdlz()
H A Drbtdb.c4963 rbtdb_rdatatype_t matchtype, sigmatchtype; in find_coveringnsec() local
4970 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0); in find_coveringnsec()
5012 if (header->type == matchtype) { in find_coveringnsec()
5853 rbtdb_rdatatype_t matchtype, sigmatchtype; in zone_findrdataset() local
5871 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); in zone_findrdataset()
5899 if (header->type == matchtype) { in zone_findrdataset()
5944 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; in cache_findrdataset() local
5966 matchtype = RBTDB_RDATATYPE_VALUE(type, covers); in cache_findrdataset()
5998 if (header->type == matchtype) { in cache_findrdataset()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dssu.h108 const dns_name_t *identity, dns_ssumatchtype_t matchtype,
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dssu.h80 * single rule with matchtype dns_ssumatchtype_dlz. This type of SSU
114 const dns_name_t *identity, dns_ssumatchtype_t matchtype,
124 *\li If 'matchtype' is of SELF type, this rule only matches if the
136 *\li 'matchtype' must be one of the defined constants.
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap.h92 typedef enum matchtype enum
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/
H A Ddump.c236 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument
255 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c10338 int matchtype; in check_dependencies() local
10373 if ((matchtype = resources_match (rs, idesc, note, in check_dependencies()
10379 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0); in check_dependencies()
10385 if (matchtype == 1 && rs->index >= 0) in check_dependencies()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c10354 int matchtype; in check_dependencies() local
10389 if ((matchtype = resources_match (rs, idesc, note, in check_dependencies()
10395 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0); in check_dependencies()
10401 if (matchtype == 1 && rs->index >= 0) in check_dependencies()
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c