Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsiginfo.h379 typedef struct k_siginfo { struct
380 int si_signo; /* signal from signal.h */
381 int si_code; /* code from above */
382 int si_errno; /* error from errno.h */
384 int si_pad; /* _LP64 union starts on an 8-byte boundary */
386 union {
438 } k_siginfo_t; argument