Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c386 free(Pollp); in re_read()
390 Pollp = malloc((unsigned)(Npollfd * sizeof (struct pollfd))); in re_read()
391 if (Pollp == NULL) in re_read()
H A Dtmglobal.c64 struct pollfd *Pollp; /* ptr to an array of poll struct */ variable
H A Dttymon.c122 nfds = set_poll(Pollp); in main()
125 do_poll(Pollp, nfds); in main()
211 if ((Pollp = (struct pollfd *) in initialize()
H A Dtmextern.h172 extern struct pollfd *Pollp;