Home
last modified time | relevance | path

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

/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c66 static struct pollfd *seqifds = NULL; variable
244 if (seqifds) in init_seq()
245 free(seqifds); in init_seq()
252 seqifds = (struct pollfd *)calloc(counti, sizeof(struct pollfd)); in init_seq()
253 assert(seqifds); in init_seq()
256 err = snd_seq_poll_descriptors(handle, seqifds, counti, POLLIN); in init_seq()
491 memcpy(pollfds, seqifds, sizeof(*seqifds)*(width = seqifds_count)); in do_loop()