HomeSort by relevance Sort by last modified time
    Searched refs:ctx_data (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_pipeio.c 272 if (pd->pipe_used == 0 && pd->pipe_ctx.ctx_data == NULL)
293 if (pd->pipe_ctx.ctx_data == NULL ||
295 pd->pipe_ctx.ctx_data)) == 0) {
302 if (pd->pipe_ctx.ctx_data != NULL) {
303 mdb_context_destroy(pd->pipe_ctx.ctx_data);
304 pd->pipe_ctx.ctx_data = NULL;
mdb_io.h 72 void *ctx_data; /* Pointer to client data */ member in struct:mdb_iob_ctx
mdb.c 793 * (1) if ctx_data is non-NULL, longjmp to the write-side to produce more data;
816 if (ctx->ctx_data != NULL)
820 else if ((ctx->ctx_data = mdb_context_create(runsvc)) != NULL)
821 mdb_context_switch(ctx->ctx_data);
    [all...]

Completed in 60 milliseconds