Lines Matching refs:opcode
56 kcm_operation opcode, in kcm_op_noop() argument
60 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_noop()
75 kcm_operation opcode, in kcm_op_get_name() argument
88 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_name()
90 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_name()
118 kcm_operation opcode, in kcm_op_gen_new() argument
125 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_gen_new()
149 kcm_operation opcode, in kcm_op_initialize() argument
161 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_initialize()
215 kcm_operation opcode, in kcm_op_destroy() argument
226 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_destroy()
248 kcm_operation opcode, in kcm_op_store() argument
261 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_store()
269 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_store()
306 kcm_operation opcode, in kcm_op_retrieve() argument
322 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_retrieve()
345 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_retrieve()
397 kcm_operation opcode, in kcm_op_get_principal() argument
409 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_principal()
411 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_principal()
440 kcm_operation opcode, in kcm_op_get_cred_uuid_list() argument
453 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_cred_uuid_list()
455 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_cred_uuid_list()
486 kcm_operation opcode, in kcm_op_get_cred_by_uuid() argument
501 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_cred_by_uuid()
503 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_cred_by_uuid()
543 kcm_operation opcode, in kcm_op_remove_cred() argument
557 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_remove_cred()
571 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_remove_cred()
601 kcm_operation opcode, in kcm_op_set_flags() argument
614 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_set_flags()
622 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_set_flags()
648 kcm_operation opcode, in kcm_op_chown() argument
662 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_chown()
676 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_chown()
702 kcm_operation opcode, in kcm_op_chmod() argument
715 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_chmod()
723 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_chmod()
756 kcm_operation opcode, in kcm_op_get_initial_ticket() argument
773 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_initial_ticket()
797 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_initial_ticket()
848 kcm_operation opcode, in kcm_op_get_ticket() argument
866 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_ticket()
886 ret = kcm_ccache_resolve_client(context, client, opcode, in kcm_op_get_ticket()
931 kcm_operation opcode, in kcm_op_move_cache() argument
943 KCM_LOG_REQUEST_NAME(context, client, opcode, oldname); in kcm_op_move_cache()
958 ret = kcm_ccache_resolve_client(context, client, opcode, oldname, &oldid); in kcm_op_move_cache()
966 ret = kcm_ccache_resolve_client(context, client, opcode, newname, &newid); in kcm_op_move_cache()
1015 kcm_operation opcode, in kcm_op_get_cache_uuid_list() argument
1019 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_get_cache_uuid_list()
1021 return kcm_ccache_get_uuids(context, client, opcode, response); in kcm_op_get_cache_uuid_list()
1027 kcm_operation opcode, in kcm_op_get_cache_by_uuid() argument
1036 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_get_cache_by_uuid()
1048 ret = kcm_access(context, client, opcode, cache); in kcm_op_get_cache_by_uuid()
1065 kcm_operation opcode, in kcm_op_get_default_cache() argument
1074 KCM_LOG_REQUEST(context, client, opcode); in kcm_op_get_default_cache()
1118 kcm_operation opcode, in kcm_op_set_default_cache() argument
1130 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_set_default_cache()
1157 kcm_operation opcode, in kcm_op_get_kdc_offset() argument
1169 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_get_kdc_offset()
1171 ret = kcm_ccache_resolve_client(context, client, opcode, name, &ccache); in kcm_op_get_kdc_offset()
1188 kcm_operation opcode, in kcm_op_set_kdc_offset() argument
1201 KCM_LOG_REQUEST_NAME(context, client, opcode, name); in kcm_op_set_kdc_offset()
1209 ret = kcm_ccache_resolve_client(context, client, opcode, name, &ccache); in kcm_op_set_kdc_offset()
1271 kcm_operation opcode, in kcm_op_add_ntlm_cred() argument
1334 kcm_operation opcode, in kcm_op_have_ntlm_cred() argument
1378 kcm_operation opcode, in kcm_op_del_ntlm_cred() argument
1434 kcm_operation opcode, in kcm_op_do_ntlm() argument
1671 kcm_operation opcode, in kcm_op_get_ntlm_user_list() argument
1733 kcm_op2string(kcm_operation opcode) in kcm_op2string() argument
1735 if (opcode >= sizeof(kcm_ops)/sizeof(kcm_ops[0])) in kcm_op2string()
1738 return kcm_ops[opcode].name; in kcm_op2string()
1751 uint16_t opcode; in kcm_dispatch() local
1772 ret = krb5_ret_uint16(req_sp, &opcode); in kcm_dispatch()
1778 if (opcode >= sizeof(kcm_ops)/sizeof(kcm_ops[0])) { in kcm_dispatch()
1780 client->pid, opcode); in kcm_dispatch()
1784 method = kcm_ops[opcode].method; in kcm_dispatch()
1787 client->pid, kcm_op2string(opcode)); in kcm_dispatch()
1795 ret = (*method)(context, client, opcode, req_sp, resp_sp); in kcm_dispatch()