Searched refs:saved_state (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dobject.h119 struct saved_state : public graphics_state { struct in inherits:graphics_state
120 saved_state *prev;
H A Dpic.y53 saved_state *current_saved_state = 0;
79 saved_state *pstate;
697 saved_state *p = new saved_state;
1682 saved_state *state = current_saved_state;
1776 saved_state *tem = current_saved_state;
/freebsd-10-stable/crypto/openssl/ssl/
H A Dd1_both.c1348 struct dtls1_retransmit_state saved_state; local
1386 saved_state.enc_write_ctx = s->enc_write_ctx;
1387 saved_state.write_hash = s->write_hash;
1388 saved_state.compress = s->compress;
1389 saved_state.session = s->session;
1390 saved_state.epoch = s->d1->w_epoch;
1391 saved_state.epoch = s->d1->w_epoch;
1403 saved_state.epoch - 1) {
1414 s->enc_write_ctx = saved_state.enc_write_ctx;
1415 s->write_hash = saved_state
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp509 Thread::CheckpointThreadState (ThreadStateCheckpoint &saved_state) argument
511 saved_state.register_backup_sp.reset();
520 saved_state.register_backup_sp = reg_checkpoint_sp;
523 if (!saved_state.register_backup_sp)
526 saved_state.stop_info_sp = GetStopInfo();
529 saved_state.orig_stop_id = process_sp->GetStopID();
530 saved_state.current_inlined_depth = GetCurrentInlinedDepth();
536 Thread::RestoreRegisterStateFromCheckpoint (ThreadStateCheckpoint &saved_state) argument
538 if (saved_state.register_backup_sp)
546 bool ret = reg_ctx_sp->WriteAllRegisterValues (*saved_state
561 RestoreThreadStateFromCheckpoint(ThreadStateCheckpoint &saved_state) argument
[all...]
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dlex.c360 lexstate saved_state = lexstate_start; local
479 saved_state = state;
487 saved_state = state;
494 saved_state = state;
693 state = saved_state;
717 state = saved_state;
725 state = saved_state;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h847 CheckpointThreadState (ThreadStateCheckpoint &saved_state);
850 RestoreRegisterStateFromCheckpoint (ThreadStateCheckpoint &saved_state);
853 RestoreThreadStateFromCheckpoint (ThreadStateCheckpoint &saved_state);
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c140 struct unw_reg_state saved_state; member in struct:unw_labeled_state
435 free_state_stack (&ls->saved_state);
834 memcpy (&sr->curr, &ls->saved_state, sizeof (sr->curr));
835 sr->curr.next = dup_state_stack (ls->saved_state.next);
848 memcpy (&ls->saved_state, &sr->curr, sizeof (ls->saved_state));
849 ls->saved_state.next = dup_state_stack (sr->curr.next);
/freebsd-10-stable/usr.bin/mkimg/
H A Dvhd.c96 uint8_t saved_state; member in struct:vhd_footer
/freebsd-10-stable/sys/dev/drm/
H A Dvia_verifier.c969 drm_via_state_t saved_state = *hc_state; local
1027 *hc_state = saved_state;
1032 *hc_state = saved_state;
/freebsd-10-stable/contrib/tcsh/
H A Dsh.c122 struct saved_state { struct
158 static void st_save (struct saved_state *, int, int,
1566 st_save(struct saved_state *st, int unit, int hflg, Char **al, Char **av)
1670 struct saved_state *st;
1728 struct saved_state st;
/freebsd-10-stable/sys/dev/xen/blkfront/
H A Dblkfront.c1507 int saved_state; local
1511 saved_state = sc->xbd_state;
1526 sc->xbd_state = saved_state;

Completed in 404 milliseconds