Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dsndstat.c747 sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes) in sndstat_get_devs() argument
788 if (*arg_nbytes == 0) { in sndstat_get_devs()
789 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()
793 if (*arg_nbytes < pf->devs_nbytes) { in sndstat_get_devs()
794 *arg_nbytes = 0; in sndstat_get_devs()
803 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()