Searched refs:CONCAT_G_FIFOS (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 2518 { CONCAT_G_FIFOS(cfgt.manycastserver, (yyvsp[0].Address_fifo)); } in yyparse() 2524 { CONCAT_G_FIFOS(cfgt.multicastclient, (yyvsp[0].Address_fifo)); } in yyparse() 2555 CONCAT_G_FIFOS(cfgt.auth.crypto_cmd_list, (yyvsp[0].Attr_val_fifo)); in yyparse() 2593 CONCAT_G_FIFOS(cfgt.auth.trusted_key_list, (yyvsp[0].Attr_val_fifo)); in yyparse() 2640 { CONCAT_G_FIFOS(cfgt.orphan_cmds, (yyvsp[0].Attr_val_fifo)); } in yyparse() 2688 { CONCAT_G_FIFOS(cfgt.stats_list, (yyvsp[0].Int_fifo)); } in yyparse() 2804 CONCAT_G_FIFOS(cfgt.discard_opts, (yyvsp[0].Attr_val_fifo)); in yyparse() 2812 CONCAT_G_FIFOS(cfgt.mru_opts, (yyvsp[0].Attr_val_fifo)); in yyparse() 3147 { CONCAT_G_FIFOS(cfgt.rlimit, (yyvsp[0].Attr_val_fifo)); } in yyparse() 3177 { CONCAT_G_FIFOS(cfgt.enable_opts, (yyvsp[0].Attr_val_fifo)); } in yyparse() [all …]
|
| /src/contrib/ntp/include/ |
| H A D | ntp_config.h | 301 #define CONCAT_G_FIFOS(first, second) \ macro
|