Home
last modified time | relevance | path

Searched refs:opstate (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c245 meta_opstate_t opstate; in meta_GetOperationState() local
305 (void) memset(&opstate, 0, sizeof (meta_opstate_t)); in meta_GetOperationState()
306 opstate.magic_marker = METASLOT_OPSTATE_MAGIC; in meta_GetOperationState()
310 opstate.state[0].op_type = session->op1.type; in meta_GetOperationState()
311 opstate.state[0].op_slotnum = slot_session->slotnum; in meta_GetOperationState()
312 opstate.state[0].op_state_len = *pulOperationStateLen - in meta_GetOperationState()
314 opstate.state[0].op_init_app = session->init.app; in meta_GetOperationState()
315 opstate.state[0].op_init_done = session->init.done; in meta_GetOperationState()
319 &(opstate.state[0].op_state_len)); in meta_GetOperationState()
338 (void) memcpy(pOperationState, (void *)&opstate, in meta_GetOperationState()
[all …]
/titanic_44/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c291 uint_t opstate; in panic_enter_hw() local
294 opstate = disable_vec_intr(); in panic_enter_hw()
311 enable_vec_intr(opstate); in panic_enter_hw()
313 opstate = disable_vec_intr(); in panic_enter_hw()
316 enable_vec_intr(opstate); in panic_enter_hw()
/titanic_44/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c419 uint_t opstate; in panic_enter_hw() local
438 opstate = disable_vec_intr(); in panic_enter_hw()
455 enable_vec_intr(opstate); in panic_enter_hw()
457 opstate = disable_vec_intr(); in panic_enter_hw()
460 enable_vec_intr(opstate); in panic_enter_hw()