Searched refs:create_attr_dval (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/ntp/ntpd/ |
| HD | ntp_parser.c | 2664 … { (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()
|
| HD | ntp_config.c | 1269 create_attr_dval( in create_attr_dval() function
|
| /freebsd-head/contrib/ntp/include/ |
| HD | ntp_config.h | 313 attr_val *create_attr_dval(int attr, double value);
|