Lines Matching refs:ck
844 ConnectionKind ck; in gdb_relay() local
879 for (ck = 0; ck < NumConnectionKind; ck ++) { in gdb_relay()
880 if (pollfds[ck].revents & POLLIN) { in gdb_relay()
881 switch (ck) { in gdb_relay()
891 ppConnectionKind(ck)); in gdb_relay()
897 for (ck = 0; ck < NumConnectionKind; ck ++) { in gdb_relay()
898 if (pollfds[ck].revents & POLLERR) { in gdb_relay()
900 ppConnectionKind(ck), pollfds[ck].fd); in gdb_relay()
904 if (pollfds[ck].revents & POLLHUP) { in gdb_relay()
906 ppConnectionKind(ck), pollfds[ck].fd); in gdb_relay()
910 if (pollfds[ck].revents & POLLNVAL) { in gdb_relay()
912 ppConnectionKind(ck), pollfds[ck].fd); in gdb_relay()