Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 16 of 16) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d41 syscall::open64:entry
56 syscall::open64:return
64 syscall::open64:return
72 syscall::open64:return
/freebsd/cddl/compat/opensolaris/include/
H A Dfcntl.h33 #ifndef open64
34 #define open64(...) open(__VA_ARGS__) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c172 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 Ddt_options.c208 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 Ddt_link.c1214 if ((fd = open64(obj, O_RDWR)) == -1) { in process_obj()
/freebsd/crypto/openssh/openbsd-compat/
H A Dport-solaris.c52 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 Dccompile.h130 #define open64 open macro
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c1098 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 Dctf_lib.c476 if ((fd = open64(filename, O_RDONLY)) == -1) { in ctf_open()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1678 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 DTargetLibraryInfo.def1825 /// 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 Ddtrace.c1470 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42558 [char *p = (char *)open64;])
2637 AC_CHECK_FUNCS(open64 lseek64)
2644 dnl functions lseek64 and open64 are defined.
/freebsd/contrib/sqlite3/tea/
H A Dconfigure8353 char *p = (char *)open64;
8369 char *p = (char *)open64;
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4417 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 Dlibc_ubuntu1404_abilist.txt2461 fun:open64=uninstrumented