Searched refs:new_ufds (Results 1 – 1 of 1) sorted by relevance
317 struct pollfd *new_ufds; in open_device() local362 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()363 if(new_ufds == NULL) { in open_device()367 ufds = new_ufds; in open_device()