Searched refs:pOptions (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | sntp-opts.c | 825 (void)pOptions; in doOptDebug_Level() 838 doOptKod(tOptions* pOptions, tOptDesc* pOptDesc) in doOptKod() argument 851 optionFileCheck(pOptions, pOptDesc, type, mode); in doOptKod() 865 doOptKeyfile(tOptions* pOptions, tOptDesc* pOptDesc) in doOptKeyfile() argument 878 optionFileCheck(pOptions, pOptDesc, type, mode); in doOptKeyfile() 924 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptSteplimit() 926 optionNumericVal(pOptions, pOptDesc); in doOptSteplimit() 942 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1); in doOptSteplimit() 960 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptNtpversion() 962 optionNumericVal(pOptions, pOptDesc); in doOptNtpversion() [all …]
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.c | 1028 doOptImbits(tOptions* pOptions, tOptDesc* pOptDesc) in doOptImbits() argument 1034 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptImbits() 1036 optionNumericVal(pOptions, pOptDesc); in doOptImbits() 1052 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1); in doOptImbits() 1064 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 1075 (void)pOptions; in doOptDebug_Level() 1087 doOptModulus(tOptions* pOptions, tOptDesc* pOptDesc) in doOptModulus() argument 1093 if (pOptions <= OPTPROC_EMIT_LIMIT) in doOptModulus() 1095 optionNumericVal(pOptions, pOptDesc); in doOptModulus() 1111 optionShowRange(pOptions, pOptDesc, VOIDP(rng), 1); in doOptModulus()
|
| /freebsd-13.1/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.c | 609 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 620 (void)pOptions; in doOptDebug_Level() 631 doOptRefid(tOptions* pOptions, tOptDesc* pOptDesc) in doOptRefid() argument 638 if (pOptions <= OPTPROC_EMIT_LIMIT) { in doOptRefid() 639 (void) optionEnumerationVal(pOptions, pOptDesc, names, 2); in doOptRefid() 644 optionEnumerationVal(pOptions, pOptDesc, names, 2); in doOptRefid()
|
| H A D | ntpq.c | 3838 tOptions *pOptions, in ntpq_custom_opt_handler() argument
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.c | 588 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 599 (void)pOptions; in doOptDebug_Level()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.c | 1321 doOptDebug_Level(tOptions* pOptions, tOptDesc* pOptDesc) in doOptDebug_Level() argument 1332 (void)pOptions; in doOptDebug_Level()
|