| ctl_clnt.c | 62 #define donefunc_p(ctx) ((ctx).donefunc != NULL) 81 ctl_clntdone donefunc; member in struct:ctl_tran 90 ctl_clntdone donefunc; member in struct:ctl_cctx 151 ctl_clntdone donefunc, void *uap, 170 ctx->donefunc = donefunc; 233 * ctl_command(ctx, cmd, len, donefunc, uap) 235 * and complete by calling donefunc with the answer. 239 ctl_clntdone donefunc, void *uap) 259 tran = new_tran(ctx, donefunc, uap, 1) [all...] |