Home
last modified time | relevance | path

Searched refs:add_client (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/monitor/
H A Dqmp-cmds.c124 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 Ddbus-module.h5 bool (*add_client)(int csock, Error **errp); member
/openbmc/qemu/ui/
H A Ddbus-module.c34 .add_client = qemu_dbus_display_add_client,
H A Dui-qmp-cmds.c148 if (!qemu_dbus_display.add_client(fd, errp)) { in qmp_add_client_dbus_display()
H A Ddbus.c527 .add_client = dbus_display_add_client, in register_dbus()
/openbmc/qemu/qapi/
H A Dpragma.json11 'add_client',
H A Dmisc.json12 # @add_client:
39 { 'command': 'add_client',
H A Dui.json1370 # @add_client).
/openbmc/linux/fs/ntfs3/
H A Dfslog.c599 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 Dqemu-options.hx2108 ``p2p=yes|no`` : Use peer-to-peer connection, accepted via QMP ``add_client``.