Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out1 before open
2 open: false
5 java.lang.IllegalStateException: consumer not open
6 java.lang.IllegalStateException: consumer not open
7 java.lang.IllegalStateException: consumer not open
8 java.lang.IllegalStateException: consumer not open
9 java.lang.IllegalStateException: consumer not open
10 java.lang.IllegalStateException: consumer not open
11 java.lang.IllegalStateException: consumer not open
12 java.lang.IllegalStateException: consumer not open
[all …]
/titanic_44/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); in open_thunk()
44 vroot_args.open.flags= flags; in open_vroot()
45 vroot_args.open.mode= mode; in open_vroot()
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsshpty.c84 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
101 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY); in pty_allocate()
123 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
149 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY); in pty_allocate()
158 *ttyfd = open(name, O_RDWR | O_NOCTTY); in pty_allocate()
182 *ptyfd = open(buf, O_RDWR|O_NOCTTY); in pty_allocate()
187 *ttyfd = open(namebuf, O_RDWR|O_NOCTTY); in pty_allocate()
212 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate()
217 *ptyfd = open(buf, O_RDWR | O_NOCTTY); in pty_allocate()
223 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY); in pty_allocate()
[all …]
/titanic_44/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);
/titanic_44/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
57 syscall::open*:return
/titanic_44/usr/src/lib/libast/common/comp/
H A Dopen.c30 #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);
/titanic_44/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c79 fds[n++] = open(file, O_RDONLY); in main()
80 fds[n++] = open(file, O_WRONLY); in main()
81 fds[n++] = open(file, O_RDWR); in main()
83 fds[n++] = open(file, O_RDWR | O_APPEND | O_CREAT | O_DSYNC | in main()
87 fds[n++] = open(file, O_RDWR); in main()
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c37 struct open_param *op = &sr->arg.open; in smb_pre_create()
40 bzero(op, sizeof (sr->arg.open)); in smb_pre_create()
80 struct open_param *op = &sr->arg.open; in smb_pre_create_new()
83 bzero(op, sizeof (sr->arg.open)); in smb_pre_create_new()
122 struct open_param *op = &sr->arg.open; in smb_pre_create_temporary()
126 bzero(op, sizeof (sr->arg.open)); in smb_pre_create_temporary()
150 struct open_param *op = &sr->arg.open; in smb_com_create_temporary()
181 struct open_param *op = &sr->arg.open; in smb_common_create()
H A Dsmb_nt_create_andx.c171 struct open_param *op = &sr->arg.open; in smb_pre_nt_create_andx()
177 bzero(op, sizeof (sr->arg.open)); in smb_pre_nt_create_andx()
224 if (sr->arg.open.dir != NULL) { in smb_post_nt_create_andx()
225 smb_ofile_release(sr->arg.open.dir); in smb_post_nt_create_andx()
226 sr->arg.open.dir = NULL; in smb_post_nt_create_andx()
233 struct open_param *op = &sr->arg.open; in smb_com_nt_create_andx()
H A Dsmb_nt_transact_create.c55 struct open_param *op = &sr->arg.open; in smb_pre_nt_transact_create()
65 bzero(op, sizeof (sr->arg.open)); in smb_pre_nt_transact_create()
125 smb_sd_t *sd = sr->arg.open.sd; in smb_post_nt_transact_create()
135 if (sr->arg.open.dir != NULL) in smb_post_nt_transact_create()
136 smb_ofile_release(sr->arg.open.dir); in smb_post_nt_transact_create()
142 struct open_param *op = &sr->arg.open; in smb_nt_transact_create()
H A Dsmb_open_andx.c220 struct open_param *op = &sr->arg.open; in smb_pre_open()
223 bzero(op, sizeof (sr->arg.open)); in smb_pre_open()
244 struct open_param *op = &sr->arg.open; in smb_com_open()
323 struct open_param *op = &sr->arg.open; in smb_pre_open_andx()
329 bzero(op, sizeof (sr->arg.open)); in smb_pre_open_andx()
370 struct open_param *op = &sr->arg.open; in smb_com_open_andx()
470 struct open_param *op = &sr->arg.open; in smb_com_trans2_open2()
477 bzero(op, sizeof (sr->arg.open)); in smb_com_trans2_open2()
/titanic_44/usr/src/cmd/dtrace/demo/spec/
H A Dspecopen.d29 syscall::open:entry,
59 syscall::open:return,
73 syscall::open:return,
84 syscall::open:return,
/titanic_44/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,
/titanic_44/usr/src/lib/libnisdb/
H A Ddb_log.cc82 if (open() == TRUE) { // open log in execute_on_log()
218 if ((from = open(oldname, O_RDONLY, 0666)) < 0) { in copy_log_file()
225 if ((to = open(newname, O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0) { in copy_log_file()
343 db_log::open(void) { in open() function in db_log
350 ret = pickle_file::open(); in open()
359 ret = pickle_file::open(); in open()
368 ret = pickle_file::open(); in open()
388 ret = pickle_file::open(); in open()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cygwin_util.c50 #if defined(open) && open == binary_open
51 # undef open
53 #if defined(pipe) && open == binary_pipe
65 return open(filename, flags | O_BINARY, mode); in binary_open()
/titanic_44/usr/src/lib/libproc/common/
H A Dproc_get_info.c62 if ((fd = open(fname, O_RDONLY)) >= 0) { in proc_get_cred()
83 if ((fd = open(fname, O_RDONLY)) >= 0) { in proc_get_priv()
113 if ((fd = open(fname, O_RDONLY)) < 0) in proc_get_ldt()
144 if ((fd = open(fname, O_RDONLY)) >= 0) { in proc_get_psinfo()
161 if ((fd = open(fname, O_RDONLY)) >= 0) { in proc_get_status()
184 if ((fd = open(fname, O_RDONLY)) >= 0) { in proc_get_auxv()
/titanic_44/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64
105 #pragma redefine_extname open64 open
117 #define open64 open
132 extern int open(const char *, int, ...);
/titanic_44/usr/src/ucbhead/sys/
H A Dfcntl.h215 #pragma redefine_extname open open64
218 #define open open64 macro
225 #pragma redefine_extname open64 open
228 #define open64 open
235 extern int open(const char *, int, ...);
/titanic_44/usr/src/psm/stand/bootblks/common/
H A Dutil.fth93 instance defer cif-open ( dev$ -- ihandle|0 )
106 " open" find-cif-method to cif-open
190 : open-abort ( file$ -- )
191 cr ." Can't open " type cr abort
194 /buf-len buffer: open-cstr
196 : dev-open ( dev$ -- ih | 0 )
197 \ copy to C string for open
198 0 over open-cstr + c!
199 open-cstr swap move
200 open-cstr cif-open
/titanic_44/usr/src/lib/libsqlite/test/
H A Dcopy.test24 set f [open data1.txt w]
28 set f [open data2.txt w]
33 set f [open data3.txt w]
37 set f [open data4.txt w]
41 set f [open data5.txt w]
45 set f [open dataX.txt w]
132 set f [open data21.txt w]
143 set fd [open data6.txt w]
154 set fd [open data6.txt w]
166 set fd [open data6.txt w]
[all …]
/titanic_44/usr/src/cmd/sh/
H A Dexpand.c78 BOOL open; in expand() local
81 open = 0; in expand()
99 open = 0; in expand()
103 open++; in expand()
107 if (open == 0) in expand()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java44 consumer.open(); in main()
72 consumer.open(); in main()
97 consumer.open(); in main()
124 consumer.open(); in main()
/titanic_44/usr/src/test/zfs-tests/cmd/dir_rd_update/
H A Ddir_rd_update.c77 testdd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
87 int fd = open(dirpath, O_RDONLY|O_RSYNC|O_SYNC|O_DSYNC); in main()
101 int fd = open(dirpath, O_RDONLY); in main()
/titanic_44/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c70 if ((fd = open(DUID_FILE, O_RDONLY)) == -1) in read_stable_duid()
107 if ((fd = open(DUID_FILE, O_WRONLY | O_CREAT, 0644)) == -1) in write_stable_duid()
198 if ((fd = open(IAID_FILE, O_RDONLY)) == -1) in read_stable_iaid()
224 if ((fd = open(IAID_FILE, O_RDWR | O_CREAT, 0644)) == -1) in write_stable_iaid()
268 if ((fd = open(IAID_FILE, O_RDONLY)) == -1) in make_stable_iaid()
/titanic_44/usr/src/cmd/ttymon/
H A Dtmsac.c59 if ((Lckfd = open(PIDFILE, O_RDONLY)) != -1) { in openpid()
66 if ((Lckfd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC, 0644 )) != 0) in openpid()
89 Sfd = open(SACPIPE, O_WRONLY); in openpipes()
93 Pfd = open(PMPIPE, O_RDWR|O_NONBLOCK); in openpipes()

12345678910>>...61