Uses of Class
oshi.jna.platform.unix.NativeSizeTByReference
| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for macOS.
|
| oshi.jna.platform.unix.freebsd |
Provides extensions of JNA libraries for FreeBSD.
|
| oshi.jna.platform.unix.openbsd |
Provides extensions of JNA libraries for FreeBSD.
|
-
Uses of NativeSizeTByReference in oshi.jna.platform.mac
Methods in oshi.jna.platform.mac with parameters of type NativeSizeTByReference Modifier and Type Method Description intSystemB. 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(java.lang.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(java.lang.String name, com.sun.jna.Pointer mibp, NativeSizeTByReference sizep) -
Uses of NativeSizeTByReference in oshi.jna.platform.unix.freebsd
Methods in oshi.jna.platform.unix.freebsd with parameters of type NativeSizeTByReference Modifier and Type Method Description intFreeBsdLibc. 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.intFreeBsdLibc. sysctlbyname(java.lang.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.intFreeBsdLibc. sysctlnametomib(java.lang.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. -
Uses of NativeSizeTByReference in oshi.jna.platform.unix.openbsd
Methods in oshi.jna.platform.unix.openbsd with parameters of type NativeSizeTByReference Modifier and Type Method Description intOpenBsdLibc. 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)