Package oshi.jna.platform.unix
Class SolarisLibc.SolarisLwpsInfo
- java.lang.Object
-
- oshi.jna.platform.unix.SolarisLibc.SolarisLwpsInfo
-
- Enclosing interface:
- SolarisLibc
public static class SolarisLibc.SolarisLwpsInfo extends java.lang.Object
Nested Structure for psinfo file
-
-
Field Summary
Fields Modifier and Type Field Description com.sun.jna.Pointer
pr_addr
int
pr_bindpro
int
pr_bindpset
byte[]
pr_clname
byte
pr_cpu
int
pr_flag
long
pr_last_onproc
int
pr_lgrp
int
pr_lwpid
byte[]
pr_name
byte
pr_nice
byte[]
pr_oldname
byte
pr_oldpri
int
pr_onpro
short
pr_pad
short
pr_pctcpu
int
pr_pri
byte
pr_sname
SolarisLibc.Timestruc
pr_start
byte
pr_state
byte
pr_stype
short
pr_syscall
SolarisLibc.Timestruc
pr_time
com.sun.jna.Pointer
pr_wchan
-
Constructor Summary
Constructors Constructor Description SolarisLwpsInfo(java.nio.ByteBuffer buff)
-
-
-
Field Detail
-
pr_flag
public int pr_flag
-
pr_lwpid
public int pr_lwpid
-
pr_addr
public com.sun.jna.Pointer pr_addr
-
pr_wchan
public com.sun.jna.Pointer pr_wchan
-
pr_stype
public byte pr_stype
-
pr_state
public byte pr_state
-
pr_sname
public byte pr_sname
-
pr_nice
public byte pr_nice
-
pr_syscall
public short pr_syscall
-
pr_oldpri
public byte pr_oldpri
-
pr_cpu
public byte pr_cpu
-
pr_pri
public int pr_pri
-
pr_pctcpu
public short pr_pctcpu
-
pr_pad
public short pr_pad
-
pr_start
public SolarisLibc.Timestruc pr_start
-
pr_time
public SolarisLibc.Timestruc pr_time
-
pr_clname
public byte[] pr_clname
-
pr_oldname
public byte[] pr_oldname
-
pr_onpro
public int pr_onpro
-
pr_bindpro
public int pr_bindpro
-
pr_bindpset
public int pr_bindpset
-
pr_lgrp
public int pr_lgrp
-
pr_last_onproc
public long pr_last_onproc
-
pr_name
public byte[] pr_name
-
-