| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | connect.c | 76 static int reconn_set_ipaddr_from_hostname(struct TCP_Server_Info *server) in reconn_set_ipaddr_from_hostname() argument 152 cifs_signal_cifsd_for_reconnect(struct TCP_Server_Info *server, bool all_channels) cifs_signal_cifsd_for_reconnect() argument 199 cifs_mark_tcp_ses_conns_for_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) cifs_mark_tcp_ses_conns_for_reconnect() argument 287 cifs_abort_connection(struct TCP_Server_Info *server) cifs_abort_connection() argument 342 cifs_tcp_ses_needs_reconnect(struct TCP_Server_Info *server, int num_targets) cifs_tcp_ses_needs_reconnect() argument 375 __cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) __cifs_reconnect() argument 428 __reconnect_target_unlocked(struct TCP_Server_Info *server, const char *target) __reconnect_target_unlocked() argument 461 reconnect_target_unlocked(struct TCP_Server_Info *server, struct dfs_cache_tgt_list *tl, struct dfs_cache_tgt_iterator **target_hint) reconnect_target_unlocked() argument 485 reconnect_dfs_server(struct TCP_Server_Info *server) reconnect_dfs_server() argument 562 cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) cifs_reconnect() argument 574 cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session) cifs_reconnect() argument 584 struct TCP_Server_Info *server = container_of(work, cifs_echo_request() local 610 allocate_buffers(struct TCP_Server_Info *server) allocate_buffers() argument 643 server_unresponsive(struct TCP_Server_Info *server) server_unresponsive() argument 673 zero_credits(struct TCP_Server_Info *server) zero_credits() argument 688 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) cifs_readv_from_socket() argument 745 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, unsigned int to_read) cifs_read_from_socket() argument 756 cifs_discard_from_socket(struct TCP_Server_Info *server, size_t to_read) cifs_discard_from_socket() argument 771 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, unsigned int page_offset, unsigned int to_read) cifs_read_page_from_socket() argument 783 cifs_read_iter_from_socket(struct TCP_Server_Info *server, struct iov_iter *iter, unsigned int to_read) cifs_read_iter_from_socket() argument 797 is_smb_response(struct TCP_Server_Info *server, unsigned char type) is_smb_response() argument 865 smb2_get_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) smb2_get_credits_from_hdr() argument 879 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, char *buf, int malformed) handle_mid() argument 900 cifs_enable_signing(struct TCP_Server_Info *server, bool mnt_sign_required) cifs_enable_signing() argument 946 clean_demultiplex_info(struct TCP_Server_Info *server) clean_demultiplex_info() argument 1039 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) standard_receive3() argument 1074 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) cifs_handle_standard() argument 1110 smb2_add_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) smb2_add_credits_from_hdr() argument 1143 struct TCP_Server_Info *server = p; cifs_demultiplex_thread() local 1425 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) match_port() argument 1458 match_server_address(struct TCP_Server_Info *server, struct sockaddr *addr) match_server_address() argument 1467 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) match_security() argument 1490 match_server(struct TCP_Server_Info *server, struct smb3_fs_context *ctx, bool match_super) match_server() argument 1581 struct TCP_Server_Info *server; cifs_find_tcp_session() local 1607 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) cifs_put_tcp_session() argument 1905 struct TCP_Server_Info *server = ses->server; cifs_setup_ipc() local 1979 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) cifs_find_smb_ses() argument 2010 struct TCP_Server_Info *server = ses->server; __cifs_put_smb_ses() local 2097 struct TCP_Server_Info *server = ses->server; cifs_set_cifscreds() local 2245 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) cifs_get_smb_ses() argument 2389 struct TCP_Server_Info *server = tcon->ses->server; match_tcon() local 2934 bind_socket(struct TCP_Server_Info *server) bind_socket() argument 2960 ip_rfc1001_connect(struct TCP_Server_Info *server) ip_rfc1001_connect() argument 3015 generic_ip_connect(struct TCP_Server_Info *server) generic_ip_connect() argument 3115 ip_connect(struct TCP_Server_Info *server) ip_connect() argument 3320 struct TCP_Server_Info *server = NULL; cifs_mount_get_session() local 3367 struct TCP_Server_Info *server; cifs_mount_get_tcon() local 3491 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, char *full_path, int added_treename) cifs_are_all_path_components_accessible() argument 3546 struct TCP_Server_Info *server = mnt_ctx->server; cifs_is_path_remote() local 3824 cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server) cifs_negotiate_protocol() argument 3869 cifs_setup_session(const unsigned int xid, struct cifs_ses *ses, struct TCP_Server_Info *server, struct nls_table *nls_info) cifs_setup_session() argument [all...] |
| H A D | cifsfs.c | 173 struct cifs_sb_info *server = CIFS_SB(sb); in cifs_sb_active() local 182 struct cifs_sb_info *server = CIFS_SB(sb); in cifs_sb_deactive() local 315 struct TCP_Server_Info *server = tcon->ses->server; cifs_statfs() local 345 struct TCP_Server_Info *server = tcon->ses->server; cifs_fallocate() local 439 cifs_show_address(struct seq_file *s, struct TCP_Server_Info *server) cifs_show_address() argument [all...] |
| H A D | inode.c | 420 struct TCP_Server_Info *server; in cifs_get_unix_fattr() local 890 struct TCP_Server_Info *server = tcon->ses->server; cifs_get_file_info() local 1011 struct TCP_Server_Info *server = tcon->ses->server; cifs_set_fattr_ino() local 1068 struct TCP_Server_Info *server = tcon->ses->server; reparse_info_to_fattr() local 1122 struct TCP_Server_Info *server; cifs_get_fattr() local 1568 struct TCP_Server_Info *server; cifs_set_file_info() local 1776 struct TCP_Server_Info *server; cifs_unlink() local 1957 struct TCP_Server_Info *server = tcon->ses->server; global() local 2050 struct TCP_Server_Info *server; global() local 2128 struct TCP_Server_Info *server; global() local 2207 struct TCP_Server_Info *server; global() local 2707 struct TCP_Server_Info *server = tcon->ses->server; global() local 2781 struct TCP_Server_Info *server; global() local [all...] |
| /kernel/linux/linux-6.6/fs/nfs/ |
| H A D | nfs4state.c | 208 nfs4_get_renew_cred_server_locked(struct nfs_server *server) in nfs4_get_renew_cred_server_locked() argument 236 struct nfs_server *server; in nfs4_get_renew_cred() local 407 nfs4_find_state_owner_locked(struct nfs_server *server, const struct cred *cred) in nfs4_find_state_owner_locked() argument 436 struct nfs_server *server = new->so_server; nfs4_insert_state_owner_locked() local 466 struct nfs_server *server = sp->so_server; nfs4_remove_state_owner_locked() local 495 nfs4_alloc_state_owner(struct nfs_server *server, const struct cred *cred, gfp_t gfp_flags) nfs4_alloc_state_owner() argument 544 nfs4_gc_state_owners(struct nfs_server *server) nfs4_gc_state_owners() argument 577 nfs4_get_state_owner(struct nfs_server *server, const struct cred *cred, gfp_t gfp_flags) nfs4_get_state_owner() argument 616 struct nfs_server *server = sp->so_server; nfs4_put_state_owner() local 638 nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head) nfs4_purge_state_owners() argument 874 struct nfs_server *server = state->owner->so_server; nfs4_alloc_lock_state() local 893 nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp) nfs4_free_lock_state() argument 938 struct nfs_server *server; nfs4_put_lock_state() local 1279 nfs4_schedule_migration_recovery(const struct nfs_server *server) nfs4_schedule_migration_recovery() argument 1409 nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4_state *state) nfs4_schedule_stateid_recovery() argument 1769 nfs4_reset_seqids(struct nfs_server *server, int (*mark_reclaim)(struct nfs_client *clp, struct nfs4_state *state)) nfs4_reset_seqids() argument 1796 struct nfs_server *server; nfs4_state_mark_reclaim_helper() local 1822 nfs4_clear_reclaim_server(struct nfs_server *server) nfs4_clear_reclaim_server() argument 1848 struct nfs_server *server; nfs4_state_clear_reclaim_reboot() local 1928 struct nfs_server *server; nfs4_do_reclaim() local 2116 nfs4_try_migration(struct nfs_server *server, const struct cred *cred) nfs4_try_migration() argument 2198 struct nfs_server *server; nfs4_handle_migration() local 2244 struct nfs_server *server; nfs4_handle_lease_moved() local [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | nettest.c | 1336 static int msock_init(struct sock_args *args, int server) in msock_init() argument [all...] |
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | frontend_api_handler.cpp | 68 const auto &server = FrontendApiServer::Get(); variable 641 auto &server = FrontendApiServer::Get(); in RegisterOnBuilders() local 686 auto &server = FrontendApiServer::Get(); RegisterUiDriverComponentFinders() local 771 auto &server = FrontendApiServer::Get(); RegisterUiDriverMiscMethods1() local 812 auto &server = FrontendApiServer::Get(); RegisterUiDriverMiscMethods2() local 864 auto &server = FrontendApiServer::Get(); RegisterUiEventObserverMethods() local 888 auto &server = FrontendApiServer::Get(); RegisterUiDriverTouchOperators() local 964 auto &server = FrontendApiServer::Get(); RegisterUiDriverFlingOperators() local 1007 auto &server = FrontendApiServer::Get(); RegisterUiDriverMultiPointerOperators() local 1028 auto &server = FrontendApiServer::Get(); RegisterUiDriverMouseOperators1() local 1053 auto &server = FrontendApiServer::Get(); RegisterUiDriverMouseOperators2() local 1107 auto &server = FrontendApiServer::Get(); RegisterUiDriverDisplayOperators() local 1189 auto &server = FrontendApiServer::Get(); RegisterExtensionHandler() local 1219 auto &server = FrontendApiServer::Get(); RegisterUiComponentAttrGetters() local 1239 auto &server = FrontendApiServer::Get(); RegisterUiComponentOperators1() local 1287 auto &server = FrontendApiServer::Get(); RegisterUiComponentOperators2() local 1313 auto &server = FrontendApiServer::Get(); RegisterUiWindowAttrGetters() local 1351 auto &server = FrontendApiServer::Get(); RegisterUiWindowOperators() local 1378 auto &server = FrontendApiServer::Get(); RegisterUiWinBarOperators() local 1415 auto &server = FrontendApiServer::Get(); RegisterPointerMatrixOperators() local 1459 auto &server = FrontendApiServer::Get(); RegisterApiHandlers() local [all...] |
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | otherstestndk.cpp | 748 struct sockaddr_in server = {PARAM_0};
in ClientTask() local 763 struct sockaddr_in server = {PARAM_0};
in ClientTask4() local [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_direct.c | 205 static int make_local_socket(const char *filename, int server, mode_t ipc_perm, int ipc_gid) in make_local_socket() argument [all...] |
| /third_party/libuv/src/win/ |
| H A D | pipe.c | 1143 int uv__pipe_accept(uv_pipe_t* server, uv_stream_ argument [all...] |
| /third_party/mbedtls/tests/src/test_helpers/ |
| H A D | ssl_helpers.c | 2011 mbedtls_test_ssl_endpoint client, server; in mbedtls_test_ssl_perform_handshake() local [all...] |
| /third_party/libcoap/examples/ |
| H A D | coap-client.c | 1586 static coap_str_const_t server; in main() local
|
| /third_party/libcoap/src/ |
| H A D | coap_session.c | 1259 coap_session_create_client(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto) coap_session_create_client() argument 1417 coap_new_client_session(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto) coap_new_client_session() argument 1432 coap_new_client_session_psk(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, const char *identity, const uint8_t *key, unsigned key_len) coap_new_client_session_psk() argument 1457 coap_new_client_session_psk2(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_cpsk_t *setup_data) coap_new_client_session_psk2() argument 1627 coap_new_client_session_pki(coap_context_t *ctx, const coap_address_t *local_if, const coap_address_t *server, coap_proto_t proto, coap_dtls_pki_t *setup_data) coap_new_client_session_pki() argument [all...] |
| /third_party/node/src/ |
| H A D | js_native_api_v8_inspector.cc | 546 void SetServer(InspectorSocketServer* server) { in SetServer() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_http3_upstream.cc | 1375 auto server = resp.fs.header(http2::HD_SERVER); in on_downstream_header_complete() local
|
| H A D | shrpx_http2_upstream.cc | 1787 auto server = resp.fs.header(http2::HD_SERVER); in on_downstream_header_complete() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_conn.h | 688 int server; member [all...] |
| /third_party/lwip/src/apps/smtp/ |
| H A D | smtp.c | 349 smtp_set_server_addr(const char* server) in smtp_set_server_addr() argument [all...] |
| /third_party/node/deps/uv/src/win/ |
| H A D | pipe.c | 1049 int uv__pipe_accept(uv_pipe_t* server, uv_stream_ argument [all...] |
| /third_party/node/deps/uvwasi/src/ |
| H A D | uvwasi.c | 239 void on_new_connection(uv_stream_t *server, int status) { in on_new_connection() argument
|
| /third_party/openssl/test/helpers/ |
| H A D | handshake.c | 700 configure_handshake_ssl(SSL *server, SSL *client, const SSL_TEST_EXTRA_CONF *extra) configure_handshake_ssl() argument 1399 PEER server, client; do_handshake_internal() local [all...] |
| /third_party/pulseaudio/src/utils/ |
| H A D | pactl.c | 2688 char *server = NULL, *opt_format = NULL, *bn; in main() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 204 in_addr_t server = 0; variable [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-tunnel.c | 2227 static int start_connect(struct userdata *u, char *server, boo argument 2294 char *server = NULL; do_init() local [all...] |
| /third_party/python/Lib/ |
| H A D | pydoc.py | 2343 import http.server namespace [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_xmlrpc.py | 9 import xmlrpc.server namespace 11 import http, http.server namespace [all...] |