Searched refs:fd_list (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/openfile/ |
D | openfile.c | 197 void close_files(FILE * fd_list[], int len) in close_files() argument 201 fclose(fd_list[i]); in close_files() 210 FILE *fd_list[MAXFILES]; in threads() local 218 if ((fd_list[i] = fopen(filename, "rw")) == NULL) { in threads() 222 close_files(fd_list, i - 1); in threads() 232 close_files(fd_list, numfiles); in threads() 241 close_files(fd_list, numfiles); in threads() 249 close_files(fd_list, numfiles); in threads() 257 close_files(fd_list, numfiles); in threads() 263 close_files(fd_list, numfiles); in threads()
|
/third_party/toybox/toys/posix/ |
D | tee.c | 30 struct fd_list { struct 31 struct fd_list *next; argument 39 struct fd_list *temp; in do_tee_open() argument 41 temp = xmalloc(sizeof(struct fd_list)); in do_tee_open() 49 struct fd_list *fdl; in tee_main()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtputil.c | 84 GUnixFDList *fd_list = NULL; in gst_avdtp_connection_acquire() local 117 NULL, &handle, &imtu, &omtu, &fd_list, NULL, &err)) in gst_avdtp_connection_acquire() 121 NULL, &handle, &imtu, &omtu, &fd_list, NULL, &err)) in gst_avdtp_connection_acquire() 125 fd = g_unix_fd_list_get (fd_list, g_variant_get_handle (handle), &err); in gst_avdtp_connection_acquire() 130 g_object_unref (fd_list); in gst_avdtp_connection_acquire()
|
/third_party/glib/patch/ |
D | backport-openharmony-adapt.patch | 8573 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 8599 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 8626 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 8653 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 8966 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 8983 + GUnixFDList *fd_list, 8996 + fd_list, 9040 + * @fd_list: (nullable): A #GUnixFDList or %NULL. 9058 + GUnixFDList *fd_list, 9073 + fd_list, [all …]
|
D | backport-gdbusconnection-Fix-double-unref-on-timeout-cancel-sending-a-message.patch | 399 GUnixFDList *fd_list; 429 control_message = g_unix_fd_message_new_with_fd_list (fd_list);
|