Searched refs:sock_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | skc_to_unix_sock.c | 8 static const char *sock_path = "@skc_to_unix_sock"; variable 37 strncpy(sockaddr.sun_path, sock_path, strlen(sock_path)); in test_skc_to_unix_sock() 48 ASSERT_EQ(strcmp(skel->bss->path, sock_path), 0, "bpf_skc_to_unix_sock failed"); in test_skc_to_unix_sock()
|
/openbmc/qemu/ui/ |
H A D | spice-app.c | 44 static char *sock_path; variable 126 if (sock_path) { in spice_app_atexit() 127 unlink(sock_path); in spice_app_atexit() 132 g_free(sock_path); in spice_app_atexit() 178 sock_path = g_strjoin("", app_dir, "/", "spice.sock", NULL); in spice_app_display_early_init() 182 qemu_opt_set(qopts, "addr", sock_path, &error_abort); in spice_app_display_early_init()
|
/openbmc/qemu/contrib/plugins/ |
H A D | lockstep.c | 364 g_autofree char *sock_path = NULL; in qemu_plugin_install() local 376 sock_path = g_strdup(tokens[1]); in qemu_plugin_install() 383 if (sock_path == NULL) { in qemu_plugin_install() 388 if (!setup_unix_socket(sock_path)) { in qemu_plugin_install()
|
/openbmc/qemu/tests/qtest/ |
H A D | libqtest.c | 573 char *sock_path; in qtest_init_with_serial() local 578 sock_path = g_strdup_printf("%s/sock", sock_dir); in qtest_init_with_serial() 581 sock_fd_init = init_socket(sock_path); in qtest_init_with_serial() 584 sock_path, extra_args); in qtest_init_with_serial() 588 unlink(sock_path); in qtest_init_with_serial() 589 g_free(sock_path); in qtest_init_with_serial()
|
H A D | vhost-user-blk-test.c | 914 char *sock_path = create_listen_socket(&fd); in start_vhost_user_blk() local 925 i + 1, sock_path); in start_vhost_user_blk()
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 203 sock_path = '/var/run/qmp.sock' 206 listen_sock.bind(sock_path) 224 qmp_sock.connect(sock_path)
|