Searched refs:vmask (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/dev/sfxge/common/ |
| H A D | siena_phy.c | 465 __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 D | siena_impl.h | 356 __in uint32_t vmask,
|
| /freebsd-12.1/sbin/ipfw/ |
| H A D | tables.c | 490 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 D | ggated.c | 155 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 D | ip_fw_table.c | 85 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 D | ip_fw_table_value.c | 505 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 D | ip_fw_table.h | 215 uint32_t vmask; member
|
| /freebsd-12.1/sys/netinet/ |
| H A D | ip_fw.h | 985 uint32_t vmask; /* bitmask with value types */ member
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 100479 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);
|