Searched refs:new_ctx (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c244 down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) argument
251 new_ctx->pc = 0;
252 new_ctx->cfa = 0;
253 new_ctx->ra = 0;
257 new_ctx->pc = 0;
258 new_ctx->cfa = 0;
259 new_ctx->ra = 0;
263 _Unw_Propagate_Registers(old_ctx, new_ctx);
264 complete_context(new_ctx);
265 new_cfa = new_ctx
[all...]
H A Dunwind_context.h138 struct _Unwind_Context *new_ctx);
H A Dcall_frame_inst.c123 * suspended state of the caller (in new_ctx). If the old info
124 * will not be refered to again, old_ctx == new_ctx is OK
128 struct _Unwind_Context *new_ctx)
130 new_ctx->current_regs[SP_RSP] = old_ctx->cfa;
131 new_ctx->pc = old_ctx->ra;
132 new_ctx->current_regs[FP_RBP] = old_ctx->entry_regs[FP_RBP];
133 new_ctx->current_regs[GPR_RBX] = old_ctx->entry_regs[GPR_RBX];
134 new_ctx->current_regs[EIR_R12] = old_ctx->entry_regs[EIR_R12];
135 new_ctx->current_regs[EIR_R13] = old_ctx->entry_regs[EIR_R13];
136 new_ctx
127 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) argument
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dauxprop.c161 struct propctx *new_ctx; local
166 new_ctx = sasl_sun_ALLOC(sizeof(struct propctx));
168 new_ctx = sasl_ALLOC(sizeof(struct propctx));
170 if(!new_ctx) return NULL;
172 if(prop_init(new_ctx, estimate) != SASL_OK) {
173 prop_dispose(&new_ctx);
176 return new_ctx;

Completed in 36 milliseconds