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