Home
last modified time | relevance | path

Searched refs:ctx_data (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c270 if (pd->pipe_used == 0 && pd->pipe_ctx.ctx_data == NULL) in pio_unlink()
291 if (pd->pipe_ctx.ctx_data == NULL || in pio_unlink()
293 pd->pipe_ctx.ctx_data)) == 0) { in pio_unlink()
300 if (pd->pipe_ctx.ctx_data != NULL) { in pio_unlink()
301 mdb_context_destroy(pd->pipe_ctx.ctx_data); in pio_unlink()
302 pd->pipe_ctx.ctx_data = NULL; in pio_unlink()
H A Dmdb_io.h72 void *ctx_data; /* Pointer to client data */ member
H A Dmdb.c841 if (ctx->ctx_data != NULL) in rdsvc()
845 else if ((ctx->ctx_data = mdb_context_create(runsvc)) != NULL) in rdsvc()
846 mdb_context_switch(ctx->ctx_data); in rdsvc()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_misc.c157 REG_WR(pdev, context.ctx_data, val); in lm_ctx_wr()
214 REG_RD(pdev, context.ctx_data, &val); in lm_ctx_rd()
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/
H A D5706_reg.h5225 u32_t ctx_data; member