Searched refs:arg_nbytes (Results 1 – 1 of 1) sorted by relevance
758 sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes) in sndstat_get_devs() argument799 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()