Searched defs:fdname (Results 1 – 6 of 6) sorted by relevance
| /qemu/monitor/ |
| A D | fds.c | 63 static bool monitor_add_fd(Monitor *mon, int fd, const char *fdname, Error **errp) in monitor_add_fd() 101 void qmp_getfd(const char *fdname, Error **errp) in qmp_getfd() 116 void qmp_closefd(const char *fdname, Error **errp) in qmp_closefd() 142 int monitor_get_fd(Monitor *mon, const char *fdname, Error **errp) in monitor_get_fd() 232 void qmp_get_win32_socket(const char *infos, const char *fdname, Error **errp) in qmp_get_win32_socket() 495 int monitor_fd_param(Monitor *mon, const char *fdname, Error **errp) in monitor_fd_param()
|
| A D | qmp-cmds.c | 118 void qmp_add_client(const char *protocol, const char *fdname, in qmp_add_client()
|
| A D | hmp-cmds.c | 173 const char *fdname = qdict_get_str(qdict, "fdname"); in hmp_getfd() local 183 const char *fdname = qdict_get_str(qdict, "fdname"); in hmp_closefd() local
|
| /qemu/migration/ |
| A D | fd.c | 52 void fd_start_outgoing_migration(MigrationState *s, const char *fdname, Error **errp) in fd_start_outgoing_migration() 86 void fd_start_incoming_migration(const char *fdname, Error **errp) in fd_start_incoming_migration()
|
| /qemu/qapi/ |
| A D | misc.json | 263 # -> { "execute": "getfd", "arguments": { "fdname": "fd1" } } string 307 # -> { "execute": "closefd", "arguments": { "fdname": "fd1" } } string
|
| /qemu/tests/unit/ |
| A D | test-util-sockets.c | 56 int monitor_get_fd(Monitor *mon, const char *fdname, Error **errp) in monitor_get_fd()
|
Completed in 12 milliseconds