Searched refs:idtype (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp80 typedef lgrp_id_t (*lgrp_home_func_t)(idtype_t idtype, id_t id);
H A Dos_solaris.cpp3869 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 2271 milliseconds