Home
last modified time | relevance | path

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

123456

/titanic_51/usr/src/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
/titanic_51/usr/src/cmd/dtrace/demo/spec/
H A Dspecopen.d30 syscall::open64:entry
60 syscall::open64:return
74 syscall::open64:return
85 syscall::open64:return
/titanic_51/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64
105 #pragma redefine_extname open64 open
117 #define open64 open
150 extern int open64(const char *, int, ...);
/titanic_51/usr/src/ucbhead/sys/
H A Dfcntl.h216 #pragma redefine_extname open open64
219 #define open open64
226 #pragma redefine_extname open64 open
229 #define open64 open macro
240 extern int open64(const char *, int, ...);
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddlink_common.c140 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_link_dof()
152 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_link_dof()
H A Ddlink_init.c74 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_drti_fini()
/titanic_51/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c67 if ((cfd = open64(CTFS_ROOT "/process/latest", O_RDONLY)) == -1) in contract_latest()
100 fd = open64(path, oflag); in contract_open()
/titanic_51/usr/src/lib/c_synonyms/sparc/
H A Dsyn_isa31 # open64()
56 open64
/titanic_51/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c259 fd = open64(fn, O_RDONLY); in printstatus()
350 fd = open64(fn, O_RDONLY); in flushfs()
375 fd = open64(fn, O_RDONLY); in lockfs()
/titanic_51/usr/src/lib/libast/common/comp/
H A Dcreat64.c35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dcreat64.c35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
/titanic_51/usr/src/lib/libkvm/common/
H A Dkvm.c126 if ((kd->kvm_kmemfd = open64(kmem, flag)) == -1) in kvm_open()
128 if ((kd->kvm_memfd = open64("/dev/mem", flag)) == -1) in kvm_open()
132 if ((kd->kvm_corefd = open64(corefile, flag)) == -1) in kvm_open()
362 if ((procfd = open64(procbuf, kd->kvm_openflag)) == -1) in kvm_rw()
/titanic_51/usr/src/lib/libc/port/gen/
H A Dattropen.c60 if ((fd = open64(file, O_RDONLY|O_NONBLOCK)) == -1) { in attropen64()
H A Dmkstemp.c96 if ((fd = open64(as, O_CREAT|O_EXCL|O_RDWR|flags, in libc_mkstemps()
/titanic_51/usr/src/lib/libc/port/stdio/
H A D_endopen.c114 fd = open64(name, oflag, 0666); in _endopen()
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h112 #define open open64
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h133 #define open open64
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h133 #define open open64
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h112 #define open open64
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h133 #define open open64
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h112 #define open open64
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h112 #define open open64
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h133 #define open open64
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fdio.c138 fd = open64(buf, flags, mode); in mdb_fdio_create_path()
147 fd = open64(fname, flags, mode); in mdb_fdio_create_path()
/titanic_51/usr/src/cmd/fs.d/ufs/labelit/
H A Dlabelit.c146 f = open64(special, O_RDONLY); in label()
148 f = open64(special, O_RDWR); in label()

123456