Home
last modified time | relevance | path

Searched refs:sockpath (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/
H A Dqemu-nbd.c410 static SocketAddress *nbd_build_socket_address(const char *sockpath, in nbd_build_socket_address() argument
417 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() argument
503 if (sockpath != NULL) { in socket_activation_validate_opts()
542 char *sockpath = NULL; in main() local
738 sockpath = optarg; in main()
739 if (sockpath[0] != '/') { in main()
859 if (!sockpath) { in main()
865 sockpath, in main()
[all …]
/openbmc/qemu/tests/functional/qemu_test/
H A Dtestcase.py368 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",