Searched refs:_open (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBA.h79 static int _open(std::string path, int flag);
H A DHBA.cc280 int HBA::_open(std::string path, int flag) { function in class:HBA
H A DFCHBANPIVPort.cc107 int fd = HBA::_open(path, O_NDELAY | O_RDONLY);
H A DFCHBAPort.cc327 fd = HBA::_open(FCP_DRIVER_PATH, O_RDONLY | O_NDELAY);
745 fd = HBA::_open(FCP_DRIVER_PATH, O_RDONLY | O_NDELAY);
1219 int fd = HBA::_open(path, openflag);
H A DTgtFCHBAPort.cc467 int fd = HBA::_open(FCT_DRIVER_PATH, O_NDELAY | O_RDONLY);
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h60 #define open _open
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h39 # define open _open
/illumos-gate/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
/illumos-gate/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##_print,x##_done,x##_scale
/illumos-gate/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)
675 fd = _open(path, flags, mode);
680 fd = _open(buf, flags, mode);
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java89 private native void _open(OpenFlag[] flags) throws DTraceException; method in class:LocalConsumer
304 _open(flags);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile132 _open.o profil.o setitimer.o \
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c63 #pragma weak _open = open macro
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun63 self.stream = self._open()

Completed in 84 milliseconds