Searched refs:gotc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/openpam/t/ |
| D | t_openpam_readlinev.c | 64 int expectedc, gotc, i, lineno = 0; in orlv_expect() local 73 gotv = openpam_readlinev(tf->file, &lineno, &gotc); in orlv_expect() 80 t_printv("expected nothing, got %d words\n", gotc); in orlv_expect() 83 if (expectedc != gotc) { in orlv_expect() 85 expectedc, gotc); in orlv_expect() 88 for (i = 0; i < gotc; ++i) { in orlv_expect() 96 FREEV(gotc, gotv); in orlv_expect()
|
| /freebsd-12-stable/usr.bin/xstr/ |
| D | xstr.c | 266 goto gotc; in yankstr() 281 gotc: in yankstr()
|
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_vf.h | 190 u64 gotc; member
|
| D | e1000_hw.h | 605 u64 gotc; member 680 u64 gotc; member
|
| D | if_em.c | 4227 sc->stats.gotc += E1000_READ_REG(&sc->hw, E1000_GOTCL) + in em_update_stats_counters() 4535 CTLFLAG_RD, &sc->stats.gotc, in em_add_hw_stats()
|
| /freebsd-12-stable/sys/dev/igc/ |
| D | igc_hw.h | 302 u64 gotc; member
|
| D | if_igc.c | 2353 adapter->stats.gotc += IGC_READ_REG(&adapter->hw, IGC_GOTCL) + in igc_update_stats_counters() 2635 CTLFLAG_RD, &adapter->stats.gotc, in igc_add_hw_stats()
|
| /freebsd-12-stable/tools/tools/net80211/wesside/wesside/ |
| D | wesside.c | 676 int gots = 0, gotc = 0; in get_victim_ssid() local 746 gotc = 1; in get_victim_ssid() 753 if (gots && gotc) { in get_victim_ssid()
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_ix.c | 1474 stats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCL) + in ixgbe_update_stats_counters() 1487 stats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCH); in ixgbe_update_stats_counters() 1527 stats->gotc -= total * ETHER_MIN_LEN; in ixgbe_update_stats_counters() 1560 IXGBE_SET_OBYTES(sc, stats->gotc); in ixgbe_update_stats_counters() 1744 CTLFLAG_RD, &stats->gotc, "Good Octets Transmitted"); in ixgbe_add_hw_stats()
|
| D | ixgbe_type.h | 3882 u64 gotc; member
|