Searched refs:arg_nbytes (Results 1 – 1 of 1) sorted by relevance
748 sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes) in sndstat_get_devs() argument789 if (*arg_nbytes == 0) { in sndstat_get_devs()790 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()794 if (*arg_nbytes < pf->devs_nbytes) { in sndstat_get_devs()795 *arg_nbytes = 0; in sndstat_get_devs()804 *arg_nbytes = pf->devs_nbytes; in sndstat_get_devs()