Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dperfquery.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/contrib/ntp/include/
H A Dntp_config.h254 int_fifo * reset_counters;
252 int_fifo * reset_counters; global() member
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c1169 counter_set = HEAD_PFIFO(ptree->reset_counters); in append_gen_fifo()
4833 for (counter_set = HEAD_PFIFO(ptree->reset_counters); in config_reset_counters()
4881 FREE_INT_FIFO(ptree->reset_counters); in config_sim()
H A Dntp_parser.c3643 { CONCAT_G_FIFOS(cfgt.reset_counters, (yyvsp[0].Int_fifo)); } in yyparse()