Searched refs:new_ufds (Results 1 – 2 of 2) sorted by relevance
38 struct pollfd* new_ufds; in open_device() local69 new_ufds = reinterpret_cast<pollfd*>(realloc(ufds, sizeof(ufds[0]) * (nfds + 1))); in open_device()70 if (new_ufds == NULL) { in open_device()74 ufds = new_ufds; in open_device()
318 struct pollfd *new_ufds; in open_device() local363 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()364 if(new_ufds == NULL) { in open_device()368 ufds = new_ufds; in open_device()