Lines Matching defs:uap
82 void * uap;
91 void * uap;
151 ctl_clntdone donefunc, void *uap,
171 ctx->uap = uap;
233 * ctl_command(ctx, cmd, len, donefunc, uap)
239 ctl_clntdone donefunc, void *uap)
259 tran = new_tran(ctx, donefunc, uap, 1);
277 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) {
285 new->uap = uap;
382 (*this->donefunc)(ctx, this->uap, NULL, 0);
406 conn_done(evContext ev, void *uap, int fd,
411 struct ctl_cctx *ctx = uap;
428 tran = new_tran(ctx, ctx->donefunc, ctx->uap, 0);
445 write_done(evContext lev, void *uap, int fd, int bytes) {
446 struct ctl_tran *tran = (struct ctl_tran *)uap;
488 readable(evContext ev, void *uap, int fd, int evmask) {
490 struct ctl_cctx *ctx = uap;
546 (*tran->donefunc)(ctx, tran->uap, ctx->inbuf.text,
608 timer(evContext ev, void *uap, struct timespec due, struct timespec itv) {
610 struct ctl_cctx *ctx = uap;