Searched defs:fdset_id (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | fds.c | 206 AddfdInfo *qmp_add_fd(bool has_fdset_id, int64_t fdset_id, in qmp_add_fd() 266 void qmp_remove_fd(int64_t fdset_id, bool has_fd, int64_t fd, Error **errp) in qmp_remove_fd() 334 AddfdInfo *monitor_fdset_add_fd(int fd, bool has_fdset_id, int64_t fdset_id, in monitor_fdset_add_fd() 412 int monitor_fdset_dup_fd_add(int64_t fdset_id, int flags, Error **errp) in monitor_fdset_dup_fd_add()
|
/openbmc/qemu/stubs/ |
H A D | fdset.c | 6 int monitor_fdset_dup_fd_add(int64_t fdset_id, int flags, Error **errp) in monitor_fdset_dup_fd_add()
|
/openbmc/qemu/util/ |
H A D | osdep.c | 321 int64_t fdset_id; in qemu_open_internal() local
|
/openbmc/qemu/system/ |
H A D | vl.c | 570 int64_t fdset_id; in parse_add_fd() local
|