Searched defs:SolarisJDgaDevInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Djdgadevice.h71 * pointer to a SolarisJDgaDevInfo structure. This structure will
130 } SolarisJDgaDevInfo; typedef in typeref:struct:__anon1039
136 SolarisJDgaDevInfo* devInfo; /* Supplied by caller */
147 typedef JDgaStatus (*SolarisJDgaDevFunction)(SolarisJDgaDevInfo*);
163 * It will accept a SolarisJDgaDevInfo structure with a filled-in
167 typedef JDgaStatus SolarisJDgaDevOpenFunc(SolarisJDgaDevInfo* devInfo);
169 JDgaStatus SolarisJDgaDevOpen(SolarisJDgaDevInfo* devInfo);
211 JDgaStatus (*devclose)(SolarisJDgaDevInfo* info);

Completed in 2499 milliseconds