Searched refs:sndstat_file (Results 1 – 1 of 1) sorted by relevance
68 struct sndstat_file { struct69 TAILQ_ENTRY(sndstat_file) entry;82 static TAILQ_HEAD(, sndstat_file) sndstat_filelist = TAILQ_HEAD_INITIALIZER(sndstat_filelist); argument86 static int sndstat_prepare(struct sndstat_file *);109 struct sndstat_file *pf; in sndstat_open()128 sndstat_close(void *sndstat_file) in sndstat_close() argument130 struct sndstat_file *pf = (struct sndstat_file *)sndstat_file; in sndstat_close()143 struct sndstat_file *pf; in sndstat_read()181 struct sndstat_file *pf; in sndstat_write()335 sndstat_prepare(struct sndstat_file *pf_self) in sndstat_prepare()[all …]