/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | specopen.d | 41 syscall::open64:entry 56 syscall::open64:return 64 syscall::open64:return 72 syscall::open64:return
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | fcntl.h | 33 #ifndef open64 34 #define open64(...) open(__VA_ARGS__) macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | drti.c | 172 if ((fd = open64(devnamep, O_RDWR)) < 0) { in dtrace_dof_init() 184 if ((fd = open64(devnamep, O_RDWR)) < 0) { in dtrace_dof_init() 215 if ((fd = open64(devnamep, O_RDWR)) < 0) { in dtrace_dof_fini()
|
H A D | dt_options.c | 208 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1) in dt_opt_ctypes() 233 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1) in dt_opt_dtypes()
|
H A D | dt_link.c | 1214 if ((fd = open64(obj, O_RDWR)) == -1) { in process_obj()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-solaris.c | 52 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id() 77 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { in solaris_contract_pre_fork() 173 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { in solaris_contract_post_fork_parent()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | ccompile.h | 130 #define open64 open macro
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 1098 fd = open64(path, flags, mode); in zfs_file_open() 1111 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 476 if ((fd = open64(filename, O_RDONLY)) == -1) { in ctf_open()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1678 TSAN_INTERCEPTOR(int, open64, const char *name, int oflag, ...) { in TSAN_INTERCEPTOR() argument 1683 SCOPED_TSAN_INTERCEPTOR(open64, name, oflag, mode); in TSAN_INTERCEPTOR() 1685 int fd = REAL(open64)(name, oflag, mode); in TSAN_INTERCEPTOR() 1690 #define TSAN_MAYBE_INTERCEPT_OPEN64 TSAN_INTERCEPT(open64)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1825 /// int open64(const char *filename, int flags[, mode_t mode]) 1826 TLI_DEFINE_ENUM_INTERNAL(open64) 1827 TLI_DEFINE_STRING_INTERNAL("open64")
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.c | 1470 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2558 [char *p = (char *)open64;]) 2637 AC_CHECK_FUNCS(open64 lseek64) 2644 dnl functions lseek64 and open64 are defined.
|
/freebsd/contrib/sqlite3/tea/ |
H A D | configure | 8353 char *p = (char *)open64; 8369 char *p = (char *)open64;
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4417 if ((fd = open64(cachefile, O_RDONLY)) < 0) { in dump_cachefile() 5363 if ((fd = open64(path, O_RDONLY)) < 0) { in dump_label()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2461 fun:open64=uninstrumented
|