Home
last modified time | relevance | path

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

12345678910>>...62

/titanic_52/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_52/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_52/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_52/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
/titanic_52/usr/src/contrib/ast/src/lib/libast/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);
/titanic_52/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 in main()
79 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_52/usr/src/uts/common/fs/smbsrv/
H A Dsmb_create.c32 * open the file and return a fid. The file is specified using a
38 struct open_param *op = &sr->arg.open; in smb_pre_create()
41 bzero(op, sizeof (sr->arg.open)); in smb_pre_create()
81 struct open_param *op = &sr->arg.open; in smb_pre_create_new()
84 bzero(op, sizeof (sr->arg.open)); in smb_pre_create_new()
123 struct open_param *op = &sr->arg.open; in smb_pre_create_temporary()
127 bzero(op, sizeof (sr->arg.open)); in smb_pre_create_temporary()
151 struct open_param *op = &sr->arg.open; in smb_com_create_temporary()
182 struct open_param *op = &sr->arg.open; in smb_common_create()
H A Dsmb_nt_create_andx.c27 * This command is used to create or open a file or directory.
38 * This command is used to create or open a file or directory.
52 * 0x08 - Target of open must be
54 * ULONG RootDirectoryFid; If non-zero, open is relative to
68 * STRING Name[]; File to open or create
85 * FILE_SHARE_READ 0x00000001 Other open operations can be performed on
87 * FILE_SHARE_WRITE 0x00000002 Other open operations can be performed on
89 * FILE_SHARE_DELETE 0x00000004 Other open operations can be performed on
104 * open the file with at least GENERIC_WRITE access. The
171 struct open_param *op = &sr->arg.open; in smb_pre_nt_create_andx()
[all...]
H A Dsmb_nt_transact_create.c27 * This command is used to create or open a file or directory, when EAs
42 * This command is used to create or open a file or directory, when EAs
55 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.c44 * USHORT DesiredAccess; File open mode
114 * oplocks during open.
178 * depends on the open and deny modes specified when the file was opened
181 * The MS-DOS compatibility mode of file open provides exclusion at the
182 * client level. A file open in compatibility mode may be opened (also in
185 * client. If the first client has the file open for writing, then the
187 * client has the file open only for reading, then other clients may open
190 * or .COM other clients are permitted to open the file regardless of
191 * read/write open mode
[all...]
/titanic_52/usr/src/contrib/ast/lib/package/
H A Dast-open.pkg1 ast-open :PACKAGE: \
12 :LICENSE: *.open
16 :INDEX: ksh, pax, nmake, sfio, and ast open source commands and libraries
19 The AT&T Software Technology ast-open package from AT&T Research
20 contains all of the ast open source commands and libraries.
/titanic_52/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_52/usr/src/cmd/dtrace/demo/spec/
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,
/titanic_52/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
348 WRITELOCK(this, FALSE, "w db_log::open"); in open()
350 ret = pickle_file::open(); in open()
351 WRITEUNLOCK(this, ret, "wu db_log::open"); in open()
359 ret = pickle_file::open(); in open()
360 WRITEUNLOCK(this, ret, "wu db_log::open"); in open()
[all...]
/titanic_52/usr/src/lib/libproc/common/
H A Dproc_get_info.c41 * open() / read() / close() of the necessary /proc files so the
62 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_52/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_52/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
[all...]
/titanic_52/usr/src/ucbhead/sys/
H A Dfcntl.h52 /* Flag values accessible to open(2) and fcntl(2) */
53 /* (The first three can only be set by open) */
67 /* Flag values accessible only to open(2) */
68 #define O_CREAT 00400 /* open with file create (uses third open arg) */
69 #define O_TRUNC 01000 /* open with truncation */
70 #define O_EXCL 02000 /* exclusive open */
134 /* open-only modes */
216 #pragma redefine_extname open open64
219 #define open open6 macro
[all...]
/titanic_52/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 data
[all...]
/titanic_52/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_52/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_52/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()
79 (void) printf("%s: open(<%s>, 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_52/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_52/usr/src/cmd/ttymon/
H A Dtmsac.c45 * openpid - open the pid and put ttymon's pid in it
58 /* open for read first, otherwise, may delete the pid already there*/ in openpid()
59 if ((Lckfd = open(PIDFILE, O_RDONLY)) != -1) { in openpid()
66 if ((Lckfd = open(PIDFILE, O_WRONLY|O_CREAT|O_TRUNC, 0644 )) != 0) in openpid()
67 fatal("open pid file failed: %s", strerror(errno)); in openpid()
80 * openpipes() -- open pmpipe and sacpipe to communicate with SAC
89 Sfd = open(SACPIPE, O_WRONLY); in openpipes()
91 fatal("open sacpipe failed: %s", strerror(errno)); in openpipes()
93 Pfd = open(PMPIPE, O_RDWR|O_NONBLOCK); in openpipes()
95 fatal("open pmpip in openpipes()
[all...]
/titanic_52/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c77 if ((fd = open(path, O_RDONLY)) < 0) in ecache_scan_dir()
133 if ((fd = open(cmd.cmd_ecache_dev, O_RDONLY)) < 0) { in cmd_ecache_flush()
142 (fd = open(cmd.cmd_ecache_dev, O_RDONLY)) < 0) in cmd_ecache_flush()

12345678910>>...62