Home
last modified time | relevance | path

Searched refs:client_addr (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/cmd/aspeed/
H A Dpeci.c116 static int do_ast_peci_ping(unsigned long client_addr) in do_ast_peci_ping() argument
130 writel((client_addr & 0xff), AST_PECI_RW_LEN); in do_ast_peci_ping()
170 static int do_ast_peci_getdib(unsigned long client_addr) in do_ast_peci_getdib() argument
205 writel((0x80100 | (client_addr & 0xff)), AST_PECI_RW_LEN); in do_ast_peci_getdib()
265 unsigned long client_addr; in do_ast_peci() local
271 client_addr = strtoul(argv[2], 0, 0); in do_ast_peci()
273 if (client_addr > 0xFF) { in do_ast_peci()
274 printf("Invalid client address: %lu\n", client_addr); in do_ast_peci()
279 return do_ast_peci_ping(client_addr); in do_ast_peci()
282 return do_ast_peci_getdib(client_addr); in do_ast_peci()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_i2c_common.c30 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_read_block_data() local
34 .addr = client_addr, in cyttsp_i2c_read_block_data()
40 .addr = client_addr, in cyttsp_i2c_read_block_data()
60 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_write_block_data() local
64 .addr = client_addr, in cyttsp_i2c_write_block_data()
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c223 struct sock_addr *client_addr; in FIXTURE() local
258 self->client_addr = mmap(NULL, sizeof(*self->client_addr), PROT_READ | PROT_WRITE, in FIXTURE_SETUP()
260 ASSERT_NE(MAP_FAILED, self->client_addr); in FIXTURE_SETUP()
272 unlink(self->client_addr->sock_name); in FIXTURE_TEARDOWN()
312 fill_sockaddr(self->client_addr, variant->abstract); in client()
314 if (bind(cfd, (struct sockaddr *)&self->client_addr->listen_addr, self->client_addr->addrlen)) { in client()
418 …o(pfd, "x", sizeof(char), 0, (struct sockaddr *)&self->client_addr->listen_addr, self->client_addr in TEST_F()
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_server.c32 struct sockaddr_in server_addr, client_addr; in main() local
84 len = sizeof(client_addr); in main()
85 ret = recvfrom(sock, message, sizeof(message), 0, (struct sockaddr*)&client_addr, in main()
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtcp_server.c37 struct sockaddr_in server_addr, client_addr; in main() local
88 client_length = sizeof(client_addr); in main()
90 clientsock = accept(sock,(struct sockaddr*) &client_addr, &client_length); in main()
/openbmc/qemu/migration/
H A Dpostcopy-ram.h182 int postcopy_wake_shared(struct PostCopyFD *pcfd, uint64_t client_addr,
186 uint64_t client_addr, uint64_t offset);
H A Dpostcopy-ram.c745 uint64_t client_addr, in postcopy_wake_shared() argument
749 trace_postcopy_wake_shared(client_addr, qemu_ram_get_idstr(rb)); in postcopy_wake_shared()
751 (void *)(uintptr_t)ROUND_DOWN(client_addr, pagesize), in postcopy_wake_shared()
784 uint64_t client_addr, uint64_t rb_offset) in postcopy_request_shared_page() argument
794 return postcopy_wake_shared(pcfd, client_addr, rb); in postcopy_request_shared_page()
796 postcopy_request_page(mis, rb, aligned_rbo, client_addr); in postcopy_request_shared_page()
1405 uint64_t client_addr, uint64_t rb_offset) in postcopy_request_shared_page() argument
1428 uint64_t client_addr, in postcopy_wake_shared() argument
H A Dtrace-events303 postcopy_wake_shared(uint64_t client_addr, const char *rb) "at 0x%"PRIx64" in %s"
/openbmc/linux/include/uapi/linux/
H A Dnfs4_mount.h40 struct nfs_string client_addr; /* 1 */ member
/openbmc/linux/fs/ceph/
H A Ddebugfs.c356 struct ceph_entity_addr *client_addr = ceph_client_addr(fsc->client); in status_show() local
359 ceph_pr_addr(client_addr), le32_to_cpu(client_addr->nonce)); in status_show()
/openbmc/linux/include/linux/ceph/
H A Dmon_client.h146 struct ceph_entity_addr *client_addr);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rbd156 What: /sys/bus/rbd/devices/<dev-id>/client_addr
169 client_addr (RO) The ceph unique client
/openbmc/linux/net/ceph/
H A Dmon_client.c1026 struct ceph_entity_addr *client_addr) in ceph_monc_blocklist_add() argument
1034 &client_addr->in_addr, in ceph_monc_blocklist_add()
1035 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add()
1046 &client_addr->in_addr, in ceph_monc_blocklist_add()
1047 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh187 local client_addr="10.0.1.2"
192 client_addr="dead:beef:1::2"
244 print_title "Connection info: ${client_addr}:${client_port} -> ${connect_addr}:${app_port}"
/openbmc/linux/fs/nfs/
H A Dfs_context.c1233 struct compat_nfs_string client_addr; member
1256 compat_nfs_string(&data->client_addr, &compat->client_addr); in nfs4_compat_mount_data_conv()
1330 c = strndup_user(data->client_addr.data, 16); in nfs4_parse_monolithic()
/openbmc/qemu/hw/virtio/
H A Dtrace-events23 vhost_user_set_mem_table_postcopy(uint64_t client_addr, uint64_t qhva, int reply_i, int region_i) "…
26 vhost_user_postcopy_waker_found(uint64_t client_addr) "0x%"PRIx64
H A Dvhost-user.c1989 uint64_t client_addr = (offset - u->region_rb_offset[i]) + in vhost_user_postcopy_waker() local
1991 trace_vhost_user_postcopy_waker_found(client_addr); in vhost_user_postcopy_waker()
1992 return postcopy_wake_shared(pcfd, client_addr, rb); in vhost_user_postcopy_waker()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch186 +extern int hosts_ctl(char *daemon, char *client_name, char *client_addr,
/openbmc/linux/drivers/block/
H A Drbd.c5063 struct ceph_entity_addr *client_addr = in rbd_client_addr_show() local
5066 return sprintf(buf, "%pISpc/%u\n", &client_addr->in_addr, in rbd_client_addr_show()
5067 le32_to_cpu(client_addr->nonce)); in rbd_client_addr_show()
5220 static DEVICE_ATTR(client_addr, 0444, rbd_client_addr_show, NULL);