Searched defs:nctx (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcap_util.h100 int nctx; /* number of CPC contexts */ member in struct:cu_cpc_ctx
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dinit_ctx.c837 krb5_context nctx; local
843 nctx = MALLOC(sizeof(*nctx));
844 if (nctx == NULL)
847 *nctx = *ctx;
849 nctx->in_tkt_ktypes = NULL;
850 nctx->in_tkt_ktype_count = 0;
851 nctx->tgs_ktypes = NULL;
852 nctx->tgs_ktype_count = 0;
853 nctx
[all...]
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1214 struct ctxop *nctx; local
1220 nctx = ctx->next;
1224 } while ((ctx = nctx) != NULL);
/illumos-gate/usr/src/uts/common/os/
H A Dkcpc.c1872 int nctx; local
1894 nctx = 0;
1982 ctx_ptrs[nctx] = ctx;
1994 nctx++;
1995 if (nctx >= nctx_ptrs) {
2030 if (nctx == 0) {
2039 return (nctx);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c1357 ndmp_include_zfs(ndmp_context_t *nctx, const char *dataset) argument
1375 if (nctx == NULL || (cmds = (tlm_commands_t *)nctx->nc_cmds) == NULL)
1408 mhp->nh_plversion = nctx->nc_plversion;
1410 (void) strlcpy(mhp->nh_plname, nctx->nc_plname,
H A Dtlm_restore_writer.c2318 ndmp_iter_zfs(ndmp_context_t *nctx, int (*np_restore_property)(nvlist_t *, argument
2337 if (nctx == NULL || (cmds = (tlm_commands_t *)nctx->nc_cmds) == NULL)
2340 nctx->nc_plname = plname;
2427 nctx->nc_plversion = mhpx->nh_plversion;
2453 nctx->nc_plversion = mhp->nh_plversion;
2508 ndmp_context_get_version(ndmp_context_t *nctx) argument
2518 if (nctx == NULL || (cmds = (tlm_commands_t *)nctx->nc_cmds) == NULL)
2539 nctx
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c2374 ndmp_context_t nctx; local
2421 (void) memset(&nctx, 0, sizeof (ndmp_context_t));
2422 nctx.nc_plversion = ndmp_pl->np_plversion;
2423 nctx.nc_plname = ndmpd_get_prop(NDMP_PLUGIN_PATH);
2424 nctx.nc_cmds = cmds;
2425 nctx.nc_params = params;
2426 nctx.nc_ddata = (void *) session;
2427 if ((err = ndmp_pl->np_pre_backup(ndmp_pl, &nctx,
2499 ndmp_pl->np_post_backup(ndmp_pl, &nctx, err) == -1) {
3157 ndmp_context_t nctx; local
3472 ndmp_log_dma(ndmp_context_t *nctx, ndmp_log_dma_type_t lt, const char *fmt, ...) argument
3519 ndmp_context_t nctx; local
[all...]
H A Dndmpd_util.c2588 ndmp_context_set_specific(ndmp_context_t *nctx, void *ptr) argument
2590 nctx->nc_pldata = ptr;
2597 ndmp_context_get_specific(ndmp_context_t *nctx) argument
2599 return (nctx->nc_pldata);

Completed in 91 milliseconds