Home
last modified time | relevance | path

Searched refs:save_op (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/uts/common/os/
H A Dproc.c47 pctx->save_op = save; in installpctx()
74 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()
99 if (pctx->save_op != NULL) in savepctx()
100 (pctx->save_op)(pctx->arg); in savepctx()
/onnv-gate/usr/src/uts/common/disp/
H A Dthread.c1044 ctx->save_op = save; in installctx()
1096 if (ctx->save_op == save && ctx->restore_op == restore && in removectx()
1124 if (ctx->save_op != NULL) in savectx()
1125 (ctx->save_op)(ctx->arg); in savectx()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.h150 #define SAVEOP() save_op()
H A Dembed.h932 #define save_op Perl_save_op macro
3458 #define save_op() Perl_save_op(aTHX) macro
/onnv-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in128 save_op CTXOP_SAVE
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h63 void (*save_op)(void *); /* function to invoke to save context */ member
H A Dproc.h81 void (*save_op)(void *); /* function to invoke to save ctx */ member