Home | History | Annotate | Download | only in coregrind

Lines Matching refs:ck

838       ConnectionKind ck;
873 for (ck = 0; ck < NumConnectionKind; ck ++) {
874 if (pollfds[ck].revents & POLLIN) {
875 switch (ck) {
885 ppConnectionKind(ck));
891 for (ck = 0; ck < NumConnectionKind; ck ++) {
892 if (pollfds[ck].revents & POLLERR) {
894 ppConnectionKind(ck), pollfds[ck].fd);
898 if (pollfds[ck].revents & POLLHUP) {
900 ppConnectionKind(ck), pollfds[ck].fd);
904 if (pollfds[ck].revents & POLLNVAL) {
906 ppConnectionKind(ck), pollfds[ck].fd);