Searched refs:open (Results 1 - 25 of 1624) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dopen.cc31 extern int open(const char *path, int oflag, ...);
38 vroot_result= open(path, vroot_args.open.flags, vroot_args.open.mode);
44 vroot_args.open.flags= flags;
45 vroot_args.open.mode= mode;
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dmkerrno.sh47 open=' \/\* '
52 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dmkerrno.sh46 open=' \/\* '
51 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dmkerrno.sh44 open=' \/\* '
49 ( sed -n "s/$pattern/$replace/p" | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/common/ucode/
H A Dmkerrno.sh50 open=' \/\* '
54 ( sed -n "s/$pattern/$replace/p" < $1 | sed -n "s/$open/$openrepl/p" |
/illumos-gate/usr/src/cmd/dtrace/demo/user/
H A Dbadopen.d27 syscall::open:entry
33 syscall::open:return
36 printf("open for '%s' failed", self->path);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh31 syscall::open*:entry
37 syscall::open*:return
44 syscall::open*:return
50 syscall::open*:return
53 printf("a failed open(2) returned %d\n", (int)arg0);
57 syscall::open*:return
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatCtl.java53 kctl = open();
69 private native long open(); method in class:KstatCtl
/illumos-gate/usr/src/cmd/dtrace/demo/spec/
H A Dspec.d27 syscall::open:entry
H A Dspecopen.d29 syscall::open:entry,
59 syscall::open:return,
66 * open entry above, we want to also speculate the open return.
73 syscall::open:return,
84 syscall::open:return,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d40 syscall::open:entry,
55 syscall::open:return,
63 syscall::open:return,
71 syscall::open:return,
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dnlist.c41 fd = open(name, O_RDONLY, 0);
/illumos-gate/usr/src/cmd/keyserv/
H A Ddetach.c69 (void) open("/dev/null", O_RDWR, 0);
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.h47 extern int open(const char *, int);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dvpopen.c33 /* vpopen - view path version of the open system call */
50 if ((returncode = open(path, oflag, 0666)) == -1 && *path != '/' &&
55 if ((returncode = open(buf, oflag, 0666)) != -1) {
/illumos-gate/usr/src/cmd/bnu/
H A Dxqt.c69 (void) open("/dev/null", 0);
70 (void) open("/dev/null", 1);
71 (void) open("/dev/null", 1);
108 (void) open("/dev/null", 2);
109 (void) open("/dev/null", 2);
110 (void) open("/dev/null", 2);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c76 * To test the fds[] array, we open /dev/null (a file with reliable
79 fds[n++] = open(file, O_RDONLY);
80 fds[n++] = open(file, O_WRONLY);
81 fds[n++] = open(file, O_RDWR);
83 fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC |
87 fds[n++] = open(file, O_RDWR);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dopen.c25 * -last 3 arg open
30 #if !defined(open) || !defined(_ast_O_LOCAL)
32 NoN(open)
36 #undef open
38 extern int open(const char*, int, ...);
97 else if ((fd = open(path, op & (_ast_O_LOCAL-1), mode)) < 0)
115 else fd = open(path, op, mode);
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
H A Dnlist.c42 fd = open(name, O_RDONLY, 0);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmkstemp.c29 while ((fd = open(as, O_CREAT|O_EXCL|O_RDWR, 0600)) == -1) {
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c36 open(char *path, int flags, int mode) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dopen.c33 open(char *path, int flags, int mode) function
/illumos-gate/usr/src/cmd/vt/
H A Dvtinfo.c45 if ((fd = open("/dev/vt/0", O_RDONLY)) < 0)
/illumos-gate/usr/src/cmd/sgs/0@0/common/
H A D0@0.c48 if ((fd = open("/dev/zero", O_RDWR)) < 0)
/illumos-gate/usr/src/lib/libast/common/preroot/
H A Drealopen.c25 * disable preroot and open path relative to the real root
40 return(open(buf, mode, perm));

Completed in 83 milliseconds

1234567891011>>