/titanic_41/usr/src/lib/libast/common/features/ |
H A D | omitted | 15 if ((fd = _open(from, O_RDONLY|O_BINARY)) < 0) 17 if (_fstat(fd, &fs) || (td = _open(to, O_CREAT|O_WRONLY|O_TRUNC|O_BINARY, fs.st_mode & 0777)) < 0) 57 if ((fd = _open("foo", O_RDONLY)) < 0)
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | HBA.h | 79 static int _open(std::string path, int flag);
|
H A D | FCHBANPIVPort.cc | 107 int fd = HBA::_open(path, O_NDELAY | O_RDONLY); in fp_ioctl()
|
H A D | HBA.cc | 280 int HBA::_open(std::string path, int flag) { in _open() function in HBA
|
H A D | FCHBAPort.cc | 327 fd = HBA::_open(FCP_DRIVER_PATH, O_RDONLY | O_NDELAY); in sendSCSIPassThru() 745 fd = HBA::_open(FCP_DRIVER_PATH, O_RDONLY | O_NDELAY); in getTargetMappings() 1219 int fd = HBA::_open(path, openflag); in fp_ioctl()
|
H A D | TgtFCHBAPort.cc | 467 int fd = HBA::_open(FCT_DRIVER_PATH, O_NDELAY | O_RDONLY); in fct_ioctl()
|
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 60 #define open _open
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 85 .global _open, _mmap, _munmap, _read, _write, _lseek, _close 87 _open: ! open(path, oflags, mode) => label
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 73 extern int _open(const char*, int, ...); 141 if ((fd = _open(path, O_RDONLY, 0)) >= 0) in magic() 675 fd = _open(path, flags, mode); in open() 680 fd = _open(buf, flags, mode); in open()
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sumlib.c | 175 #define METHOD(x) x##_match,x##_description,x##_options,x##_open,x##_init,x##_block,x##_data,x##_pr…
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LocalConsumer.java | 89 private native void _open(OpenFlag[] flags) throws DTraceException; in _open() method in LocalConsumer 304 _open(flags); in open()
|
/titanic_41/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 231 _open;
|
/titanic_41/usr/src/lib/libc/ |
H A D | README | 241 would call _open() and an application defined open() would not cause fopen() 243 synonyms.h, which would #define open _open, for all such symbols.
|
/titanic_41/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 132 _open.o profil.o setitimer.o \
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 63 #pragma weak _open = open macro
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2308 _open;
|