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

<<1112131415

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp282 if ((lwpfd = ::open(lwpstatusfile, O_RDONLY)) < 0) {
283 perror("thr_mutator_status: open lwpstatus");
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp269 if ((lwpfd = open(lwpstatusfile, O_RDONLY)) < 0) {
270 perror("thr_mutator_status: open lwpstatus");
306 //open failed, presume no support for SSE
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp406 _fd = open(file_name, O_WRONLY | O_CREAT | O_TRUNC, 0666);
501 tty->print_cr("failed to open rotation log file %s due to %s\n",
598 // Try again to open the file.
601 "Warning: Cannot open log file: %s\n", try_name);
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c149 s = open (driver, O_RDWR);
1222 * Couldn't open /proc/net/if_inet6
H A DNetworkInterface.c1553 if ((fd = open(style1dev, O_RDWR)) < 0) {
1555 * Can't open it. We probably are missing the privilege.
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c267 dirFile = open ( fontDirPath, O_RDONLY, 0 );
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11Renderer.c942 srData = (*pFuncs->open)(env, si);
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Ddgif_lib.c95 if ((FileHandle = open(FileName, O_RDONLY
252 * this routine is called automatically from DGif file open routines.
262 /* This file was NOT open for reading: */
316 /* This file was NOT open for reading: */
358 /* This file was NOT open for reading: */
455 /* This file was NOT open for reading: */
498 /* This file was NOT open for reading: */
543 /* This file was NOT open for reading: */
601 /* This file was NOT open for reading: */
670 /* This file was NOT open fo
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DConfig.java1266 List<String> srchlist = ResolverConfiguration.open().searchlist();
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp209 // found file, open it
210 int file_handle = os::open(path, 0, 0);
341 // Set up meta index which allows us to open boot jars lazily if
1129 jint fd; /* open file descriptor */
1162 jint fd; /* open file descriptor */
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DRealTimeSequencer.java148 /** if we need to autoconnect at next open */
241 // sequencer not open: throw an exception
243 throw new IllegalStateException("sequencer not open");
267 throw new IllegalStateException("sequencer not open");
291 throw new IllegalStateException("Sequencer not open");
301 throw new IllegalStateException("Sequencer not open");
752 // throw new MidiUnavailableException("unable to open sequencer");
779 synth.open();
810 // only set caches if open and sequence is set
855 * re-establish the connection at next open!
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.c55 #define open64 open
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java877 open(i, 1);
2597 void open(int pos, int len) { method in class:XMLKit.Element
2607 // Reallocate and open up at parts[pos] to at least len empty places.
2645 open(pos, len);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java559 connection.open();
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp864 "Could not open settings file %s\n", file_name);
2874 rd++; // don't copy open quote
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp2553 int result = os::open(fname, flags, mode);

Completed in 92 milliseconds

<<1112131415