Searched refs:sockpath (Results 1 – 4 of 4) sorted by relevance
408 static SocketAddress *nbd_build_socket_address(const char *sockpath, in nbd_build_socket_address() argument415 if (sockpath) { in nbd_build_socket_address()417 saddr->u.q_unix.path = g_strdup(sockpath); in nbd_build_socket_address()491 const char *sockpath, in socket_activation_validate_opts() argument501 if (sockpath != NULL) { in socket_activation_validate_opts()540 char *sockpath = NULL; in main() local734 sockpath = optarg; in main()735 if (sockpath[0] != '/') { in main()852 if (!sockpath) { in main()858 sockpath, in main()[all …]
588 sockpath = "qmp-shell-wrap-%d" % os.getpid()589 cmd += ["-qmp", "unix:%s" % sockpath]594 address = shell_class.parse_address(sockpath)614 os.unlink(sockpath)
181 sockpath = os.environ.get("QEMU_TEST_QMP_BACKDOOR", None)182 if sockpath is not None:
583 -plugin ./contrib/plugins/liblockstep.so,sockpath=lockstep-sparc.sock \