/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-hashclient | 57 def handle_get(args, client): argument 65 def handle_get_outhash(args, client): argument 73 def handle_stats(args, client): argument 81 def handle_stress(args, client): argument 156 def handle_remove(args, client): argument 164 def handle_clean_unused(args, client): argument 169 def handle_refresh_token(args, client): argument 173 def handle_set_user_permissions(args, client): argument 177 def handle_get_user(args, client): argument 181 def handle_get_all_users(args, client): argument [all …]
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 18 #define IVSHMEM_CLIENT_DEBUG(client, fmt, ...) do { \ argument 26 ivshmem_client_read_one_msg(IvshmemClient *client, int64_t *index, int *fd) in ivshmem_client_read_one_msg() 77 ivshmem_client_free_peer(IvshmemClient *client, IvshmemClientPeer *peer) in ivshmem_client_free_peer() 91 ivshmem_client_handle_server_msg(IvshmemClient *client) in ivshmem_client_handle_server_msg() 144 ivshmem_client_init(IvshmemClient *client, const char *unix_sock_path, in ivshmem_client_init() 179 ivshmem_client_connect(IvshmemClient *client) in ivshmem_client_connect() 247 ivshmem_client_close(IvshmemClient *client) in ivshmem_client_close() 272 ivshmem_client_get_fds(const IvshmemClient *client, fd_set *fds, int *maxfd) in ivshmem_client_get_fds() 293 ivshmem_client_handle_event(IvshmemClient *client, const fd_set *cur, int maxfd) in ivshmem_client_handle_event() 328 ivshmem_client_handle_fds(IvshmemClient *client, fd_set *fds, int maxfd) in ivshmem_client_handle_fds() [all …]
|
H A D | main.c | 78 ivshmem_client_handle_stdin_command(IvshmemClient *client) in ivshmem_client_handle_stdin_command() 133 ivshmem_client_poll_events(IvshmemClient *client) in ivshmem_client_poll_events() 176 ivshmem_client_notification_cb(const IvshmemClient *client, in ivshmem_client_notification_cb() 190 IvshmemClient client; in main() local
|
/openbmc/obmc-console/ |
H A D | socket-handler.c | 40 struct client { struct 54 struct client **clients; argument 68 static void client_close(struct client *client) in client_close() 111 static void client_set_blocked(struct client *client, bool blocked) in client_set_blocked() 129 static ssize_t send_all(struct client *client, void *buf, size_t len, in send_all() 174 static int client_drain_queue(struct client *client, size_t force_len) in client_drain_queue() 224 struct client *client = arg; in client_ringbuffer_poll() local 251 struct client *client = data; in client_timeout() local 274 struct client *client = data; in client_poll() local 313 struct client *client; in socket_poll() local [all …]
|
H A D | console-client.c | 70 static enum process_rc process_ssh_tty(struct console_client *client, in process_ssh_tty() 112 static enum process_rc process_str_tty(struct console_client *client, in process_str_tty() 139 static enum process_rc process_tty(struct console_client *client) in process_tty() 162 static int process_console(struct console_client *client) in process_console() 186 static int client_tty_init(struct console_client *client) in client_tty_init() 216 static int client_init(struct console_client *client, struct config *config, in client_init() 259 static void client_fini(struct console_client *client) in client_fini() 270 struct console_client *client; in main() local
|
H A D | meson.build | 92 client = executable( variable
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | client.hpp | 8 namespace client namespace 26 class client : class 46 explicit client(sdbusplus::async::context& ctx) in client() function in sdbusplus::async::client::client 52 explicit client(sdbusplus::async::context& ctx, Proxy p) in client() function in sdbusplus::async::client::client 96 namespace client::details namespace
|
/openbmc/qemu/nbd/ |
H A D | server.c | 83 NBDClient *client; member 201 nbd_negotiate_send_rep_len(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_len() 218 nbd_negotiate_send_rep(NBDClient *client, uint32_t type, Error **errp) in nbd_negotiate_send_rep() 226 nbd_negotiate_send_rep_verr(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_verr() 266 nbd_negotiate_send_rep_err(NBDClient *client, uint32_t type, in nbd_negotiate_send_rep_err() 282 nbd_opt_vdrop(NBDClient *client, uint32_t type, Error **errp, in nbd_opt_vdrop() 295 nbd_opt_drop(NBDClient *client, uint32_t type, Error **errp, in nbd_opt_drop() 309 nbd_opt_invalid(NBDClient *client, Error **errp, const char *fmt, ...) in nbd_opt_invalid() 326 nbd_opt_read(NBDClient *client, void *buffer, size_t size, in nbd_opt_read() 351 nbd_opt_skip(NBDClient *client, size_t size, Error **errp) in nbd_opt_skip() [all …]
|
/openbmc/qemu/block/ |
H A D | nfs.c | 76 NFSClient *client; member 191 static void nfs_set_events(NFSClient *client) in nfs_set_events() 206 NFSClient *client = arg; in nfs_process_read() local 216 NFSClient *client = arg; in nfs_process_write() local 267 NFSClient *client = bs->opaque; in nfs_co_preadv() local 301 NFSClient *client = bs->opaque; in nfs_co_pwritev() local 348 NFSClient *client = bs->opaque; in nfs_co_flush() local 370 NFSClient *client = bs->opaque; in nfs_detach_aio_context() local 380 NFSClient *client = bs->opaque; in nfs_attach_aio_context() local 386 static void nfs_client_close(NFSClient *client) in nfs_client_close() [all …]
|
/openbmc/qemu/net/can/ |
H A D | can_core.c | 85 int can_bus_insert_client(CanBusState *bus, CanBusClientState *client) in can_bus_insert_client() 92 int can_bus_remove_client(CanBusClientState *client) in can_bus_remove_client() 104 ssize_t can_bus_client_send(CanBusClientState *client, in can_bus_client_send() 139 int can_bus_client_set_filters(CanBusClientState *client, in can_bus_client_set_filters()
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_client.cpp | 43 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 202); in TEST_F() local 59 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 202); in TEST_F() local 73 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 23); in TEST_F() local
|
H A D | test_snmp_serialize.cpp | 49 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 23); in TEST_F() local 65 Client client(bus, objPath.c_str(), manager); in TEST_F() local
|
/openbmc/phosphor-bmc-code-mgmt/common/src/ |
H A D | host_power.cpp | 52 auto client = sdbusplus::client::xyz::openbmc_project::state::Host(ctx) in setState() local 83 auto client = sdbusplus::client::xyz::openbmc_project::state::Host(ctx) in getState() local
|
H A D | software_config.cpp | 45 auto client = sdbusplus::client::xyz::openbmc_project::ObjectMapper<>(ctx) in getInventoryItemObjectPath() local
|
H A D | software_manager.cpp | 49 auto client = sdbusplus::async::proxy() in getConfig() local 107 auto client = sdbusplus::client::xyz::openbmc_project::ObjectMapper<>(ctx) in initDevices() local
|
/openbmc/libmctp/utils/ |
H A D | mctp-demux-daemon.c | 58 struct client { struct 75 struct client *clients; argument 98 struct client *client = &ctx->clients[i]; in client_remove_inactive() local 140 struct client *client = &ctx->clients[i]; in rx_message() local 328 struct client *client; in socket_process() local 349 struct client *client = &ctx->clients[idx]; in client_process_recv() local
|
/openbmc/phosphor-snmp/ |
H A D | snmp_conf_manager.cpp | 34 std::string ConfManager::client(std::string address, uint16_t port) in client() function in phosphor::network::snmp::ConfManager 57 auto client = std::make_unique<phosphor::network::snmp::Client>( in client() local
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 58 client = qemu_io_popen(*create_args(5)) variable
|
/openbmc/qemu/crypto/ |
H A D | tlscredspriv.h | 46 gnutls_anon_client_credentials_t client; member 57 gnutls_psk_client_credentials_t client; member
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 89 QVirtio9P *client; member 123 QVirtio9P *client; member 145 QVirtio9P *client; member 172 QVirtio9P *client; member 198 QVirtio9P *client; member 220 QVirtio9P *client; member 250 QVirtio9P *client; member 277 QVirtio9P *client; member 305 QVirtio9P *client; member 325 QVirtio9P *client; member [all …]
|
/openbmc/qemu/backends/ |
H A D | cryptodev-hmp-cmds.c | 46 QCryptodevBackendClient *client = cl->value; in hmp_info_cryptodev() local
|
/openbmc/phosphor-bmc-code-mgmt/common/include/ |
H A D | dbus_helper.hpp | 17 auto client = in dbusGetRequiredProperty() local
|
/openbmc/entity-manager/test/ |
H A D | test_gpio_presence.cpp | 81 auto client = sdbusplus::client::xyz::openbmc_project::inventory::source:: in testDevicePresentDbus() local 126 auto client = sdbusplus::client::xyz::openbmc_project::inventory::source:: in testDevicePresentThenDisappearDbus() local
|
/openbmc/qemu/include/system/ |
H A D | ram_addr.h | 161 unsigned client) in cpu_physical_memory_get_dirty() 201 unsigned client) in cpu_physical_memory_all_dirty() 239 unsigned client) in cpu_physical_memory_get_dirty_flag() 275 unsigned client) in cpu_physical_memory_set_dirty_flag()
|
/openbmc/sdbusplus/test/gen/ |
H A D | test_aserver_multiple_interfaces.cpp | 69 auto client = in constructInterfaces() local
|