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

/freebsd-10.3-release/sys/dev/cxgbe/
H A Dt4_ioctl.h164 uint32_t matchtype:3; /* MPS match type */ member in struct:t4_filter_tuple
H A Dt4_main.c7045 if (fs->val.matchtype || fs->mask.matchtype)
7456 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) |
7457 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype));
/freebsd-10.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-10.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-10.3-release/tools/tools/cxgbetool/
H A Dcxgbetool.c750 printf(" %1x/%1x", t->fs.val.matchtype,
751 t->fs.mask.matchtype);
883 printf("matchtype ");
923 if (!strcmp(argv[0], "matchtype"))
1034 } else if (!parse_val_mask("matchtype", args, &val, &mask)) {
1035 t.fs.val.matchtype = val;
1036 t.fs.mask.matchtype = mask;
/freebsd-10.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 101 milliseconds