Searched refs:client (Results 1 – 10 of 10) sorted by relevance
| /misc/services/life_mngr/ |
| A D | socket.c | 56 client->fd = -1; in free_socket_client() 57 free(client); in free_socket_client() 126 client->len = recvmsg(client->fd, &msg, fdflags_recvmsg); in read_socket_char() 143 sock->data_handler(client->buf, client->fd); in read_socket_char() 150 client = calloc(1, sizeof(*client)); in new_socket_client() 151 if (!client) { in new_socket_client() 157 client->addr_len = sizeof(client->addr); in new_socket_client() 158 client->fd = in new_socket_client() 172 return client; in new_socket_client() 175 free(client); in new_socket_client() [all …]
|
| A D | command_handler.c | 110 struct socket_client *client = NULL; in send_socket_ack() local 112 client = find_socket_client(sock, fd); in send_socket_ack() 113 if (client == NULL) in send_socket_ack() 117 memset(client->buf, 0, CLIENT_BUF_LEN); in send_socket_ack() 118 memcpy(client->buf, ack, strlen(ack)); in send_socket_ack() 119 client->len = strlen(ack); in send_socket_ack() 120 ret = write_socket_char(client); in send_socket_ack() 142 struct socket_client *client = NULL; in req_user_vm_shutdown_reboot() local 145 client = find_socket_client(sock, fd); in req_user_vm_shutdown_reboot() 146 if (client == NULL) in req_user_vm_shutdown_reboot() [all …]
|
| A D | socket.h | 50 int write_socket_char(struct socket_client *client);
|
| /misc/services/acrn_manager/ |
| A D | acrn_mngr.c | 101 client = calloc(1, sizeof(*client)); in mngr_client_new() 102 if (!client) { in mngr_client_new() 113 client->addr_len = sizeof(client->addr); in mngr_client_new() 114 client->fd = in mngr_client_new() 126 return client; in mngr_client_new() 132 free(client); in mngr_client_new() 140 client->fd = -1; in mngr_client_free_res() 143 free(client); in mngr_client_free_res() 172 if (!client) { in server_listen_func() 254 client->len = in server_poll_func() [all …]
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | README.rst | 16 ``usercrash`` is designed using a client/server model. The server is 17 autostarted at boot. The client is configured in ``core_pattern``, which 18 will be triggered when a crash occurs in user space. The client then 22 the client. The client collects the crash information 24 client notifies the server. The server cleans up. 57 instruction ``sudo crashlogctl enable``, and the client is configured in 60 client and default app. Once a crash occurs in user space, the client and 78 - client.c : This file is the implementation for the client of ``usercrash``. 79 The client is responsible for delivering the ``usercrash`` event to the 89 handling the events from the client.
|
| A D | Makefile | 21 $(BUILDDIR)/usercrash/obj/client.o \
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | README.rst | 11 as logs. The log path would be delivered to `telemetrics-client`_ as a record if 12 telemetrics-client exists on the system. In this case ``acrnprobe`` works as a 13 *probe* of telemetrics-client. If telemetrics-client doesn't exist on the 79 + ``telemd`` is responsible for sending log records to telemetrics client. 141 | |telemd+--->+telemetrics client| | 193 .. _`telemetrics-client`: https://github.com/clearlinux/telemetrics-client
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 187 userspace. It works in a client/server model. The server is autostarted, and 188 the client is
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/ |
| A D | Console.vue | 70 …<b-row class="align-items-center my-2" v-else-if="console.backend_type === 'sock client' || consol…
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 4361 name = "wayland-client" 4394 "wayland-client", 4959 "wayland-client",
|
Completed in 17 milliseconds