5 references to SysConfName
System.Private.CoreLib (5)
LibraryImports.g.cs (2)
8367internal static partial long SysConf(global::Interop.Sys.SysConfName name) 8381static extern unsafe long __PInvoke(global::Interop.Sys.SysConfName __name_native);
src\libraries\Common\src\Interop\Unix\System.Native\Interop.SysConf.cs (1)
17internal static partial long SysConf(SysConfName name);
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (2)
56private static int GetSystemPageSize() => CheckedSysConf(Interop.Sys.SysConfName._SC_PAGESIZE); 61private static int CheckedSysConf(Interop.Sys.SysConfName name)