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

/sssd-io/src/responder/kcm/
H A Dkcmsrv_ops.c51 * into the op_ctx reply IO buffer and returns the op_ret status code
55 * the result of the operation is stored in the op_ret variable
79 uint32_t op_ret; member in struct:kcm_cmd_state
211 ret = state->op->fn_recv(subreq, &state->op_ret);
223 kcm_opt_name(state->op), state->op_ret, sss_strerror(state->op_ret));
225 kerr = sss2krb5_error(state->op_ret);
261 /* Operations that don't return any extra information except for the op_ret
268 *_op_ret_out = state->op_ret; \
273 uint32_t op_ret; member in struct:kcm_op_common_state
358 uint32_t op_ret; member in struct:kcm_op_initialize_state
744 uint32_t op_ret; member in struct:kcm_op_store_state
1403 uint32_t op_ret; member in struct:kcm_op_get_default_ccache_state
1796 uint32_t op_ret; member in struct:kcm_op_set_kdc_offset_state
[all...]

Completed in 11 milliseconds