| /freebsd/crypto/krb5/src/ccapi/server/ |
| H A D | ccs_server.c | 205 ccs_pipe_t in_reply_pipe, in ccs_server_request_demux() argument 215 if (!ccs_pipe_valid (in_reply_pipe)) { err = cci_check_error (ccErrBadParam); } in ccs_server_request_demux() 228 in_reply_pipe, in ccs_server_request_demux() 246 in_reply_pipe, in ccs_server_request_demux() 312 ccs_pipe_t in_reply_pipe, in ccs_server_handle_request() argument 322 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_server_handle_request() 351 in_reply_pipe, in ccs_server_handle_request() 363 err = ccs_server_send_reply (in_reply_pipe, server_err, reply_data); in ccs_server_handle_request() 375 cc_int32 ccs_server_send_reply (ccs_pipe_t in_reply_pipe, in ccs_server_send_reply() argument 382 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_server_send_reply() [all …]
|
| H A D | ccs_callback.c | 44 ccs_pipe_t in_reply_pipe, in ccs_callback_new() argument 54 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_callback_new() 76 err = ccs_pipe_copy (&callback->reply_pipe, in_reply_pipe); in ccs_callback_new() 81 callback->reply_pipe = in_reply_pipe; in ccs_callback_new()
|
| H A D | ccs_lock_state.c | 99 ccs_pipe_t in_reply_pipe, in ccs_lock_status_add_pending_lock() argument 108 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_status_add_pending_lock() 113 in_client_pipe, in_reply_pipe, in ccs_lock_status_add_pending_lock() 378 ccs_pipe_t in_reply_pipe, in ccs_lock_state_add() argument 388 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_state_add() 426 in_reply_pipe, in ccs_lock_state_add()
|
| H A D | ccs_server.h | 44 ccs_pipe_t in_reply_pipe, 47 cc_int32 ccs_server_send_reply (ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_lock.c | 45 ccs_pipe_t in_reply_pipe, in ccs_lock_new() argument 53 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_lock_new() 79 in_reply_pipe, in ccs_lock_new()
|
| H A D | ccs_cache_collection.c | 612 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_wait_for_change() argument 623 if (!ccs_pipe_valid (in_reply_pipe )) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_wait_for_change() 642 in_reply_pipe, in ccs_cache_collection_wait_for_change() 949 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_lock() argument 975 in_client_pipe, in_reply_pipe, in ccs_cache_collection_lock() 1011 ccs_pipe_t in_reply_pipe, in ccs_cache_collection_handle_message() argument 1023 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_handle_message() 1046 err = ccs_cache_collection_wait_for_change (in_client_pipe, in_reply_pipe, in ccs_cache_collection_handle_message() 1082 err = ccs_cache_collection_lock (in_client_pipe, in_reply_pipe, in ccs_cache_collection_handle_message()
|
| H A D | ccs_ccache.c | 781 ccs_pipe_t in_reply_pipe, in ccs_ccache_lock() argument 809 in_client_pipe, in_reply_pipe, in ccs_ccache_lock() 888 ccs_pipe_t in_reply_pipe, in ccs_ccache_wait_for_change() argument 900 if (!ccs_pipe_valid (in_reply_pipe )) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_wait_for_change() 921 in_reply_pipe, in ccs_ccache_wait_for_change() 1061 ccs_pipe_t in_reply_pipe, in ccs_ccache_handle_message() argument 1074 if (!ccs_pipe_valid (in_reply_pipe) ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_handle_message() 1129 err = ccs_ccache_lock (in_client_pipe, in_reply_pipe, in ccs_ccache_handle_message() 1148 err = ccs_ccache_wait_for_change (in_client_pipe, in_reply_pipe, in ccs_ccache_handle_message()
|
| H A D | ccs_os_server.h | 37 cc_int32 ccs_os_server_send_reply (ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_lock_state.h | 40 ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_callback.h | 40 ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_lock.h | 35 ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_cache_collection.h | 65 ccs_pipe_t in_reply_pipe,
|
| H A D | ccs_ccache.h | 74 ccs_pipe_t in_reply_pipe,
|