Home
last modified time | relevance | path

Searched refs:f_handle (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dfhandle.c22 struct file_handle f_handle; in do_sys_name_to_handle() local
37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
50 (struct fid *)handle->f_handle, in do_sys_name_to_handle()
153 (struct fid *)handle->f_handle, in do_handle_to_path()
171 struct file_handle f_handle; in handle_to_path() local
188 (f_handle.handle_bytes == 0)) { in handle_to_path()
199 *handle = f_handle; in handle_to_path()
200 if (copy_from_user(&handle->f_handle, in handle_to_path()
201 &ufh->f_handle, in handle_to_path()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dfhandle.c22 struct file_handle f_handle; in do_sys_name_to_handle() local
37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
50 (struct fid *)handle->f_handle, in do_sys_name_to_handle()
153 (struct fid *)handle->f_handle, in do_handle_to_path()
171 struct file_handle f_handle; in handle_to_path() local
188 (f_handle.handle_bytes == 0)) { in handle_to_path()
199 *handle = f_handle; in handle_to_path()
200 if (copy_from_user(&handle->f_handle, in handle_to_path()
201 &ufh->f_handle, in handle_to_path()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dfhandle.c22 struct file_handle f_handle; in do_sys_name_to_handle() local
37 if (f_handle.handle_bytes > MAX_HANDLE_SZ) in do_sys_name_to_handle()
46 handle_dwords = f_handle.handle_bytes >> 2; in do_sys_name_to_handle()
50 (struct fid *)handle->f_handle, in do_sys_name_to_handle()
153 (struct fid *)handle->f_handle, in do_handle_to_path()
171 struct file_handle f_handle; in handle_to_path() local
188 (f_handle.handle_bytes == 0)) { in handle_to_path()
199 *handle = f_handle; in handle_to_path()
200 if (copy_from_user(&handle->f_handle, in handle_to_path()
201 &ufh->f_handle, in handle_to_path()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/win/
H A Dsyslinux.c292 HANDLE f_handle, d_handle; in main() local
413 if (f_handle == INVALID_HANDLE_VALUE) { in main()
425 if (!WriteFile(f_handle, syslinux_adv, 2 * ADV_SIZE, in main()
433 if (!FlushFileBuffers(f_handle)) { in main()
495 if (SetFilePointer(f_handle, 0, NULL, FILE_BEGIN) != 0 || in main()
518 CloseHandle(f_handle); in main()
530 if (f_handle == INVALID_HANDLE_VALUE) { in main()
544 if (!FlushFileBuffers(f_handle)) { in main()
549 CloseHandle(f_handle); in main()
564 if (f_handle == INVALID_HANDLE_VALUE) { in main()
[all …]
/dports/games/ballerburg/ballerburg-1.2.0/src/
H A Dmusic.c84 FILE *f_handle; in m_laden() local
98 f_handle = fopen(fname, "rb"); in m_laden()
100 if (!f_handle) in m_laden()
103 f_handle = fopen(string, "rb"); in m_laden()
104 if (!f_handle) in m_laden()
111 if (fread(buffer, 16, 1, f_handle) != 1) in m_laden()
134 if (fread(buffer, 1, 36, f_handle) != 36) in m_laden()
144 if (fread(liste, (max_abl+1)<<3, 1, f_handle) != 1) in m_laden()
154 if (fread(&takte[100], (max_tkt+1)*w_len, 2, f_handle) != 2) in m_laden()
165 fclose(f_handle); in m_laden()
/dports/misc/amanda-client/amanda-3.3.9/packaging/common/
H A Dsubstitute.pl37 my $f_handle;
40 open($f_handle, "<", "$file") or
42 chomp($contents = <$f_handle>);
43 close($f_handle);
/dports/misc/amanda-server/amanda-3.3.9/packaging/common/
H A Dsubstitute.pl37 my $f_handle;
40 open($f_handle, "<", "$file") or
42 chomp($contents = <$f_handle>);
43 close($f_handle);
/dports/net/mpich2/mpich2-1.5/test/mpi/pt2pt/
H A Dmprobe.c366 MPI_Fint f_handle = 0xdeadbeef; in main() local
367 f_handle = MPIX_Message_c2f(MPIX_MESSAGE_NULL); in main()
368 msg = MPIX_Message_f2c(f_handle); in main()
369 check(f_handle != 0xdeadbeef); in main()
373 f_handle = 0xdeadbeef; in main()
374 f_handle = PMPIX_Message_c2f(MPIX_MESSAGE_NULL); in main()
375 msg = PMPIX_Message_f2c(f_handle); in main()
376 check(f_handle != 0xdeadbeef); in main()
/dports/multimedia/transcode/transcode-1.1.7/pvm3/
H A Dtcpvmexportd.c57 void *f_handle=NULL; /*handle for dlopen/dlclose*/ variable
121 dlclose(f_handle); in f_init_func()
155 dlclose(f_handle); in f_init_func()
165 if ((f_handle=f_init_pvm_func("open",NULL))==NULL) in f_init_func()
172 (void *)f_init_pvm_func("close",f_handle); in f_init_func()
174 f_handle=NULL; in f_init_func()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py335 f_handle = open('cpu.csv', 'a')
337 f_handle.write(string_buffer);
338 f_handle.close()
369 f_handle = open('cpu.csv', 'a')
370f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, ap…
371 f_handle.write('\n')
372 f_handle.close()
378 f_handle = open('/sys/kernel/debug/tracing/trace', 'w')
379 f_handle.close()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py335 f_handle = open('cpu.csv', 'a')
337 f_handle.write(string_buffer);
338 f_handle.close()
369 f_handle = open('cpu.csv', 'a')
370f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, ap…
371 f_handle.write('\n')
372 f_handle.close()
378 f_handle = open('/sys/kernel/debug/tracing/trace', 'w')
379 f_handle.close()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py335 f_handle = open('cpu.csv', 'a')
337 f_handle.write(string_buffer);
338 f_handle.close()
369 f_handle = open('cpu.csv', 'a')
370f_handle.write('common_cpu, common_secs, common_usecs, core_busy, scaled_busy, from, to, mperf, ap…
371 f_handle.write('\n')
372 f_handle.close()
378 f_handle = open('/sys/kernel/debug/tracing/trace', 'w')
379 f_handle.close()
/dports/sysutils/syslinux/syslinux-6.03/com32/gfxboot/
H A Drealmode_callback.asm66 mov [f_handle],si
88 mov si,[f_handle]
96 mov [f_handle],si
184 f_handle dw 0 define
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dfiles.py385 f_handle = open(*args, **kwargs) # pylint: disable=resource-leakage
394 old_flags = fcntl.fcntl(f_handle.fileno(), fcntl.F_GETFD)
395 fcntl.fcntl(f_handle.fileno(), fcntl.F_SETFD, old_flags | FD_CLOEXEC)
397 return f_handle
407 with fopen(filename, *args, **kwargs) as f_handle:
413 fcntl.flock(f_handle.fileno(), lock_type)
414 yield f_handle
417 fcntl.flock(f_handle.fileno(), fcntl.LOCK_UN)
446 with fopen(*args, **kwargs) as f_handle:
463 yield f_handle
/dports/games/epiphany-game/epiphany-0.7.0/src/fonts/
H A Dfont_manager.cpp32 Font_Handle f_handle = m_fonts.size(); in add_font() local
34 return f_handle; in add_font()
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dmake_archive.py43 f_handle = open(file_name, "r")
44 args.extend(s1.strip('"') for s1 in shlex.split(f_handle.readline(), posix=False))
45 f_handle.close()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dagestats.py139 f_handle = family.get_father_handle()
141 f_handle = None
143 if f_handle:
144 f = self.dbstate.db.get_person_from_handle(f_handle)
153 father_handles[diff].append(f_handle)
/dports/net/mpich/mpich-3.4.3/test/mpi/pt2pt/
H A Dmprobe.c651 MPI_Fint f_handle = 0xdeadbeef; in main() local
652 f_handle = MPI_Message_c2f(MPI_MESSAGE_NULL); in main()
653 msg = MPI_Message_f2c(f_handle); in main()
654 check(f_handle != 0xdeadbeef); in main()
658 f_handle = 0xdeadbeef; in main()
659 f_handle = PMPI_Message_c2f(MPI_MESSAGE_NULL); in main()
660 msg = PMPI_Message_f2c(f_handle); in main()
661 check(f_handle != 0xdeadbeef); in main()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/textreport/
H A Dplacereport.py324 f_handle = family.get_father_handle()
326 if f_handle and m_handle:
327 father = self._db.get_person_from_handle(f_handle)
339 elif f_handle or m_handle:
340 if f_handle:
341 p_handle = f_handle
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/notify/
H A Dfdinfo.c52 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/notify/
H A Dfdinfo.c52 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/notify/
H A Dfdinfo.c52 ret = exportfs_encode_inode_fh(inode, (struct fid *)f.handle.f_handle, &size, NULL); in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DAutoSchedule.cpp1215 void reorder_dims(Stage f_handle, int stage_num, Definition def,
2368 f_handle.split(v, outer, inner, factor, strategy); in split_dim()
2388 sched.push_schedule(f_handle.name(), stage_num, oss.str(), in split_dim()
2440 f_handle.vectorize(split_vars.first); in vectorize_stage()
2441 sched.push_schedule(f_handle.name(), stage_num, in vectorize_stage()
2578 f_handle.reorder(ordering); in reorder_dims()
2628 Stage f_handle = Stage(Func(g_out)); in generate_group_cpu_schedule() local
2633 f_handle = Func(g_out).update(stage_num - 1); in generate_group_cpu_schedule()
2724 f_handle.reorder(ordering); in generate_group_cpu_schedule()
2772 f_handle.reorder(seq, v); in generate_group_cpu_schedule()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Fmpi.c90 H5F_get_mpi_handle(const H5F_t *f, MPI_File **f_handle) in H5F_get_mpi_handle() argument
100 if ((ret_value = H5FD_get_vfd_handle(f->shared->lf, fapl, (void **)f_handle)) < 0) in H5F_get_mpi_handle()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fmpi.c90 H5F_get_mpi_handle(const H5F_t *f, MPI_File **f_handle) in H5F_get_mpi_handle() argument
100 if ((ret_value = H5FD_get_vfd_handle(f->shared->lf, fapl, (void **)f_handle)) < 0) in H5F_get_mpi_handle()

123456789