Home
last modified time | relevance | path

Searched refs:reset_counters (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
HDperfquery.c454 static void reset_counters(int extended, int timeout, int mask, in reset_counters() function
1112 reset_counters(extended, ibd_timeout, mask, &portid, i); in main()
1115 reset_counters(extended, ibd_timeout, mask, &portid, ports[i]); in main()
1117 reset_counters(extended, ibd_timeout, mask, &portid, port); in main()
/freebsd-11-stable/contrib/ntp/include/
HDntp_config.h251 int_fifo * reset_counters; member
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_config.c1104 counter_set = HEAD_PFIFO(ptree->reset_counters); in dump_config_tree()
4644 for (counter_set = HEAD_PFIFO(ptree->reset_counters); in config_reset_counters()
4692 FREE_INT_FIFO(ptree->reset_counters); in free_config_reset_counters()
HDntp_parser.c3340 { CONCAT_G_FIFOS(cfgt.reset_counters, (yyvsp[0].Int_fifo)); } in yyparse()