Lines Matching refs:fd2
36 int32_t fd2;
45 * the sync_pts in both the calling fd and sync_merge_data.fd2. Returns the
131 static int legacy_sync_merge(const char *name, int fd1, int fd2)
136 data.fd2 = fd2;
144 static int modern_sync_merge(const char *name, int fd1, int fd2)
149 data.fd2 = fd2;
160 int sync_merge(const char *name, int fd1, int fd2)
168 ret = modern_sync_merge(name, fd1, fd2);
178 ret = legacy_sync_merge(name, fd1, fd2);