Searched defs:open (Results 1 - 25 of 55) sorted by relevance

123

/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/lib/libnisdb/
H A Ddb_pickle.cc55 * Returns TRUE if open was successful; FALSE otherwise.
58 pickle_file::open() function in class:pickle_file
60 WRITELOCK(this, FALSE, "w pickle_file::open");
77 WRITEUNLOCK(this, FALSE, "wu pickle_file::open");
80 WRITEUNLOCK(this, FALSE, "wu pickle_file::open");
109 if (open()) {
H A Ddb_log.cc82 if (open() == TRUE) { // open log
218 if ((from = open(oldname, O_RDONLY, 0666)) < 0) {
225 if ((to = open(newname, O_WRONLY|O_CREAT|O_TRUNC, 0660)) < 0) {
343 db_log::open(void) { function in class:db_log
348 WRITELOCK(this, FALSE, "w db_log::open");
350 ret = pickle_file::open();
351 WRITEUNLOCK(this, ret, "wu db_log::open");
359 ret = pickle_file::open();
360 WRITEUNLOCK(this, ret, "wu db_log::open");
[all...]
/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/device_remap/
H A Ddevice_remap.pl62 sub open { subroutine
71 return unless open(MD, "$self->{NAME}");
264 open(IN, "<", $in) or die "can't open $in\n";
265 open(OUT, ">", $out) or die "can't open $out\n";
395 $md->open;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dopen.c1 /* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */
34 * @(#)open.c 8.1 (Berkeley) 6/11/93
92 open(const char *fname, int mode) function
132 /* pass file name to the different filesystem open routines */
/illumos-gate/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64 macro
105 #pragma redefine_extname open64 open
117 #define open64 open
132 extern int open(const char *, int, ...);
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c78 BOOL open; local
81 open = 0;
99 open = 0;
103 open++;
107 if (open == 0)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c55 * Common code for openat(). Check permissions, allocate an open
56 * file structure, and call the device open routine (if any).
89 * Regular open()
188 * For __openattrdirat() use "." as filename to open
301 open(char *path, int fmode, int cmode) function
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_thread.h80 uint32_t open; member in struct:emlxs_taskq
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h53 struct { int flags; int mode;} open; member in union:Args
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h77 int (*open)(void *arg, const char *filename, void **h_return); member in struct:loader_callbacks
107 * Seek to a location within an open file
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h60 #define open _open macro
82 /* Eliminate warnings for POSIX clib function names (open, write, etc.) */
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java49 * Optional flags passed to {@link #open(Consumer.OpenFlag[] flags)
50 * open()}.
72 * <pre> {@code consumer.open();}</pre>
76 * @throws NullPointerException if any of the given open flags is
89 public void open(OpenFlag ... flags) throws DTraceException; method in interface:Consumer
111 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
140 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the
228 * #open(OpenFla
[all...]
/illumos-gate/usr/src/lib/libsum/common/
H A Dsumlib.c48 Sum_t* (*open)(const struct Method_s*, const char*); member in struct:Method_s
270 * open sum method name
288 return (*methods[n].open)(&methods[n], name);
347 * close an open sum handle
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java82 open(location, perms);
126 public void open(String location, int perms) throws PoolsException method in class:Configuration

Completed in 102 milliseconds

123