Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_parser.c2412 { CONCAT_G_FIFOS(cfgt.orphan_cmds, (yyvsp[0].Attr_val_fifo)); } in yyparse()
2460 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); } in yyparse()
2576 CONCAT_G_FIFOS(cfgt.discard_opts, (yyvsp[0].Attr_val_fifo)); in yyparse()
2584 CONCAT_G_FIFOS(cfgt.mru_opts, (yyvsp[0].Attr_val_fifo)); in yyparse()
2848 { CONCAT_G_FIFOS(cfgt.rlimit, (yyvsp[0].Attr_val_fifo)); } in yyparse()
2878 { CONCAT_G_FIFOS(cfgt.enable_opts, (yyvsp[0].Attr_val_fifo)); } in yyparse()
2932 { CONCAT_G_FIFOS(cfgt.tinker, (yyvsp[0].Attr_val_fifo)); } in yyparse()
3062 { CONCAT_G_FIFOS(cfgt.logconfig, (yyvsp[0].Attr_val_fifo)); } in yyparse()
3068 { CONCAT_G_FIFOS(cfgt.phone, (yyvsp[0].String_fifo)); } in yyparse()
3097 { CONCAT_G_FIFOS(cfgt.ttl, (yyvsp[0].Attr_val_fifo)); } in yyparse()
[all …]
/freebsd-13.1/contrib/ntp/include/
H A Dntp_config.h298 #define CONCAT_G_FIFOS(first, second) \ macro