/titanic_51/usr/src/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
|
/titanic_51/usr/src/cmd/dtrace/demo/spec/ |
H A D | specopen.d | 30 syscall::open64:entry 60 syscall::open64:return 74 syscall::open64:return 85 syscall::open64:return
|
/titanic_51/usr/src/head/ |
H A D | fcntl.h | 77 #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 D | fcntl.h | 216 #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 D | dlink_common.c | 140 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 D | dlink_init.c | 74 if ((fd = open64(devname, O_RDWR)) < 0) { in dtrace_drti_fini()
|
/titanic_51/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 67 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 D | syn_isa | 31 # open64() 56 open64
|
/titanic_51/usr/src/cmd/fs.d/ufs/lockfs/ |
H A D | lockfs.c | 259 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 D | creat64.c | 35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | creat64.c | 35 return open64(path, O_WRONLY|O_CREAT|O_TRUNC, mode);
|
/titanic_51/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 126 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 D | attropen.c | 60 if ((fd = open64(file, O_RDONLY|O_NONBLOCK)) == -1) { in attropen64()
|
H A D | mkstemp.c | 96 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.c | 114 fd = open64(name, oflag, 0666); in _endopen()
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_fcntl.h | 112 #define open open64
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_fcntl.h | 133 #define open open64
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_fcntl.h | 133 #define open open64
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_fcntl.h | 112 #define open open64
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_fcntl.h | 133 #define open open64
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_fcntl.h | 112 #define open open64
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_fcntl.h | 112 #define open open64
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_fcntl.h | 133 #define open open64
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_fdio.c | 138 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 D | labelit.c | 146 f = open64(special, O_RDONLY); in label() 148 f = open64(special, O_RDWR); in label()
|