pfd               721 lib/common/ipc_client.c     struct pollfd pfd;
pfd               773 lib/common/ipc_client.c     client->pfd.fd = -1;
pfd               774 lib/common/ipc_client.c     client->pfd.events = POLLIN;
pfd               775 lib/common/ipc_client.c     client->pfd.revents = 0;
pfd               805 lib/common/ipc_client.c     client->pfd.fd = crm_ipc_get_fd(client);
pfd               806 lib/common/ipc_client.c     if (client->pfd.fd < 0) {
pfd               822 lib/common/ipc_client.c     if (!(rv = crm_ipc_is_authentic_process(client->pfd.fd, cl_uid, cl_gid,
pfd               919 lib/common/ipc_client.c     } else if (client->pfd.fd < 0) {
pfd               926 lib/common/ipc_client.c         client->pfd.fd = -EINVAL;
pfd               949 lib/common/ipc_client.c     client->pfd.revents = 0;
pfd               950 lib/common/ipc_client.c     rc = poll(&(client->pfd), 1, 0);