Lines Matching defs:numbytesprocd
99 ssize_t numbytesprocd;
178 numbytesprocd = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL);
183 if (numbytesprocd != sizeof(hdr)) {
191 numbytesprocd = g_gate_send(sendfd, ggio.gctl_data,
195 if (numbytesprocd != ggio.gctl_length) {
197 numbytesprocd, (ssize_t)ggio.gctl_length);
203 PRIu64 ", length=%" PRIu32 ").", numbytesprocd,
217 ssize_t numbytesprocd;
233 numbytesprocd = g_gate_recv(recvfd, &hdr, sizeof(hdr), MSG_WAITALL);
237 if (numbytesprocd != sizeof(hdr)) {
238 if (numbytesprocd == -1 && errno == EAGAIN)
267 numbytesprocd = g_gate_recv(recvfd, ggio.gctl_data,
272 if (numbytesprocd != ggio.gctl_length) {
279 PRIu64 ", length=%" PRIu32 ").", numbytesprocd,