Searched refs:NPT_ERROR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/npt/
H A Dnpt_md.h43 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
46 if ( _handle == NULL ) NPT_ERROR("Cannot open library"); \
48 if ( _sym == NULL ) NPT_ERROR("Cannot find nptInitialize"); \
50 if ( *(pnpt) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \
59 if ( (npt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
61 if ( _handle == NULL ) NPT_ERROR("npt->libhandle is NULL"); \
63 if ( _sym == NULL ) NPT_ERROR("Cannot find nptTerminate"); \
/openjdk7/jdk/src/solaris/npt/
H A Dnpt_md.h44 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
47 if ( _handle == NULL ) NPT_ERROR("Cannot open library"); \
49 if ( _sym == NULL ) NPT_ERROR("Cannot find nptInitialize"); \
51 if ( (*(pnpt)) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \
60 if ( (npt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \
63 if ( _sym == NULL ) NPT_ERROR("Cannot find nptTerminate"); \
/openjdk7/jdk/src/share/npt/
H A Dnpt.c53 NPT_ERROR("NPT version doesn't match");
59 NPT_ERROR("Cannot allocate calloc space for NptEnv*");
H A Dnpt.h40 #define NPT_ERROR(s) { (void)fprintf(stderr, "NPT ERROR: %s\n", s); exit(1); } macro

Completed in 245 milliseconds