Home
last modified time | relevance | path

Searched refs:pfdn (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-utils/alsactl/
H A Ddaemon.c366 struct pollfd *pfd = NULL, *pfdn; in state_daemon() local
396 pfdn = realloc(pfd, sizeof(struct pollfd) * pcount); in state_daemon()
397 if (pfdn) { in state_daemon()
399 pfd = pfdn; in state_daemon()

Completed in 1 milliseconds