3 references to SysConfName
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.SysConf.cs (1)
17
internal static partial long SysConf(
SysConfName
name);
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (2)
56
private static int GetSystemPageSize() => CheckedSysConf(Interop.Sys.
SysConfName
._SC_PAGESIZE);
61
private static int CheckedSysConf(Interop.Sys.
SysConfName
name)