Searched refs:new_ufds (Results 1 – 2 of 2) sorted by relevance
23 struct pollfd *new_ufds; in open_device() local57 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()58 if(new_ufds == NULL) { in open_device()62 ufds = new_ufds; in open_device()
125 struct pollfd *new_ufds; in open_device() local165 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()166 if(new_ufds == NULL) { in open_device()170 ufds = new_ufds; in open_device()