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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap.h 92 typedef enum matchtype enum
124 * otherwise any matchtype can be used for lookups.
204 * entry (which may be different from the requested name if matchtype is
  /src/external/mpl/bind/dist/lib/dns/
ssu.c 45 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? */ member in struct:dns_ssurule
136 const dns_name_t *identity, dns_ssumatchtype_t matchtype,
145 REQUIRE(matchtype <= dns_ssumatchtype_max);
146 if (matchtype == dns_ssumatchtype_wildcard) {
170 rule->matchtype = matchtype;
307 switch (rule->matchtype) {
353 switch (rule->matchtype) {
450 switch (rule->matchtype) {
474 switch (rule->matchtype) {
    [all...]
rbt-cachedb.c 657 dns_typepair_t matchtype, sigmatchtype; local
679 matchtype = DNS_TYPEPAIR_VALUE(dns_rdatatype_nsec, 0);
720 if (header->type == matchtype) {
1352 dns_typepair_t matchtype, sigmatchtype, negtype; local
1371 matchtype = DNS_TYPEPAIR_VALUE(type, covers);
1401 if (header->type == matchtype) {
rbt-zonedb.c 1507 dns_typepair_t matchtype, sigmatchtype; local
1524 matchtype = DNS_TYPEPAIR_VALUE(type, covers);
1552 if (header->type == matchtype) {
qpcache.c 1509 dns_typepair_t matchtype, sigmatchtype; local
1531 matchtype = DNS_TYPEPAIR_VALUE(dns_rdatatype_nsec, 0);
1567 if (header->type == matchtype) {
2223 dns_typepair_t matchtype, sigmatchtype, negtype; local
2242 matchtype = DNS_TYPEPAIR_VALUE(type, covers);
2272 if (header->type == matchtype) {
qpzone.c 1497 dns_typepair_t matchtype, sigmatchtype; local
1514 matchtype = DNS_TYPEPAIR_VALUE(type, covers);
1538 if (header->type == matchtype) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ssu.c 46 dns_ssumatchtype_t matchtype; /*%< which type of pattern match? member in struct:dns_ssurule
138 const dns_name_t *identity, dns_ssumatchtype_t matchtype,
147 REQUIRE(matchtype <= dns_ssumatchtype_max);
148 if (matchtype == dns_ssumatchtype_wildcard) {
172 rule->matchtype = matchtype;
311 switch (rule->matchtype) {
355 switch (rule->matchtype) {
522 if (rule->matchtype != dns_ssumatchtype_dlz &&
560 return (rule->matchtype);
    [all...]
rbtdb.c 4963 rbtdb_rdatatype_t matchtype, sigmatchtype; local
4970 matchtype = RBTDB_RDATATYPE_VALUE(dns_rdatatype_nsec, 0);
5012 if (header->type == matchtype) {
5853 rbtdb_rdatatype_t matchtype, sigmatchtype; local
5871 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5899 if (header->type == matchtype) {
5944 rbtdb_rdatatype_t matchtype, sigmatchtype, negtype; local
5966 matchtype = RBTDB_RDATATYPE_VALUE(type, covers);
5998 if (header->type == matchtype) {
  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 217 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
238 str = cfg_obj_asstring(matchtype);
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 2796 const cfg_obj_t *matchtype = cfg_tuple_get(stmt, "matchtype"); local
2804 tresult = dns_ssu_mtypefromstring(cfg_obj_asstring(matchtype),
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 10335 int matchtype; local
10370 if ((matchtype = resources_match (rs, idesc, note,
10376 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
10382 if (matchtype == 1 && rs->index >= 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 10335 int matchtype; local
10370 if ((matchtype = resources_match (rs, idesc, note,
10376 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
10382 if (matchtype == 1 && rs->index >= 0)

Completed in 68 milliseconds