HomeSort by: relevance | last modified time | path
    Searched defs:ioctl_arg_T (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
audio.c 59 typedef unsigned long ioctl_arg_T;
61 typedef int ioctl_arg_T;
73 static ioctl_arg_T agc = SOUND_MIXER_WRITE_RECLEV; /* or IGAIN or LINE */
74 static ioctl_arg_T audiomonitor = SOUND_MIXER_WRITE_VOLUME; /* or OGAIN */
audio.c 59 typedef unsigned long ioctl_arg_T;
61 typedef int ioctl_arg_T;
73 static ioctl_arg_T agc = SOUND_MIXER_WRITE_RECLEV; /* or IGAIN or LINE */
74 static ioctl_arg_T audiomonitor = SOUND_MIXER_WRITE_VOLUME; /* or OGAIN */

Completed in 28 milliseconds