Searched refs:create_attr_dval (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_parser.c | 2680 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (double)(yyvsp[0].Integer)); } in yyparse() 2686 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 2692 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (double)(yyvsp[0].Integer)); } in yyparse() 3055 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 3235 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse() 3244 av = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); in yyparse() 3430 av = create_attr_dval(T_WanderThreshold, (yyvsp[0].Double)); in yyparse() 3802 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); } in yyparse() 3886 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); } in yyparse()
|
| D | ntp_config.c | 1247 create_attr_dval( in create_attr_dval() function
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntp_config.h | 311 attr_val *create_attr_dval(int attr, double value);
|