Searched refs:_SC_PAGESIZE (Results 1 – 6 of 6) sorted by relevance
66 jlong pageSize = sysconf(_SC_PAGESIZE); in FileChannelImpl_initIDs()
659 pagesize = (jlong)sysconf(_SC_PAGESIZE); in readCEN()
1451 public static final int _SC_PAGESIZE; field in OsConstants1452 static { _SC_PAGESIZE = 0; }
909 public static final int _SC_PAGESIZE = placeholder(); field in OsConstants
690 initConstant(env, c, "_SC_PAGESIZE", _SC_PAGESIZE); in OsConstants_initConstants()
625 field public static final int _SC_PAGESIZE;