Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/features/
H A Domitted15 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 DHBA.h79 static int _open(std::string path, int flag);
H A DFCHBANPIVPort.cc107 int fd = HBA::_open(path, O_NDELAY | O_RDONLY); in fp_ioctl()
H A DHBA.cc280 int HBA::_open(std::string path, int flag) { in _open() function in HBA
H A DFCHBAPort.cc327 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 DTgtFCHBAPort.cc467 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 Dacmsvc.h60 #define open _open
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s85 .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 Domitted.c73 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 Dsumlib.c175 #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 DLocalConsumer.java89 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 Dmapfile-vers231 _open;
/titanic_41/usr/src/lib/libc/
H A DREADME241 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 DMakefile132 _open.o profil.o setitimer.o \
/titanic_41/usr/src/lib/libc/port/threads/
H A Dscalls.c63 #pragma weak _open = open macro
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers2308 _open;