Searched refs:reset_counters (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | perfquery.c | 454 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 D | ntp_config.h | 254 int_fifo * reset_counters; 252 int_fifo * reset_counters; global() member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 1169 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 D | ntp_parser.c | 3643 { CONCAT_G_FIFOS(cfgt.reset_counters, (yyvsp[0].Int_fifo)); } in yyparse()
|