Searched refs:open (Results 301 - 325 of 366) sorted by relevance

<<1112131415

/openjdk7/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DSend.java91 channel = SctpMultiChannel.open();
228 serverChannel = SctpMultiChannel.open().bind(null);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c200 testdevpollfd = open("/dev/poll",O_RDWR);
235 * this tells me the max number of open filedescriptors
297 ioeh->devpollfd = open("/dev/poll",O_RDWR);
301 return MEMORY_EXCEPTION("CreatePoller - can\'t open /dev/poll");
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp211 int partial_fd = open(partial_file, O_RDONLY);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDataPusher.java98 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
99 source.open(format);
H A DModelByteBufferWavetable.java237 public ModelOscillatorStream open(float samplerate) { method in class:ModelByteBufferWavetable
H A DSoftAbstractResampler.java85 public void open(ModelWavetable osc, float outputsamplerate) method in class:SoftAbstractResampler.ModelAbstractResamplerStream
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DEnv.java63 connection.open();
H A DVMConnection.java176 * An "open" or "active" enclosing state is where
182 * is used to signal a non open enclosing state
209 // potential match to close open enclosing
221 // no open enclosing state
227 // set open enclosing state by
246 // no open enclosing state
324 synchronized VirtualMachine open() { method in class:VMConnection
341 * Now that the vm connection is open, fetch the debugee
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.h139 int *open);
/openjdk7/jdk/src/solaris/native/sun/tools/attach/
H A DBsdVirtualMachine.c262 RESTARTABLE(open(_path, O_CREAT | O_EXCL, S_IWUSR | S_IRUSR), fd);
268 JNU_ThrowIOExceptionWithLastError(env, "open");
H A DSolarisVirtualMachine.c49 * Method: open
63 fd = open(p, O_RDWR);
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DConnectState.java119 SocketChannel sc = SocketChannel.open();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftTuning/
H A DRealTimeTuning.java51 public ModelOscillatorStream open(float samplerate) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp595 open, // initial edge state; unprocessed enumerator in enum:CFGEdge::__anon296
602 _from_pct(from_pct), _to_pct(to_pct), _state(open) {
H A Dblock.cpp1072 case open:
1073 tty->print("open");
1233 if (e->state() != CFGEdge::open) continue;
1256 // (Or we could remember the first "open" edge, and reset there)
1278 if (e->state() != CFGEdge::open) continue;
1332 } else if (e->state() == CFGEdge::open) {
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java556 FileSystem fs = FileSystem.open();
598 FileSystem fs = FileSystem.open();
728 * attackers could hijack open connections by guessing their
/openjdk7/hotspot/agent/test/jdi/
H A DVMConnection.java180 synchronized VirtualMachine open() { method in class:VMConnection
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djvm_dtrace.c55 #define JVM_ERR_CANT_OPEN_DOOR "cannot open door file"
120 RESTARTABLE(open(path, flag), ret);
180 /* open door file for the given JVM */
189 print_debug("cannot open door file %s\n", path);
267 print_debug("Unable to open door to process %d\n", pid);
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djvm_dtrace.c55 #define JVM_ERR_CANT_OPEN_DOOR "cannot open door file"
120 RESTARTABLE(open(path, flag), ret);
180 /* open door file for the given JVM */
189 print_debug("cannot open door file %s\n", path);
267 print_debug("Unable to open door to process %d\n", pid);
/openjdk7/jdk/test/com/sun/jdi/
H A DVMConnection.java186 synchronized VirtualMachine open() { method in class:VMConnection
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java341 FileSystem fs = FileSystem.open();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSimpleAsynchronousFileChannelImpl.java65 public static AsynchronousFileChannel open(FileDescriptor fdo, method in class:SimpleAsynchronousFileChannelImpl
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp911 // see if log file is already open
913 // open log file
920 fd = open(buffer, O_RDWR | O_CREAT | O_TRUNC, 0666);
931 fd = open(buffer, O_RDWR | O_CREAT | O_TRUNC, 0666);
940 fd = open(buffer, O_RDWR | O_CREAT | O_TRUNC, 0666);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp234 // This function is a complete substitute for the open system call
235 // since it's also used to override open calls from libproc to
253 fd = open(alt_path, O_RDONLY);
264 fd = open(alt_path, O_RDONLY);
282 return open(name, oflag, mode);
645 // open the classes[_g].jsa
649 sprintf(errMsg, "can't open shared archive file %s", classes_jsa);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSelectorImpl.java344 selector = Selector.open();
347 dprint(".startSelector: Selector.open: IOException: " + e);
351 new RuntimeException(".startSelector: Selector.open exception");

Completed in 73 milliseconds

<<1112131415