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

/xsrc/external/mit/xorg-server/dist/os/
H A Dospoll.c387 struct ospollfd *new_osfds; local in function:ospoll_add
394 new_osfds = reallocarray(ospoll->osfds, new_size, sizeof (ospoll->osfds[0]));
395 if (!new_osfds)
397 ospoll->osfds = new_osfds;

Completed in 2 milliseconds