Searched refs:xcmd (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ntp/ntpdc/
H A Dntpdc.h54 struct xcmd { struct
H A Dntpdc.c84 static int findcmd (char *, struct xcmd *, struct xcmd *, struct xcmd **);
89 static void printusage (struct xcmd *, FILE *);
111 static struct xcmd builtins[] = {
242 extern struct xcmd opcmds[];
1143 struct xcmd *xcmd; local
1161 i = findcmd(tokens[0], builtins, opcmds, &xcmd);
1179 for (i = 0; i < MAXARGS && xcmd
[all...]
H A Dntpdc_ops.c95 struct xcmd opcmds[] = {
/freebsd-10.2-release/contrib/ntp/ntpq/
H A Dntpq.h92 struct xcmd { struct
H A Dntpq.c189 static int findcmd (const char *, struct xcmd *,
190 struct xcmd *, struct xcmd **);
195 static void printusage (struct xcmd *, FILE *);
241 struct xcmd builtins[] = {
417 extern struct xcmd opcmds[];
1546 struct xcmd *xcmd; local
1558 i = findcmd(tokens[0], builtins, opcmds, &xcmd);
1580 for (i = 0; i < MAXARGS && xcmd
[all...]
H A Dntpq-subs.c85 struct xcmd opcmds[] = {
/freebsd-10.2-release/sys/dev/sound/pcm/
H A Ddsp.c1073 u_long xcmd; local
1084 xcmd = 0;
1806 * with no further processing. xcmd is short for "translated
1810 if (xcmd == 0) {
1811 xcmd = SOUND_MIXER_READ_RECLEV;
1816 if (xcmd == 0) {
1817 xcmd = SOUND_MIXER_WRITE_RECLEV;
1822 if (xcmd == 0) {
1823 xcmd = SOUND_MIXER_READ_PCM;
1828 if (xcmd
[all...]

Completed in 72 milliseconds