Searched defs:idtype (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/os/solaris/vm/ |
H A D | os_solaris.cpp | 3869 static long priocntl_stub(int pcver, idtype_t idtype, id_t id, int cmd, caddr_t arg); 3870 typedef long (*priocntl_type)(int pcver, idtype_t idtype, id_t id, int cmd, caddr_t arg); 3876 static long priocntl_stub(int pcver, idtype_t idtype, id_t id, int cmd, caddr_t arg) { argument 3881 return (*priocntl_ptr)(PC_VERSION, idtype, id, cmd, arg); 3979 rslt = (*priocntl_ptr) (PC_VERSION, (idtype)0, 0, PC_GETCLINFO, (caddr_t)&ClassInfo);
|
Completed in 276 milliseconds