Home
last modified time | relevance | path

Searched defs:server (Results 1 – 25 of 129) sorted by relevance

123456

/openbmc/qemu/util/
H A Dvhost-user-server.c90 void vhost_user_server_inc_in_flight(VuServer *server) in vhost_user_server_inc_in_flight()
96 void vhost_user_server_dec_in_flight(VuServer *server) in vhost_user_server_dec_in_flight()
105 bool vhost_user_server_has_in_flight(VuServer *server) in vhost_user_server_has_in_flight()
120 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_message_read() local
212 VuServer *server = opaque; in vu_client_trip() local
269 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in kick_handler() local
275 static VuFdWatch *find_vu_fd_watch(VuServer *server, int fd) in find_vu_fd_watch()
292 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in set_watch() local
317 VuServer *server; in remove_watch() local
338 VuServer *server = opaque; in vu_accept() local
[all …]
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c18 #define IVSHMEM_SERVER_DEBUG(server, fmt, ...) do { \ argument
74 ivshmem_server_free_peer(IvshmemServer *server, IvshmemServerPeer *peer) in ivshmem_server_free_peer()
97 ivshmem_server_send_initial_info(IvshmemServer *server, IvshmemServerPeer *peer) in ivshmem_server_send_initial_info()
131 ivshmem_server_handle_new_conn(IvshmemServer *server) in ivshmem_server_handle_new_conn()
255 ivshmem_server_init(IvshmemServer *server, const char *unix_sock_path, in ivshmem_server_init()
289 ivshmem_server_start(IvshmemServer *server) in ivshmem_server_start()
365 ivshmem_server_close(IvshmemServer *server) in ivshmem_server_close()
387 ivshmem_server_get_fds(const IvshmemServer *server, fd_set *fds, int *maxfd) in ivshmem_server_get_fds()
410 ivshmem_server_handle_fds(IvshmemServer *server, fd_set *fds, int maxfd) in ivshmem_server_handle_fds()
434 ivshmem_server_search_peer(IvshmemServer *server, int64_t peer_id) in ivshmem_server_search_peer()
[all …]
/openbmc/linux/arch/powerpc/sysdev/xics/
Dics-opal.c
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dserver.hpp10 namespace server namespace
19 class server : class
28 explicit server(sdbusplus::async::context& ctx, const char* path) : in server() function in sdbusplus::async::server::server
33 explicit server( in server() function in sdbusplus::async::server::server
45 namespace server::details namespace
/openbmc/obmc-console/
H A Dconsole-server.c72 console_server_find_released_pollfd(struct console_server *server) in console_server_find_released_pollfd()
85 ssize_t console_server_request_pollfd(struct console_server *server, int fd, in console_server_request_pollfd()
116 int console_server_release_pollfd(struct console_server *server, in console_server_release_pollfd()
137 static int tty_find_device(struct console_server *server) in tty_find_device()
290 static int tty_set_sysfs_attr(struct console_server *server, const char *name, in tty_set_sysfs_attr()
332 void tty_init_termios(struct console_server *server) in tty_init_termios()
363 static void tty_init_vuart_io(struct console_server *server) in tty_init_vuart_io()
377 static int tty_init_io(struct console_server *server) in tty_init_io()
404 static int tty_init_vuart(struct console_server *server, struct config *config) in tty_init_vuart()
456 static int tty_init(struct console_server *server, struct config *config, in tty_init()
[all …]
H A Dconsole-mux.c99 console_mux_release_gpio_lines(struct console_server *server) in console_mux_release_gpio_lines()
112 console_mux_request_gpio_lines(struct console_server *server, in console_mux_request_gpio_lines()
142 int console_server_mux_init(struct console_server *server) in console_server_mux_init()
173 void console_server_mux_fini(struct console_server *server) in console_server_mux_fini()
276 struct console_server *server = console->server; in console_mux_activate() local
H A Dconsole-dbus.c103 struct console_server *server = console->server; in get_baud_handler() local
167 int dbus_server_init(struct console_server *server) in dbus_server_init()
195 void dbus_server_fini(struct console_server *server) in dbus_server_fini()
/openbmc/linux/fs/smb/client/
Dcifs_swn.h
Dasn1.c
/openbmc/linux/fs/nfs/
Dsysfs.c
Dnamespace.c
Dnfs4namespace.c
Dnfs4idmap.c
/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c30 VuServer *server; member
60 VuServer *server = req->server; in vu_blk_virtio_process_req() local
84 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_process_vq() local
119 VuServer *server = container_of(dev, VuServer, vu_dev); in vu_blk_get_features() local
150 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_get_config() local
165 VuServer *server = container_of(vu_dev, VuServer, vu_dev); in vu_blk_set_config() local
305 VuServer *server = &vexp->vu_server; in vu_blk_drained_poll() local
/openbmc/dbus-sensors/src/mctp/
H A DMCTPReactor.hpp34 explicit MCTPReactor(AssociationServer& server) : server(server) {} in MCTPReactor()
48 AssociationServer& server; member in MCTPReactor
/openbmc/bios-bmc-smm-error-logger/include/dbus/
H A Dfile_notifier.hpp25 CperFileNotifier(sdbusplus::asio::object_server& server, in CperFileNotifier()
49 sdbusplus::asio::object_server& server; member in bios_bmc_smm_error_logger::CperFileNotifier
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtoasterui.py37 def _log_settings_from_server(server): argument
124 def main(server, eventHandler, params): argument
/openbmc/service-config-manager/src/
H A Dmain.cpp106 sdbusplus::asio::object_server& server, in handleListUnitsResponse()
277 void init(sdbusplus::asio::object_server& server, in init()
296 void checkAndInit(sdbusplus::asio::object_server& server, in checkAndInit()
354 auto server = sdbusplus::asio::object_server(conn, true); in main() local
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dtransaction.hpp13 namespace server namespace
85 namespace server namespace
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c224 static void append_mem_opts(TestServer *server, GString *cmd_line, in append_mem_opts()
573 TestServer *server = g_new0(TestServer, 1); in test_server_new() local
616 static void test_server_create_chr(TestServer *server, const gchar *opt) in test_server_create_chr()
630 static void test_server_listen(TestServer *server) in test_server_listen()
635 static void test_server_free(TestServer *server) in test_server_free()
767 TestServer *server = s; in vhost_user_test_cleanup() local
775 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup() local
788 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup_memfd() local
801 TestServer *server = test_server_new("vhost-user-test", arg); in vhost_user_test_setup_shm() local
814 TestServer *server = arg; in test_read_guest_mem() local
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_server.cpp208 Server* server = (Server*)cl->screen->screenData; in clientGone() local
223 Server* server = (Server*)cl->screen->screenData; in newClient() local
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp89 sdbusplus::asio::object_server& server, in removeAssociation()
375 boost::asio::io_context& io, sdbusplus::asio::object_server& server, in addSingleAssociation()
420 sdbusplus::asio::object_server& server) in checkIfPendingAssociation()
559 sdbusplus::asio::object_server& server) in removeAssociationIfacesEntry()
628 AssociationMaps& assocMaps, sdbusplus::asio::object_server& server) in moveAssociationToPending()
H A Dprocessing.cpp47 sdbusplus::asio::object_server& server) in processNameChangeDelete()
104 AssociationMaps& assocMaps, sdbusplus::asio::object_server& server) in processInterfaceAdded()
/openbmc/qemu/crypto/
H A Dtlscredspriv.h45 gnutls_anon_server_credentials_t server; member
56 gnutls_psk_server_credentials_t server; member
/openbmc/sdbusplus/include/sdbusplus/
H A Dserver.hpp8 namespace server namespace

123456