Searched refs:OS_ERR (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/os/bsd/vm/
H A DperfMemory_bsd.cpp102 if (result == OS_ERR) {
113 if (result == OS_ERR) {
127 if (result == OS_ERR) {
243 if (result == OS_ERR) {
262 if (result == OS_ERR) {
279 if (result == OS_ERR) {
283 if (result == OS_ERR) {
308 if (result == OS_ERR) {
374 if (result == OS_ERR) {
383 if (result == OS_ERR) {
885 "Process not found", OS_ERR); local
889 "Permission denied", OS_ERR); local
893 os::strerror(errno), OS_ERR); local
[all...]
H A Dos_bsd.inline.hpp133 } while(((int)_result == OS_ERR) && (errno == EINTR))
H A Dos_bsd.cpp2563 return OS_ERR;
2568 return OS_ERR;
2574 return (ret == 0) ? OS_OK : OS_ERR;
2596 return (*priority_ptr != -1 || errno == 0 ? OS_OK : OS_ERR);
/openjdk10/hotspot/src/os/linux/vm/
H A DperfMemory_linux.cpp102 if (result == OS_ERR) {
113 if (result == OS_ERR) {
127 if (result == OS_ERR) {
243 if (result == OS_ERR) {
262 if (result == OS_ERR) {
279 if (result == OS_ERR) {
283 if (result == OS_ERR) {
308 if (result == OS_ERR) {
373 if (result == OS_ERR) {
382 if (result == OS_ERR) {
895 "Process not found", OS_ERR); local
899 "Permission denied", OS_ERR); local
903 os::strerror(errno), OS_ERR); local
[all...]
H A Dos_linux.inline.hpp125 } while(((int)_result == OS_ERR) && (errno == EINTR))
H A Dos_linux.cpp3981 return (ret == 0) ? OS_OK : OS_ERR;
3993 return (*priority_ptr != -1 || errno == 0 ? OS_OK : OS_ERR);
/openjdk10/hotspot/src/os/aix/vm/
H A DperfMemory_aix.cpp103 if (result == OS_ERR) {
114 if (result == OS_ERR) {
128 if (result == OS_ERR) {
243 if (result == OS_ERR) {
261 if (result == OS_ERR) {
277 if (result == OS_ERR) {
281 if (result == OS_ERR) {
310 if (result == OS_ERR) {
321 return OS_ERR;
328 return OS_ERR;
964 "Process not found", OS_ERR); local
968 "Permission denied", OS_ERR); local
972 os::strerror(errno), OS_ERR); local
[all...]
H A Dos_aix.inline.hpp125 } while(((int)_result == OS_ERR) && (errno == EINTR))
H A Dos_aix.cpp2586 return (ret == 0) ? OS_OK : OS_ERR;
2600 return (ret == 0) ? OS_OK : OS_ERR;
/openjdk10/hotspot/src/os/solaris/vm/
H A DperfMemory_solaris.cpp105 if (result == OS_ERR) {
117 if (result == OS_ERR) {
130 if (result == OS_ERR) {
246 if (result == OS_ERR) {
265 if (result == OS_ERR) {
282 if (result == OS_ERR) {
286 if (result == OS_ERR) {
311 if (result == OS_ERR) {
377 if (result == OS_ERR) {
386 if (result == OS_ERR) {
911 "Process not found", OS_ERR); local
915 "Permission denied", OS_ERR); local
919 os::strerror(errno), OS_ERR); local
[all...]
H A Dos_solaris.inline.hpp107 } while((_result == OS_ERR) && (errno == EINTR)); \
H A Dos_solaris.cpp3419 return (status == 0) ? OS_OK : OS_ERR;
3432 return OS_ERR;
5492 if (_result == OS_ERR && errno == EINTR) {
5496 if (_result == OS_ERR) {
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp97 if (fd == OS_ERR) {
106 if (nbytes == OS_ERR) {
120 if (result == OS_ERR) {
370 if (::stat(filename, &statbuf) == OS_ERR) {
497 if (::unlink(path) == OS_ERR) {
1359 if (ret_code == OS_ERR) {
1557 if (::stat(filename, &statbuf) == OS_ERR) {
H A Dos_windows.cpp3442 return ret ? OS_OK : OS_ERR;
3454 return OS_ERR;
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp63 OS_ERR = -1, // Operation failed enumerator in enum:OSReturn
H A Dos.cpp215 return OS_ERR;

Completed in 289 milliseconds