pfd 807 lib/common/ipc.c struct pollfd pfd; pfd 858 lib/common/ipc.c client->pfd.fd = -1; pfd 859 lib/common/ipc.c client->pfd.events = POLLIN; pfd 860 lib/common/ipc.c client->pfd.revents = 0; pfd 883 lib/common/ipc.c client->pfd.fd = crm_ipc_get_fd(client); pfd 884 lib/common/ipc.c if (client->pfd.fd < 0) { pfd 968 lib/common/ipc.c } else if (client->pfd.fd < 0) { pfd 975 lib/common/ipc.c client->pfd.fd = -EINVAL; pfd 998 lib/common/ipc.c client->pfd.revents = 0; pfd 999 lib/common/ipc.c rc = poll(&(client->pfd), 1, 0);