Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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)
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin64.h164 #define open _open
H A Dacwin.h179 #define open _open
/illumos-gate/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.cc328 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()
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h47 # define open _open
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsumlib.c173 #define METHOD(x) x##_match,x##_description,x##_options,x##_open,x##_init,x##_block,x##_data,x##_pr…
/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; in _open() method in LocalConsumer
304 _open(flags); in open()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c74 extern int _open(const char*, int, ...);
125 #define sysopen _open
/illumos-gate/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.
/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 Drun81 self.stream = self._open()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2796 _open;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c112 #define open _open