siginfo32_t
print_siginfo32(private_t *pri, const siginfo32_t *sip)
siginfo32_t ul_siginfo; /* deferred siginfo */
siginfo_n_to_32(const siginfo_t *src, siginfo32_t *dst)
(void) memset(dst, 0, sizeof (siginfo32_t));
siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst)
extern void siginfo_32_to_n(const siginfo32_t *, siginfo_t *);
extern void siginfo_n_to_32(const siginfo_t *, siginfo32_t *);
siginfo32_t siginfo32;
siginfo32_t si32;
siginfo32_t siginfo; /* PCSSIG */
{ PCSSIG, sizeof (siginfo32_t), NULL, NULL },
siginfo32_t info;
siginfo32_t info32;
siginfo_kto32(const k_siginfo_t *src, siginfo32_t *dest)
siginfo_32tok(const siginfo32_t *src, k_siginfo_t *dest)
siginfo32_t pr_info; /* info associated with signal or fault */
extern void siginfo_kto32(const k_siginfo_t *, siginfo32_t *);
extern void siginfo_32tok(const siginfo32_t *, k_siginfo_t *);
siginfo32_t si32;
siginfo32_t si32;
s2 = s1 + sizeof (siginfo32_t);
s2 = s1 + sizeof (siginfo32_t);
siginfo32_t *sip_addr;
minstacksz += SA32(sizeof (siginfo32_t));
siginfo32_t si32;
sip_addr = (siginfo32_t *)fp;
siginfo32_t pr_info; /* Info associated with signal or fault */
siginfo32_t pr_info; /* Info associated with signal or fault */
siginfo32_t *sip_addr;
minstacksz += sizeof (siginfo32_t);
siginfo32_t si32;
uzero(sp, sizeof (siginfo32_t));
copyout_noerr(&si32, sp, sizeof (siginfo32_t));
sip_addr = (siginfo32_t *)sp;
sp += sizeof (siginfo32_t);