Searched refs:open64 (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.3-release/cddl/compat/opensolaris/include/
H A Dfcntl.h35 #define open64(...) open(__VA_ARGS__) macro
/freebsd-10.3-release/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-10.3-release/crypto/openssh/openbsd-compat/
H A Dport-solaris.c55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) {
80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) {
176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddrti.c259 if ((fd = open64(devnamep, O_RDWR)) < 0) {
271 if ((fd = open64(devnamep, O_RDWR)) < 0) {
381 if ((fd = open64(devnamep, O_RDWR)) < 0) {
H A Ddt_options.c196 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
221 if ((fd = open64(arg, O_CREAT | O_WRONLY, 0666)) == -1)
H A Ddt_link.c1209 if ((fd = open64(obj, O_RDWR)) == -1) {
1790 if ((fd = open64(file, O_RDWR | O_CREAT | O_TRUNC, 0666)) == -1) {
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h421 /// int open64(const char *filename, int flags[, mode_t mode])
422 open64, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c442 fd = open64(path, O_RDONLY);
468 fd = open64(realpath, flags - FREAD, mode);
477 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c473 if ((fd = open64(filename, O_RDONLY)) == -1) {
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp811 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp226 "open64",
612 TLI.setUnavailable(LibFunc::open64);
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1197 if ((dfd = open64(rdsk, O_RDONLY)) < 0 ||
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1387 if ((fd = open64(g_argv[i], O_RDONLY)) == -1)
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1635 case LibFunc::open64:
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2086 if ((fd = open64(cachefile, O_RDONLY)) < 0) {
2167 if ((fd = open64(path, O_RDONLY)) < 0) {

Completed in 119 milliseconds