Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_parser.c2664 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (double)(yyvsp[0].Integer)); } in yyparse()
2670 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse()
2676 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (double)(yyvsp[0].Integer)); } in yyparse()
3075 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse()
3255 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); } in yyparse()
3264 av = create_attr_dval((yyvsp[-1].Integer), (yyvsp[0].Double)); in yyparse()
3450 av = create_attr_dval(T_WanderThreshold, (yyvsp[0].Double)); in yyparse()
3826 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); } in yyparse()
3910 … { (yyval.Attr_val) = create_attr_dval((yyvsp[-2].Integer), (yyvsp[0].Double)); } in yyparse()
HDntp_config.c1269 create_attr_dval( in create_attr_dval() function
/freebsd-head/contrib/ntp/include/
HDntp_config.h313 attr_val *create_attr_dval(int attr, double value);