Searched refs:add_client (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | qmp-cmds.c | 124 bool (*add_client)(int fd, bool has_skipauth, bool skipauth, in qmp_add_client() member 150 if (!protocol_table[i].add_client(fd, has_skipauth, skipauth, in qmp_add_client()
|
/openbmc/qemu/include/ui/ |
H A D | dbus-module.h | 5 bool (*add_client)(int csock, Error **errp); member
|
/openbmc/qemu/ui/ |
H A D | dbus-module.c | 34 .add_client = qemu_dbus_display_add_client,
|
H A D | ui-qmp-cmds.c | 148 if (!qemu_dbus_display.add_client(fd, errp)) { in qmp_add_client_dbus_display()
|
H A D | dbus.c | 527 .add_client = dbus_display_add_client, in register_dbus()
|
/openbmc/qemu/qapi/ |
H A D | pragma.json | 11 'add_client',
|
H A D | misc.json | 12 # @add_client: 39 { 'command': 'add_client',
|
H A D | ui.json | 1370 # @add_client).
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 599 static inline void add_client(struct CLIENT_REC *ca, u16 index, __le16 *head) in add_client() function 4100 add_client(ca, t16, &ra->client_idx[1]); in log_replay()
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2108 ``p2p=yes|no`` : Use peer-to-peer connection, accepted via QMP ``add_client``.
|