Home
last modified time | relevance | path

Searched refs:Npollfd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c381 if (Nentries > Npollfd) { in re_read()
387 Npollfd = Nentries + 10; in re_read()
388 if (Npollfd > Maxfds) in re_read()
389 Npollfd = Maxfds; in re_read()
390 Pollp = malloc((unsigned)(Npollfd * sizeof (struct pollfd))); in re_read()
H A Dttymon.c208 Npollfd = Nentries + 10; in initialize()
209 if (Npollfd > Maxfds) in initialize()
210 Npollfd = Maxfds; in initialize()
212 malloc((unsigned)(Npollfd * sizeof (struct pollfd)))) in initialize()
H A Dtmglobal.c65 int Npollfd; /* size of the pollfd array */ variable
H A Dtmextern.h175 extern int Npollfd;