Searched refs:sockpath (Results 1 – 2 of 2) sorted by relevance
410 static SocketAddress *nbd_build_socket_address(const char *sockpath, in nbd_build_socket_address() argument417 if (sockpath) { in nbd_build_socket_address()419 saddr->u.q_unix.path = g_strdup(sockpath); in nbd_build_socket_address()493 const char *sockpath, in socket_activation_validate_opts() argument503 if (sockpath != NULL) { in socket_activation_validate_opts()542 char *sockpath = NULL; in main() local738 sockpath = optarg; in main()739 if (sockpath[0] != '/') { in main()859 if (!sockpath) { in main()865 sockpath, in main()[all …]
368 sockpath = os.environ.get("QEMU_TEST_QMP_BACKDOOR", None)369 if sockpath is not None:371 f"socket,id=backdoor,path={sockpath},server=on,wait=off",