Uses of Class
oshi.jna.platform.unix.NativeSizeTByReference
Packages that use NativeSizeTByReference
Package
Description
Provides extensions of JNA libraries for macOS.
Provides extensions of JNA libraries for Unix.
-
Uses of NativeSizeTByReference in oshi.jna.platform.mac
Methods in oshi.jna.platform.mac with parameters of type NativeSizeTByReferenceModifier and TypeMethodDescriptionintSystemB.sysctl(int[] name, int namelen, com.sun.jna.Pointer oldp, NativeSizeTByReference oldlenp, com.sun.jna.Pointer newp, com.sun.jna.platform.unix.LibCAPI.size_t newlen)intSystemB.sysctlbyname(String name, com.sun.jna.Pointer oldp, NativeSizeTByReference oldlenp, com.sun.jna.Pointer newp, com.sun.jna.platform.unix.LibCAPI.size_t newlen)intSystemB.sysctlnametomib(String name, com.sun.jna.Pointer mibp, NativeSizeTByReference sizep) -
Uses of NativeSizeTByReference in oshi.jna.platform.unix
Methods in oshi.jna.platform.unix with parameters of type NativeSizeTByReferenceModifier and TypeMethodDescriptionintCLibrary.sysctl(int[] name, int namelen, com.sun.jna.Pointer oldp, NativeSizeTByReference oldlenp, com.sun.jna.Pointer newp, com.sun.jna.platform.unix.LibCAPI.size_t newlen)The sysctl() function retrieves system information and allows processes with appropriate privileges to set system information.intCLibrary.sysctlbyname(String name, com.sun.jna.Pointer oldp, NativeSizeTByReference oldlenp, com.sun.jna.Pointer newp, com.sun.jna.platform.unix.LibCAPI.size_t newlen)The sysctlbyname() function accepts an ASCII representation of the name and internally looks up the integer name vector.intCLibrary.sysctlnametomib(String name, com.sun.jna.Pointer mibp, NativeSizeTByReference sizep)The sysctlnametomib() function accepts an ASCII representation of the name, looks up the integer name vector, and returns the numeric representation in the mib array pointed to by mibp.