Home
last modified time | relevance | path

Searched refs:Int_fifo (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_parser.c571 int_fifo * Int_fifo; member
2460 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); } in yyparse()
2491 (yyval.Int_fifo) = (yyvsp[-1].Int_fifo); in yyparse()
2492 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
2500 (yyval.Int_fifo) = NULL; in yyparse()
2501 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3340 { CONCAT_G_FIFOS(cfgt.reset_counters, (yyvsp[0].Int_fifo)); } in yyparse()
3347 (yyval.Int_fifo) = (yyvsp[-1].Int_fifo); in yyparse()
3348 APPEND_G_FIFO((yyval.Int_fifo), create_int_node((yyvsp[0].Integer))); in yyparse()
3356 (yyval.Int_fifo) = NULL; in yyparse()
[all …]
H A Dntp_parser.h484 int_fifo * Int_fifo; member