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

/illumos-gate/usr/src/cmd/cvcd/sparc/sun4u/starcat/
H A Dcvcd.c118 #define LISTEN_PFD 2 macro
306 pfds[LISTEN_PFD].fd = cvcd_init_host_socket(tport, ah_auth_alg,
318 pfds[LISTEN_PFD].events = POLLIN;
319 err = poll(&(pfds[LISTEN_PFD]), 1, -1);
325 (pfds[LISTEN_PFD].revents & POLLIN)) {
326 fd = accept(pfds[LISTEN_PFD].fd, NULL, NULL);
610 pfds[LISTEN_PFD].events = POLLIN;
635 ((i == LISTEN_PFD) ? "listen" :
648 if (pfds[LISTEN_PFD].revents & POLLIN) {
651 fd = accept(pfds[LISTEN_PFD]
[all...]

Completed in 55 milliseconds