/openbmc/linux/include/dt-bindings/memory/ |
H A D | tegra194-mc.h | 4 /* special clients */ 8 /* host1x clients */ 25 /* GPU clients */ 28 /* other SoC clients */ 45 /* GPC DMA clients */ 55 /* APE DMA clients */ 65 /* APE DMA clients */ 147 /* MSS internal memqual MIU7 read clients */ 149 /* MSS internal memqual MIU7 write clients */ 151 /* High-definition audio (HDA) read clients */ [all …]
|
H A D | tegra234-mc.h | 7 /* special clients */ 180 /* MSS internal memqual MIU7 read clients */ 182 /* MSS internal memqual MIU7 write clients */ 184 /* MSS internal memqual MIU8 read clients */ 186 /* MSS internal memqual MIU8 write clients */ 188 /* MSS internal memqual MIU9 read clients */ 190 /* MSS internal memqual MIU9 write clients */ 192 /* MSS internal memqual MIU10 read clients */ 194 /* MSS internal memqual MIU10 write clients */ 196 /* MSS internal memqual MIU11 read clients */ [all …]
|
H A D | tegra186-mc.h | 4 /* special clients */ 8 /* host1x clients */ 25 /* GPU clients */ 28 /* other SoC clients */ 45 /* GPC DMA clients */ 55 /* APE DMA clients */ 65 /* APE DMA clients */
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_conf_manager.cpp | 49 return manager.clients; in getSNMPClients() 54 for (const auto& val : manager.clients) in isClientExist() 67 for (const auto& val : manager.clients) in deleteSNMPClient() 77 if (manager.clients.contains(id)) in deleteSNMPClient() 79 manager.clients.at(id)->delete_(); in deleteSNMPClient() 96 auto& clients = getSNMPClients(); in TEST_F() local 97 EXPECT_EQ(1U, clients.size()); in TEST_F() 104 // add multiple clients and check whether the object path is generated in TEST_F() 113 // check both the clients get created in TEST_F() 114 auto& clients = getSNMPClients(); in TEST_F() local [all …]
|
/openbmc/linux/fs/nfsd/ |
H A D | Kconfig | 29 available to clients mounting the NFS server on this system. 41 Unless you are hosting ancient (1990's era) NFS clients, you don't 56 This protocol extension allows applications on NFS clients to 62 NFSv3 ACL protocol extension allowing NFS clients to manipulate 64 clients which support the Solaris NFSv3 ACL protocol can then 103 clients to directly perform I/O to block devices accessible to both 104 the server and the clients. See RFC 5663 for more details. 116 clients to directly perform I/O to SCSI devices accessible to both 117 the server and the clients. See draft-ietf-nfsv4-scsi-layout for 129 enables NFS clients to directly perform I/O to NFSv3 devices [all …]
|
/openbmc/obmc-console/ |
H A D | socket-handler.c | 54 struct client **clients; member 83 if (sh->clients[idx] == client) { in client_close() 99 memmove(&sh->clients[idx], &sh->clients[idx + 1], in client_close() 100 sizeof(*sh->clients) * (sh->n_clients - idx)); in client_close() 102 free(sh->clients); in client_close() 103 sh->clients = NULL; in client_close() 105 sh->clients = reallocarray(sh->clients, sh->n_clients, in client_close() 106 sizeof(*sh->clients)); in client_close() 344 sh->clients = in socket_poll() 345 reallocarray(sh->clients, sh->n_clients, sizeof(*sh->clients)); in socket_poll() [all …]
|
/openbmc/linux/drivers/hsi/ |
H A D | hsi_boardinfo.c | 3 * HSI clients registration interface 22 * hsi_register_board_info - Register HSI clients information 23 * @info: Array of HSI clients on the board 26 * HSI clients are statically declared and registered on board files. 28 * HSI clients will be automatically registered to the HSI bus once the 29 * controller and the port where the clients wishes to attach are registered
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 284 struct qed_ilt_client_cfg *p_cli = &p_mngr->clients[ilt_client]; in qed_cxt_get_ilt_page_size() 319 u32 page_sz = p_mgr->clients[ILT_CLI_CDUC].p_size.val; in qed_cxt_set_proto_cid_count() 416 p_cli = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_CDUC]; in qed_ilt_get_dynamic_line_cnt() 444 struct qed_ilt_client_cfg *clients = p_hwfn->p_cxt_mngr->clients; in qed_cxt_ilt_blk_reset() local 449 clients[cli_idx].pf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset() 452 clients[cli_idx].vf_blks[blk_idx].total_size = 0; in qed_cxt_ilt_blk_reset() 485 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUC]); in qed_cxt_cfg_ilt_compute() 492 /* get the counters for the CDUC and QM clients */ in qed_cxt_cfg_ilt_compute() 523 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_CDUT]); in qed_cxt_cfg_ilt_compute() 631 p_cli = qed_cxt_set_cli(&p_mngr->clients[ILT_CLI_QM]); in qed_cxt_cfg_ilt_compute() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmemcached/files/ |
H A D | 0001-Fix-comparison-types.patch | 13 clients/memflush.cc | 4 ++-- 16 diff --git a/clients/memflush.cc b/clients/memflush.cc 18 --- a/clients/memflush.cc 19 +++ b/clients/memflush.cc
|
/openbmc/linux/drivers/gpu/vga/ |
H A D | vga_switcheroo.c | 70 * clients. The mux is called the handler. Muxless machines also register a 76 * there can thus be up to three clients: Two vga clients (GPUs) and one audio 110 * For audio clients, the @fb_info and @active members are bogus. For GPU 111 * clients, the @vga_dev is bogus. 138 * (counting only vga clients, not audio clients) 139 * @clients: list of registered clients 157 struct list_head clients; member 175 .clients = LIST_HEAD_INIT(vgasr_priv.clients), 181 /* we're ready if we get two clients + handler */ in vga_switcheroo_ready() 195 list_for_each_entry(client, &vgasr_priv.clients, list) { in vga_switcheroo_enable() [all …]
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | client-identifier.rst | 41 leases. When the server restarts and clients attempt to recover 43 clients that held state before the server restarted and clients 92 circumstances where clients can interfere with each other. This is 95 If distinct clients present the same "co_ownerid" string and use 97 unable to tell that the clients are not the same. Each distinct 102 If distinct clients present the same "co_ownerid" string and use 104 to operate normally but reject subsequent clients with the same 117 to other clients in the meantime. This is referred to as "lock 134 - NFS-root (diskless) clients, where the local DHCP server (or 142 - Clients across multiple administrative domains that access a
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-multiconn | 115 clients = [nbd.NBD() for _ in range(3)] 116 for c in clients: 120 initial_data = clients[0].pread(1024 * 1024, 0) 124 clients[1].pwrite(updated_data, 0) 125 clients[2].flush() 126 current_data = clients[0].pread(1024 * 1024, 0) 131 clients[i].shutdown()
|
/openbmc/qemu/docs/system/ |
H A D | tls.rst | 29 clients on a private intranet, there is no need to use a commercial 35 server and exposing it directly to remote browser clients. In such a 75 should be copied to all servers and clients wishing to utilize TLS 89 clients when connecting. The hostname / IP address that the client 96 permanently assigned IP address(es), and clients are likely to use them 100 for validation is now deprecated. Instead modern TLS clients will 185 The subject alt name extension data is not required for clients, so 189 clients are not in fact HTTP clients, setting this key purpose is still 246 used for network services and clients. It requires specifying the 270 should be performed. This defaults to enabled, meaning clients will [all …]
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | bus.c | 19 static LIST_HEAD(clients); 123 list_move_tail(&client->list, &device->clients); in host1x_subdev_register() 157 * it from list of clients. in __host1x_subdev_unregister() 188 * its &host1x_driver.probe implementation to initialize each of its clients. 200 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 211 list_for_each_entry(client, &device->clients, list) { in host1x_device_init() 228 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init() 233 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init() 236 list_for_each_entry_continue_reverse(client, &device->clients, list) in host1x_device_init() 250 * function to tear down each of its clients. Typically this is done after a [all …]
|
/openbmc/linux/include/linux/ |
H A D | vga_switcheroo.h | 41 * DDC lines separately. This signals to clients that they should call 44 * the AUX channel separately. This signals to clients that the active 77 * @VGA_SWITCHEROO_UNKNOWN_ID: initial identifier assigned to vga clients. 84 * Client identifier. Audio clients use the same identifier & 0x100. 97 * two vga clients have registered. It allows the handler to perform 99 * vga clients. Currently only the radeon and amdgpu drivers use this. 140 * set to NULL. For audio clients, the @reprobe member is bogus. 141 * OTOH, @gpu_bound is only for audio clients, and not used for GPU clients.
|
/openbmc/qemu/docs/specs/ |
H A D | ivshmem-spec.rst | 145 - sends connect notifications for the new client to the other clients 147 - sends connect notifications for the other clients to the new client, 155 notifications to the other clients. 160 its connected clients, the clients can elect to continue. They can 162 notification on disconnect, and no new clients can connect. There is 163 no way for the clients to connect to a restarted server. The device 167 production. It assumes all clients use the same number of interrupt 192 2. The client's ID. This is unique among all clients of this server. 199 4. Connect notifications for existing other clients, if any. This is
|
/openbmc/phosphor-snmp/ |
H A D | snmp_conf_manager.cpp | 63 this->clients.emplace(lastClientId, std::move(client)); in client() 77 for (const auto& val : clients) in checkClientConfigured() 94 auto it = clients.find(id); in deleteSNMPClient() 95 if (it == clients.end()) in deleteSNMPClient() 119 this->clients.erase(it); in deleteSNMPClient() 148 this->clients.emplace(idNum, std::move(manager)); in restoreClients()
|
/openbmc/linux/drivers/char/agp/ |
H A D | frontend.c | 340 client = controller->clients; in agp_remove_all_clients() 406 struct agp_client *clients; in agp_controller_make_current() local 408 clients = controller->clients; in agp_controller_make_current() 410 while (clients != NULL) { in agp_controller_make_current() 413 priv = agp_find_private(clients->pid); in agp_controller_make_current() 419 clients = clients->next; in agp_controller_make_current() 428 struct agp_client *clients; in agp_controller_release_current() local 431 clients = controller->clients; in agp_controller_release_current() 433 while (clients != NULL) { in agp_controller_release_current() 436 priv = agp_find_private(clients->pid); in agp_controller_release_current() [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | tegra.rst | 7 buffer provided directly by the CPU, to its clients via channels. Software, 30 The various host1x clients need to be bound together into a logical device in 35 tree for matching device nodes, adding the required clients to a list. Drivers 36 for individual clients register with the infrastructure as well and are added 39 Once all clients are available, the infrastructure will initialize the logical 41 the subsystem and in turn initialize each of its clients. 43 Similarly, when one of the clients is unregistered, the infrastructure will 45 the subsystem specific bits are torn down and the clients destroyed in turn.
|
/openbmc/libmctp/utils/ |
H A D | mctp-demux-daemon.c | 75 struct client *clients; member 98 struct client *client = &ctx->clients[i]; in client_remove_inactive() 104 memmove(&ctx->clients[i], &ctx->clients[i + 1], in client_remove_inactive() 105 (ctx->n_clients - i) * sizeof(*ctx->clients)); in client_remove_inactive() 106 ctx->clients = realloc(ctx->clients, in client_remove_inactive() 107 ctx->n_clients * sizeof(*ctx->clients)); in client_remove_inactive() 140 struct client *client = &ctx->clients[i]; in rx_message() 336 ctx->clients = in socket_process() 337 realloc(ctx->clients, ctx->n_clients * sizeof(struct client)); in socket_process() 339 client = &ctx->clients[ctx->n_clients - 1]; in socket_process() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | fifo8.h | 18 * Create a FIFO of the specified capacity. Clients should call fifo8_destroy() 38 * Clients are responsible for checking for fullness using fifo8_is_full(). 49 * Clients are responsible for checking the space left in the FIFO using 59 * Clients are responsible for checking for emptyness using fifo8_is_empty(). 69 * Peek the data byte at the current head of the FIFO. Clients are responsible 125 * Clients are responsible for checking the availability of requested data 152 * Clients are responsible for checking the availability of requested data
|
/openbmc/linux/Documentation/devicetree/bindings/cache/ |
H A D | qcom,llcc.yaml | 14 that can be shared by multiple clients. Clients here are different cores in the 15 SoC, the idea is to minimize the local caches at the clients and migrate to 17 which are assigned to clients. Clients can query the slice details, activate
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston_14.0.1.bb | 36 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms wayland egl clients', ''… 76 # Clients support 77 PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLECLIENTS} -Ddemo-clients=true,-Dsimple-clients= -…
|
/openbmc/bmcweb/ |
H A D | CLIENTS.md | 4 tests and clients that could target it. The below attempts to provide a 5 non-exhaustive list of tests and clients that bmcweb is expected to be 8 specification. Entries in the clients category are intended to host user-facing 46 ## Clients section in Client overview
|
/openbmc/linux/include/net/ |
H A D | bond_alb.h | 33 #define TLB_HASH_TABLE_SIZE 256 /* The size of the clients hash table. 80 * connection. This is the Clients Hash Table entry struct. 86 * all the clients without walking over all the unused elements of the table. 116 u32 head; /* Index to the head of the bi-directional clients 121 u32 load; /* Each slave sums the loadHistory of all clients 136 * to all rx clients
|