Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ttymon/
H A Dtmhandler.c402 if (Nentries > Npollfd) { in re_read()
408 Npollfd = Nentries + 10; in re_read()
409 if (Npollfd > Maxfds) in re_read()
410 Npollfd = Maxfds; in re_read()
412 malloc((unsigned)(Npollfd * sizeof(struct pollfd)))) in re_read()
H A Dttymon.c221 Npollfd = Nentries + 10; in initialize()
222 if (Npollfd > Maxfds) in initialize()
223 Npollfd = Maxfds; in initialize()
225 malloc((unsigned)(Npollfd * sizeof (struct pollfd)))) in initialize()
H A Dtmglobal.c65 int Npollfd; /* size of the pollfd array */ variable
H A Dtmextern.h125 extern int Npollfd;