Home
last modified time | relevance | path

Searched defs:server (Results 51 – 75 of 208) sorted by relevance

123456789

/openbmc/linux/fs/smb/client/
H A Dinode.c420 struct TCP_Server_Info *server; in cifs_get_unix_fattr() local
893 struct TCP_Server_Info *server = tcon->ses->server; in cifs_get_file_info() local
1026 struct TCP_Server_Info *server = tcon->ses->server; in cifs_set_fattr_ino() local
1158 struct TCP_Server_Info *server; in cifs_get_fattr() local
1345 struct TCP_Server_Info *server; in smb311_posix_get_fattr() local
1628 struct TCP_Server_Info *server; in cifs_set_file_info() local
1836 struct TCP_Server_Info *server; in cifs_unlink() local
2116 struct TCP_Server_Info *server; local
2194 struct TCP_Server_Info *server; local
2273 struct TCP_Server_Info *server; local
[all …]
H A Ddfs.c327 static int target_share_matches_server(struct TCP_Server_Info *server, char *share, in target_share_matches_server()
358 struct TCP_Server_Info *server = tcon->ses->server; in tree_connect_dfs_target() local
404 struct TCP_Server_Info *server = tcon->ses->server; in cifs_tree_connect() local
H A Dsmbdirect.h11 #define cifs_rdma_enabled(server) ((server)->rdma) argument
309 #define cifs_rdma_enabled(server) 0 argument
312 struct TCP_Server_Info *server, struct sockaddr *dstaddr) {return NULL;} in smbd_get_connection()
313 static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } in smbd_reconnect()
314 static inline void smbd_destroy(struct TCP_Server_Info *server) {} in smbd_destroy()
316 static inline int smbd_send(struct TCP_Server_Info *server, int num_rqst, struct smb_rqst *rqst) {r… in smbd_send()
H A Dcifsglob.h627 #define HEADER_SIZE(server) (server->vals->header_size) argument
830 static inline bool is_smb1(struct TCP_Server_Info *server) in is_smb1()
857 in_flight(struct TCP_Server_Info *server) in in_flight()
886 add_credits_and_wake_if(struct TCP_Server_Info *server, in add_credits_and_wake_if()
910 get_next_mid64(struct TCP_Server_Info *server) in get_next_mid64()
916 get_next_mid(struct TCP_Server_Info *server) in get_next_mid()
1048 struct TCP_Server_Info *server; member
1470 struct TCP_Server_Info *server; member
1512 struct TCP_Server_Info *server; member
1534 struct TCP_Server_Info *server; member
[all …]
/openbmc/qemu/crypto/
H A Dtlscredspriv.h45 gnutls_anon_server_credentials_t server; member
56 gnutls_psk_server_credentials_t server; member
/openbmc/phosphor-objmgr/src/
H A Dprocessing.cpp47 sdbusplus::asio::object_server& server) in processNameChangeDelete()
104 AssociationMaps& assocMaps, sdbusplus::asio::object_server& server) in processInterfaceAdded()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dxmlrpcserver.py25 def __init__(self, request, client_address, server): argument
92 def __init__(self, server): argument
/openbmc/linux/fs/nfs/
H A Dproc.c54 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root()
103 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr()
530 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs()
558 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo()
589 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
H A Dpnfs.c279 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_free_layout_hdr() local
713 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_mark_matching_lsegs_invalid() local
831 struct nfs_server *server, in pnfs_layout_bulk_destroy_byserver_locked()
909 struct nfs_server *server; in pnfs_destroy_layouts_byfsid() local
935 struct nfs_server *server; in pnfs_destroy_layouts_byclid() local
1032 struct nfs_server *server; in pnfs_find_server() local
1089 struct nfs_server *server = pnfs_find_server(ino, ctx); in pnfs_alloc_init_layoutget_args() local
1943 struct nfs_server *server) in _add_to_server_list()
1976 struct nfs_server *server = NFS_SERVER(ino); in pnfs_update_layout() local
2498 struct nfs_server *server = NFS_SERVER(lo->plh_inode); in pnfs_mark_matching_lsegs_return() local
[all …]
H A Dnfs3proc.c88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root()
103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr()
777 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs()
817 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo()
829 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf()
849 struct nfs_server *server = NFS_SERVER(inode); in nfs3_read_done() local
H A Dnfs4getroot.c13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh()
H A Dnfs3acl.c48 struct nfs_server *server = NFS_SERVER(inode); in nfs3_get_acl() local
164 struct nfs_server *server = NFS_SERVER(inode); in __nfs3_proc_setacls() local
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py139 def _log_settings_from_server(server): argument
152 def main(server, eventHandler, params): argument
/openbmc/sdbusplus/include/sdbusplus/
H A Dserver.hpp8 namespace server namespace
/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c147 ivshmem_server_poll_events(IvshmemServer *server) in ivshmem_server_poll_events()
190 IvshmemServer server; in main() local
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dtests.py40 def server_prefunc(server, name): argument
51 def cleanup_server(server): argument
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_xics.c142 u32 server, u32 priority, u32 saved_priority) in write_xive()
166 int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) in kvmppc_xics_set_xive()
196 int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server, u32 *priority) in kvmppc_xics_get_xive()
619 static noinline int kvmppc_h_ipi(struct kvm_vcpu *vcpu, unsigned long server, in kvmppc_h_ipi()
704 static int kvmppc_h_ipoll(struct kvm_vcpu *vcpu, unsigned long server) in kvmppc_h_ipoll()
1234 u32 server; in xics_set_source() local
H A Dbook3s_rtas.c21 u32 irq, server, priority; in kvm_rtas_set_xive() local
45 u32 irq, server, priority; in kvm_rtas_get_xive() local
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager_main.cpp16 auto server = sdbusplus::asio::object_server(connection); in main() local
/openbmc/phosphor-objmgr/src/test/util/
H A Dasio_server_class.hpp42 static sdbusplus::asio::object_server* server; member in AsioServerClassTest
/openbmc/obmc-ikvm/
H A Dikvm_manager.hpp67 Server server; member in ikvm::Manager
/openbmc/obmc-console/
H A Dmeson.build57 server = executable('obmc-console-server', variable
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp55 auto server = sdbusplus::asio::object_server(systemBus); in run() local
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dics-native.c50 unsigned int server; in ics_native_unmask_irq() local
103 int server; in ics_native_set_affinity() local
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dmanager.hpp10 namespace server namespace

123456789