Home
last modified time | relevance | path

Searched refs:readvar (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dtickadj.c235 static void readvar (int, off_t, int *);
368 readvar(fd, tick_offset, &tick); in main()
385 readvar(fd, tickadj_offset, &tickadj); in main()
409 readvar(fd, dosync_offset, &dosynctodr); in main()
414 readvar(fd, noprintf_offset, &noprintf); in main()
790 readvar(fd, nl[i].n_value, &nl[i].n_value); in getoffsets()
879 readvar( in readvar() function
/freebsd/usr.sbin/iostat/
H A Diostat.c159 static int readvar(kvm_t *kd, const char *name, int nlid, void *ptr,
477 if ((readvar(kd, "kern.tty_nin", X_TTY_NIN, &cur.tk_nin, in main()
479 || (readvar(kd, "kern.tty_nout", X_TTY_NOUT, in main()
488 if (readvar(kd, "kern.cp_time", 0, in main()
998 readvar(kvm_t *kd, const char *name, int nlid, void *ptr, size_t len) in readvar() function
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.def76 descrip = "Always output status line with readvar";
79 line that precedes the output of @code{readvar}
83 for a single-variable @code{readvar}.
523 .Ic readvar
689 .It Ic readvar Op Ar associd Ar name Ns Oo Ns = Ns Ar value Oc Op , ...
H A Dinvoke-ntpq.texi402 @code{readvar}
567 @item @code{readvar} @code{[@kbd{associd} @kbd{name}@code{[=@kbd{value}]} @code{[, ...]}]}
966 no old-rv Always output status line with readvar
1073 This is the ``always output status line with readvar'' option.
1075 line that precedes the output of @code{readvar}
1079 for a single-variable @code{readvar}.
H A Dntpq-subs.c37 static void readvar (struct parse *, FILE *);
122 { "readvar", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR, },
125 { "rv", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR, },
845 * readvar - send a read variables request with the specified variables
848 readvar( in readvar() function
H A Dntpq.texi357 Perform the same function as the @code{readvar} command,
426 @item @anchor{rv} readvar @kbd{assocID} @kbd{name} [ = @kbd{value} ] [,...]
/freebsd/contrib/ntp/
H A DChangeLog2676 * [Bug 1795] ntpq readvar does not display last variable.
2792 * Remove ntpq pstatus command, rv/readvar does the same and more.
3235 * Extend ntpq readvar (alias rv) to allow fetching up to three named
H A DCommitLog-4.1.04597 (readvar): Likewise.
6133 (readvar): Ditto
H A DCommitLog[all...]