Searched defs:k_siginfo (Results 1 – 1 of 1) sorted by relevance
381 typedef struct k_siginfo { struct382 int si_signo; /* signal from signal.h */383 int si_code; /* code from above */384 int si_errno; /* error from errno.h */386 int si_pad; /* _LP64 union starts on an 8-byte boundary */388 union {440 } k_siginfo_t; argument