Lines Matching refs:self

95 	debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
104 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
116 debug2("channel %d: rcvd oclose", c->self);
133 c->self, c->istate);
140 debug2("channel %d: read failed", c->self);
148 c->self, c->istate);
155 debug2("channel %d: ibuf empty", c->self);
158 c->self);
174 c->self, c->istate);
181 debug2("channel %d: rcvd ieof", c->self);
191 c->self, c->ostate);
198 debug2("channel %d: write failed", c->self);
212 c->self, c->ostate);
219 debug2("channel %d: obuf empty", c->self);
222 c->self);
234 c->self, c->ostate);
241 debug2("channel %d: send ieof", c->self);
251 c->self, c->istate);
258 debug2("channel %d: send oclose", c->self);
269 c->self, c->ostate);
280 debug2("channel %d: rcvd close", c->self);
284 c->self);
318 debug2("channel %d: rcvd eow", c->self);
329 debug2("channel %d: rcvd eof", c->self);
337 debug2("channel %d: write failed", c->self);
348 c->self, c->ostate);
355 debug2("channel %d: send eof", c->self);
365 c->self, c->istate);
372 debug2("channel %d: send close", c->self);
376 c->self, c->istate, c->ostate);
378 error("channel %d: already sent close", c->self);
389 debug2("channel %d: send eow", c->self);
392 c->self);
445 debug2("channel %d: zombie", c->self);
451 debug2("channel %d: is dead", c->self);
459 c->self, c->efd, buffer_len(&c->extended));
463 debug2("channel %d: is dead (local)", c->self);
473 c->self);
480 debug2("channel %d: is dead", c->self);
494 debug2("channel %d: close_write", c->self);
499 c->self, c->sock, strerror(errno));
504 c->self, c->wfd, strerror(errno));
512 debug2("channel %d: close_read", c->self);
523 c->self, c->sock, c->istate, c->ostate,
529 c->self, c->rfd, strerror(errno));