Home
last modified time | relevance | path

Searched defs:prstatus32 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/intel/sys/
H A Dold_procfs.h476 typedef struct prstatus32 { struct
477 int32_t pr_flags; /* Flags */
478 short pr_why; /* Reason for process stop (if stopped) */
479 short pr_what; /* More detailed reason */
480 siginfo32_t pr_info; /* Info associated with signal or fault */
481 short pr_cursig; /* Current signal */
482 ushort_t pr_nlwp; /* Number of lwps in the process */
483 sigset_t pr_sigpend; /* Set of signals pending to the process */
484 sigset_t pr_sighold; /* Set of signals held (blocked) by the lwp */
485 struct sigaltstack32 pr_altstack; /* Alternate signal stack info */
[all …]
/titanic_44/usr/src/uts/sparc/sys/
H A Dold_procfs.h475 typedef struct prstatus32 { struct
476 int32_t pr_flags; /* Flags */
477 short pr_why; /* Reason for process stop (if stopped) */
478 short pr_what; /* More detailed reason */
479 siginfo32_t pr_info; /* Info associated with signal or fault */
480 short pr_cursig; /* Current signal */
481 ushort_t pr_nlwp; /* Number of lwps in the process */
482 sigset_t pr_sigpend; /* Set of signals pending to the process */
483 sigset_t pr_sighold; /* Set of signals held (blocked) by the lwp */
484 struct sigaltstack32 pr_altstack; /* Alternate signal stack info */
[all …]