Lines Matching refs:opcode

40 	    kcm_operation opcode,
44 KCM_LOG_REQUEST(context, client, opcode);
59 kcm_operation opcode,
72 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
74 ret = kcm_ccache_resolve_client(context, client, opcode,
102 kcm_operation opcode,
109 KCM_LOG_REQUEST(context, client, opcode);
133 kcm_operation opcode,
145 KCM_LOG_REQUEST(context, client, opcode);
199 kcm_operation opcode,
210 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
230 kcm_operation opcode,
243 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
251 ret = kcm_ccache_resolve_client(context, client, opcode,
288 kcm_operation opcode,
304 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
327 ret = kcm_ccache_resolve_client(context, client, opcode,
378 kcm_operation opcode,
390 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
392 ret = kcm_ccache_resolve_client(context, client, opcode,
421 kcm_operation opcode,
434 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
436 ret = kcm_ccache_resolve_client(context, client, opcode,
469 kcm_operation opcode,
483 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
491 ret = kcm_ccache_resolve_client(context, client, opcode,
531 kcm_operation opcode,
544 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
552 ret = kcm_ccache_resolve_client(context, client, opcode,
579 kcm_operation opcode,
593 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
607 ret = kcm_ccache_resolve_client(context, client, opcode,
637 kcm_operation opcode,
650 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
658 ret = kcm_ccache_resolve_client(context, client, opcode,
684 kcm_operation opcode,
698 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
712 ret = kcm_ccache_resolve_client(context, client, opcode,
738 kcm_operation opcode,
751 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
759 ret = kcm_ccache_resolve_client(context, client, opcode,
792 kcm_operation opcode,
809 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
833 ret = kcm_ccache_resolve_client(context, client, opcode,
884 kcm_operation opcode,
902 KCM_LOG_REQUEST_NAME(context, client, opcode, name);
922 ret = kcm_ccache_resolve_client(context, client, opcode,
975 const char *kcm_op2string(kcm_operation opcode)
977 if (opcode >= sizeof(kcm_ops)/sizeof(kcm_ops[0]))
980 return kcm_ops[opcode].name;
993 uint16_t opcode;
1014 ret = krb5_ret_uint16(req_sp, &opcode);
1020 if (opcode >= sizeof(kcm_ops)/sizeof(kcm_ops[0])) {
1022 client->pid, opcode);
1026 method = kcm_ops[opcode].method;
1031 ret = (*method)(context, client, opcode, req_sp, resp_sp);