Home
last modified time | relevance | path

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

/src/sys/dev/sound/
H A Dsndstat.c758 sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes) in sndstat_get_devs() argument
799 if (*arg_nbytes == 0) { in sndstat_get_devs()
800 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()
804 if (*arg_nbytes < pf->devs_nbytes) { in sndstat_get_devs()
805 *arg_nbytes = 0; in sndstat_get_devs()
814 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()