Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sfxge/common/
H A Dsiena_phy.c465 __in uint32_t vmask, in siena_phy_decode_stats() argument
474 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, OUI); in siena_phy_decode_stats()
479 if (vmask & (1 << MC_CMD_PMA_PMD_SIGNAL)) { in siena_phy_decode_stats()
506 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_LINK_UP); in siena_phy_decode_stats()
507 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_RX_FAULT); in siena_phy_decode_stats()
509 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, PCS_BER); in siena_phy_decode_stats()
521 if (vmask & (1 << MC_CMD_PHYXS_SYNC)) { in siena_phy_decode_stats()
538 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, AN_LINK_UP); in siena_phy_decode_stats()
539 SIENA_SIMPLE_STAT_SET2(vmask, esmp, smask, stat, AN_COMPLETE); in siena_phy_decode_stats()
555 uint32_t vmask = encp->enc_mcdi_phy_stat_mask; in siena_phy_stats_update() local
[all …]
H A Dsiena_impl.h356 __in uint32_t vmask,
/freebsd-12.1/sbin/ipfw/
H A Dtables.c490 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
939 uint32_t vmask; in table_modify_record() local
984 xi.vmask = vmask; in table_modify_record()
1110 uint32_t vmask; in table_do_lookup() local
1424 uint32_t vmask; in tentry_fill_key() local
1429 vmask = 0; in tentry_fill_key()
1441 vmask = xi->vmask; in tentry_fill_key()
1478 *pvmask = vmask; in tentry_fill_key()
1541 vmask &= ~flag; in tentry_fill_value()
2031 uint32_t vmask; in ipfw_list_values() local
[all …]
/freebsd-12.1/sbin/ggate/ggated/
H A Dggated.c155 unsigned flags, i, vmask; in line_parse() local
158 ip = mask = flags = vmask = 0; in line_parse()
173 vmask = 32; in line_parse()
176 vmask = strtoul(word, NULL, 10); in line_parse()
177 if (vmask == 0 && errno != 0) { in line_parse()
181 if ((unsigned)vmask > 32) { in line_parse()
186 mask = countmask(vmask); in line_parse()
231 ip2str(ex->e_ip), vmask, path, sflags); in line_parse()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_table.c85 uint32_t vmask; /* bitmask with supported values */ member
271 xi.vmask = IPFW_VTYPE_LEGACY; in create_table_compat()
592 ts.vmask = tc->vmask; in add_table_entry()
1890 tc->vmask = i->vmask; in create_table_internal()
2073 i->vmask = tc->vmask; in export_table_info()
H A Dip_fw_table_value.c505 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
571 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
H A Dip_fw_table.h215 uint32_t vmask; member
/freebsd-12.1/sys/netinet/
H A Dip_fw.h985 uint32_t vmask; /* bitmask with value types */ member
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c100479 Bitmask vmask; /* Bitmask identifying virtual table cursors */
100616 pWC->vmask = 0;
101235 chngToIN = ~(pWC->vmask);
105004 assert( pWC->vmask==0 && pMaskSet->n==0 );
105009 pWC->vmask |= ((Bitmask)1 << i);