Home
last modified time | relevance | path

Searched refs:fd_list (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddbus-display-test.c111 GUnixFDList *fd_list, in listener_handle_scanout_map()
126 g_assert_cmpuint(g_unix_fd_list_get_length(fd_list), ==, 1); in listener_handle_scanout_map()
127 fd = g_unix_fd_list_get(fd_list, handle, &error); in listener_handle_scanout_map()
229 g_autoptr(GUnixFDList) fd_list = NULL; in test_dbus_display_console()
237 fd_list = g_unix_fd_list_new(); in test_dbus_display_console()
238 idx = g_unix_fd_list_append(fd_list, pair[1], NULL); in test_dbus_display_console()
280 fd_list, in test_dbus_display_console()
114 listener_handle_scanout_map(QemuDBusDisplay1ListenerUnixMap * object,GDBusMethodInvocation * invocation,GUnixFDList * fd_list,GVariant * arg_handle,guint arg_offset,guint arg_width,guint arg_height,guint arg_stride,guint arg_pixman_format,TestDBusConsoleRegister * test) listener_handle_scanout_map() argument
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-use-closefrom-on-linux-and-glibc-2.34.patch20 if (fd_list[i].fd > fd)
21 fd = fd_list[i].fd;
/openbmc/qemu/ui/
H A Ddbus-listener.c304 g_autoptr(GUnixFDList) fd_list = NULL; in dbus_scanout_dmabuf_v1()
311 fd_list = g_unix_fd_list_new(); in dbus_scanout_dmabuf_v1()
312 if (g_unix_fd_list_append(fd_list, fd, &err) != 0) { in dbus_scanout_dmabuf_v1()
331 -1, fd_list, NULL, NULL, NULL); in dbus_scanout_dmabuf_v2()
338 g_autoptr(GUnixFDList) fd_list = NULL; in dbus_scanout_dmabuf_v2()
354 fd_list = g_unix_fd_list_new(); in dbus_scanout_dmabuf_v2()
363 fd_index[num_fds] = g_unix_fd_list_append(fd_list, plane_fd, &err); in dbus_scanout_dmabuf_v2()
395 G_DBUS_CALL_FLAGS_NONE, -1, fd_list, NULL, NULL, NULL); in dbus_scanout_dmabuf()
539 g_autoptr(GUnixFDList) fd_list = NULL; in dbus_scanout_map()
550 fd_list in dbus_scanout_map()
[all...]
H A Ddbus-chardev.c118 GUnixFDList *fd_list, in dbus_chr_register() argument
131 fd = g_unix_fd_list_get(fd_list, g_variant_get_handle(arg_stream), &err); in dbus_chr_register()
H A Ddbus-console.c256 GUnixFDList *fd_list, in dbus_console_register_listener() argument
274 fd = g_unix_fd_list_get(fd_list, g_variant_get_handle(arg_listener), &err); in dbus_console_register_listener()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch78 struct fd_list ext_with_depends = FD_LIST_INITIALIZER(ext_with_depends);