Lines Matching defs:sndstat_file
99 struct sndstat_file {
100 TAILQ_ENTRY(sndstat_file) entry;
118 static TAILQ_HEAD(, sndstat_file) sndstat_filelist = TAILQ_HEAD_INITIALIZER(sndstat_filelist);
122 static int sndstat_prepare(struct sndstat_file *);
124 sndstat_line2userdev(struct sndstat_file *, const char *, int);
149 struct sndstat_file *pf;
157 sx_init(&pf->lock, "sndstat_file");
174 sndstat_remove_all_userdevs(struct sndstat_file *pf)
192 sndstat_close(void *sndstat_file)
194 struct sndstat_file *pf = (struct sndstat_file *)sndstat_file;
213 struct sndstat_file *pf;
251 struct sndstat_file *pf;
676 struct sndstat_file *pf;
736 sndstat_refresh_devs(struct sndstat_file *pf)
748 sndstat_get_devs(struct sndstat_file *pf, void *arg_buf, size_t *arg_nbytes)
975 sndstat_add_user_devs(struct sndstat_file *pf, void *nvlbuf, size_t nbytes)
1026 sndstat_flush_user_devs(struct sndstat_file *pf)
1043 struct sndstat_file *pf;
1096 sndstat_line2userdev(struct sndstat_file *pf, const char *line, int n)
1369 sndstat_prepare(struct sndstat_file *pf_self)
1374 struct sndstat_file *pf;