Home
last modified time | relevance | path

Searched refs:create_attr_dval (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_parser.c2680 … { (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()
Dntp_config.c1247 create_attr_dval( in create_attr_dval() function
/freebsd-12-stable/contrib/ntp/include/
Dntp_config.h311 attr_val *create_attr_dval(int attr, double value);