Searched refs:vmask (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_phy.c463 __in uint32_t vmask,
472 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, OUI);
473 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_LINK_UP);
474 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_RX_FAULT);
475 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PMA_PMD_TX_FAULT);
477 if (vmask & (1 << MC_CMD_PMA_PMD_SIGNAL)) {
495 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_A,
497 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_B,
499 SIENA_SIMPLE_STAT_SET(vmask, esmp, smask, stat, MC_CMD_PMA_PMD_SNR_C,
501 SIENA_SIMPLE_STAT_SET(vmask, esm
461 siena_phy_decode_stats( __in efx_nic_t *enp, __in uint32_t vmask, __in_opt efsys_mem_t *esmp, __out_opt uint64_t *smaskp, __inout_ecount_opt(EFX_PHY_NSTATS) uint32_t *stat) argument
553 uint32_t vmask = encp->enc_mcdi_phy_stat_mask; local
[all...]
H A Dsiena_impl.h354 __in uint32_t vmask,
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c67 char *arg, uint8_t type, uint32_t vmask);
69 uint32_t vmask, int print_ip);
453 xi.vmask = fset;
490 if (xi.vmask == 0)
491 xi.vmask = IPFW_VTYPE_LEGACY;
506 xi.tflags != xie.tflags || xi.vmask != xie.vmask || (
775 table_print_valheader(char *buf, size_t bufsize, uint32_t vmask) argument
778 if (vmask == IPFW_VTYPE_LEGACY) {
784 print_flags_buffer(buf, bufsize, tablevaltypes, vmask);
955 uint32_t vmask; local
1126 uint32_t vmask; local
1440 uint32_t vmask; local
1513 tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *arg, uint8_t type, uint32_t vmask) argument
1783 table_show_value(char *buf, size_t bufsize, ipfw_table_value *v, uint32_t vmask, int print_ip) argument
2044 uint32_t vmask; local
[all...]
/freebsd-11-stable/sbin/ggate/ggated/
H A Dggated.c155 unsigned flags, i, vmask; local
158 ip = mask = flags = vmask = 0;
173 vmask = 32;
176 vmask = strtoul(word, NULL, 10);
177 if (vmask == 0 && errno != 0) {
181 if ((unsigned)vmask > 32) {
186 mask = countmask(vmask);
231 ip2str(ex->e_ip), vmask, path, sflags);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.h215 uint32_t vmask; member in struct:tableop_state
H A Dip_fw_table.c69 * vmask represents bitmask of table values which are present at the moment.
83 uint32_t vmask; /* bitmask with supported values */ member in struct:table_config
269 xi.vmask = IPFW_VTYPE_LEGACY;
590 ts.vmask = tc->vmask;
1888 tc->vmask = i->vmask;
2071 i->vmask = tc->vmask;
H A Dip_fw_table_value.c505 mask_table_value(ptei->pvalue, &tval, ts->vmask);
571 mask_table_value(ptei->pvalue, &tval, ts->vmask);
636 * vmask value.
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h983 uint32_t vmask; /* bitmask with value types */ member in struct:_ipfw_xtable_info
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c100479 Bitmask vmask; /* Bitmask identifying virtual table cursors */ member in struct:WhereClause
[all...]

Completed in 310 milliseconds