HomeSort by: relevance | last modified time | path
    Searched refs:rsts (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 60 struct evcnt rsts; member in struct:ixgbe_mbx_stats
ixgbe_mbx.c 338 IXGBE_EVC_ADD(&hw->mbx.stats.rsts, 1);
420 IXGBE_EVC_ADD(&hw->mbx.stats.rsts, 1);
699 IXGBE_EVC_STORE(&mbx->stats.rsts, 0);
846 IXGBE_EVC_ADD(&hw->mbx.stats.rsts, 1);
1156 IXGBE_EVC_STORE(&mbx->stats.rsts, 0);
ixv.c 689 evcnt_detach(&hw->mbx.stats.rsts);
2806 evcnt_attach_dynamic(&hw->mbx.stats.rsts, EVCNT_TYPE_MISC, NULL,
2807 xname, "RSTs");
2882 IXGBE_EVC_STORE(&hw->mbx.stats.rsts, 0);
  /src/usr.bin/xlint/lint1/
tree.c 2733 const char *lsts, *rsts; local in function:check_pointer_comparison
2734 *(lst == FUNC ? &lsts : &rsts) = "function pointer";
2735 *(lst == VOID ? &lsts : &rsts) = "'void *'";
2737 warning(274, lsts, rsts);

Completed in 72 milliseconds