Symbol: sync_file
games/sail/sync.c
115
char buf[sizeof sync_file];
games/sail/sync.c
145
(void) snprintf(sync_file, sizeof sync_file, SF, game);
games/sail/sync.c
147
if (stat(sync_file, &tmp) == -1) {
games/sail/sync.c
149
sync_fp = fopen(sync_file, "w+");
games/sail/sync.c
152
sync_fp = fopen(sync_file, "r+");
games/sail/sync.c
167
(void) unlink(sync_file);
games/sail/sync.c
221
if (link(sync_file, sync_lock) >= 0) {
games/sail/sync.c
57
static char sync_file[sizeof LF];
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
1571
struct sync_file *sync_file;
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
1607
sync_file = sync_file_create(fence);
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
1609
if (!sync_file) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c
1614
fd_install(fd, sync_file->file);
sys/dev/pci/drm/drm_atomic_uapi.c
1177
struct sync_file *sync_file;
sys/dev/pci/drm/drm_atomic_uapi.c
1191
fence_state->sync_file = sync_file_create(fence);
sys/dev/pci/drm/drm_atomic_uapi.c
1192
if (!fence_state->sync_file)
sys/dev/pci/drm/drm_atomic_uapi.c
1356
fence_state[i].sync_file->file);
sys/dev/pci/drm/drm_atomic_uapi.c
1379
if (fence_state[i].sync_file)
sys/dev/pci/drm/drm_atomic_uapi.c
1380
fput(fence_state[i].sync_file->file);
sys/dev/pci/drm/drm_linux.c
3205
struct sync_file *sf = fp->f_data;
sys/dev/pci/drm/drm_linux.c
3209
free(sf, M_DRM, sizeof(struct sync_file));
sys/dev/pci/drm/drm_linux.c
3306
struct sync_file *sf;
sys/dev/pci/drm/drm_linux.c
3322
struct sync_file *
sys/dev/pci/drm/drm_linux.c
3326
struct sync_file *sf;
sys/dev/pci/drm/drm_linux.c
3334
sf = malloc(sizeof(struct sync_file), M_DRM, M_WAITOK | M_ZERO);
sys/dev/pci/drm/drm_syncobj.c
800
struct sync_file *sync_file;
sys/dev/pci/drm/drm_syncobj.c
810
sync_file = sync_file_create(fence);
sys/dev/pci/drm/drm_syncobj.c
814
if (!sync_file) {
sys/dev/pci/drm/drm_syncobj.c
819
fd_install(fd, sync_file->file);
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3208
static struct sync_file *
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3211
struct sync_file *out_fence = NULL;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3255
static struct sync_file *
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3259
struct sync_file *out_fence = NULL;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3317
static struct sync_file *
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3321
struct sync_file *out_fence = NULL;
sys/dev/pci/drm/i915/gem/i915_gem_execbuffer.c
3372
struct sync_file *out_fence = NULL;
sys/dev/pci/drm/include/linux/sync_file.h
16
struct sync_file *sync_file_create(struct dma_fence *);
usr.sbin/rpc.statd/procs.c
131
sync_file();
usr.sbin/rpc.statd/procs.c
201
sync_file();
usr.sbin/rpc.statd/procs.c
236
sync_file();
usr.sbin/rpc.statd/procs.c
314
sync_file();
usr.sbin/rpc.statd/statd.c
196
sync_file();
usr.sbin/rpc.statd/statd.c
501
sync_file();
usr.sbin/rpc.statd/statd.c
536
sync_file();
usr.sbin/rpc.statd/statd.c
550
sync_file();
usr.sbin/rpc.statd/statd.h
110
void sync_file(void);