Searched refs:MAP_FAILED (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DFileChannelImpl.c102 if (mapAddress == MAP_FAILED) {
/openjdk7/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp742 if (mapAddress == MAP_FAILED) {
911 if (mapAddress == MAP_FAILED) {
H A Dos_bsd.cpp2913 if (res != (uintptr_t) MAP_FAILED) {
2946 return res != (uintptr_t) MAP_FAILED;
3130 return res != (uintptr_t) MAP_FAILED;
3167 if (addr != MAP_FAILED) {
3177 return addr == MAP_FAILED ? NULL : addr;
4692 guarantee( polling_page != MAP_FAILED, "os::init_2: failed to allocate polling page" );
4703 guarantee( mem_serialize_page != MAP_FAILED, "mmap Failed for memory serialize page");
5267 if (mapped_address == MAP_FAILED) {
/openjdk7/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp742 if (mapAddress == MAP_FAILED) {
911 if (mapAddress == MAP_FAILED) {
H A Dos_linux.cpp2689 if (res != (uintptr_t) MAP_FAILED) {
2740 if (res != (uintptr_t) MAP_FAILED) {
2981 return res != (uintptr_t) MAP_FAILED;
3095 if (addr != MAP_FAILED) {
3105 return addr == MAP_FAILED ? NULL : addr;
3174 if (p != MAP_FAILED) {
4504 guarantee( polling_page != MAP_FAILED, "os::init_2: failed to allocate polling page" );
4515 guarantee( mem_serialize_page != MAP_FAILED, "mmap Failed for memory serialize page");
5047 if (mapped_address == MAP_FAILED) {
/openjdk7/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp757 if (mapAddress == MAP_FAILED) {
926 if (mapAddress == MAP_FAILED) {
H A Dos_solaris.cpp3146 if (b == MAP_FAILED) {
5807 if (mapped_address == MAP_FAILED) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c55 #if defined(__linux__) && !defined(MAP_FAILED)
56 #define MAP_FAILED ((caddr_t)-1) macro
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.c628 zip->maddr = (mappedAddr == (void*) MAP_FAILED) ? NULL :

Completed in 120 milliseconds