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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmglobal.c64 struct pollfd *Pollp; /* ptr to an array of poll struct */ variable in typeref:struct:pollfd
H A Dttymon.c54 extern struct pollfd *Pollp;
129 nfds = set_poll(Pollp);
132 do_poll(Pollp, nfds);
224 if ((Pollp = (struct pollfd *)
227 fatal("malloc for Pollp failed");
H A Dtmhandler.c385 extern struct pollfd *Pollp;
407 free((char *)Pollp);
411 if ((Pollp = (struct pollfd *)
414 fatal("malloc for Pollp failed");

Completed in 497 milliseconds