Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c245 meta_opstate_t opstate; in meta_GetOperationState() local
306 opstate.magic_marker = METASLOT_OPSTATE_MAGIC; in meta_GetOperationState()
310 opstate.state[0].op_type = session->op1.type; in meta_GetOperationState()
319 &(opstate.state[0].op_state_len)); in meta_GetOperationState()
338 (void) memcpy(pOperationState, (void *)&opstate, in meta_GetOperationState()
342 opstate.state[0].op_state_len; in meta_GetOperationState()
421 meta_opstate_t opstate; in meta_SetOperationState() local
443 opstate.state[0].op_state_len)) in meta_SetOperationState()
461 if (opstate.state[0].op_type != 0) { in meta_SetOperationState()
475 session->op1.type = opstate.state[0].op_type; in meta_SetOperationState()
[all …]
/illumos-gate/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()
/illumos-gate/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()