Symbol: siginfo32_t
usr/src/cmd/truss/expound.c
2690
print_siginfo32(private_t *pri, const siginfo32_t *sip)
usr/src/lib/libc/inc/thr_uberdata.h
1147
siginfo32_t ul_siginfo; /* deferred siginfo */
usr/src/lib/libproc/common/P32ton.c
470
siginfo_n_to_32(const siginfo_t *src, siginfo32_t *dst)
usr/src/lib/libproc/common/P32ton.c
472
(void) memset(dst, 0, sizeof (siginfo32_t));
usr/src/lib/libproc/common/P32ton.c
96
siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst)
usr/src/lib/libproc/common/P32ton.h
50
extern void siginfo_32_to_n(const siginfo32_t *, siginfo_t *);
usr/src/lib/libproc/common/P32ton.h
68
extern void siginfo_n_to_32(const siginfo_t *, siginfo32_t *);
usr/src/lib/libproc/common/pr_waitid.c
51
siginfo32_t siginfo32;
usr/src/uts/common/exec/elf/elf.c
2490
siginfo32_t si32;
usr/src/uts/common/fs/proc/prcontrol.c
782
siginfo32_t siginfo; /* PCSSIG */
usr/src/uts/common/fs/proc/prcontrol.c
826
{ PCSSIG, sizeof (siginfo32_t), NULL, NULL },
usr/src/uts/common/fs/proc/prioctl.c
1669
siginfo32_t info;
usr/src/uts/common/os/exit.c
1293
siginfo32_t info32;
usr/src/uts/common/os/sig.c
2748
siginfo_kto32(const k_siginfo_t *src, siginfo32_t *dest)
usr/src/uts/common/os/sig.c
2819
siginfo_32tok(const siginfo32_t *src, k_siginfo_t *dest)
usr/src/uts/common/sys/procfs.h
726
siginfo32_t pr_info; /* info associated with signal or fault */
usr/src/uts/common/sys/siginfo.h
482
extern void siginfo_kto32(const k_siginfo_t *, siginfo32_t *);
usr/src/uts/common/sys/siginfo.h
483
extern void siginfo_32tok(const siginfo32_t *, k_siginfo_t *);
usr/src/uts/common/syscall/signotify.c
54
siginfo32_t si32;
usr/src/uts/common/syscall/sigtimedwait.c
70
siginfo32_t si32;
usr/src/uts/intel/dtrace/dtrace_isa.c
135
s2 = s1 + sizeof (siginfo32_t);
usr/src/uts/intel/dtrace/dtrace_isa.c
339
s2 = s1 + sizeof (siginfo32_t);
usr/src/uts/intel/os/sendsig.c
435
siginfo32_t *sip_addr;
usr/src/uts/intel/os/sendsig.c
443
minstacksz += SA32(sizeof (siginfo32_t));
usr/src/uts/intel/os/sendsig.c
509
siginfo32_t si32;
usr/src/uts/intel/os/sendsig.c
524
sip_addr = (siginfo32_t *)fp;
usr/src/uts/intel/sys/old_procfs.h
480
siginfo32_t pr_info; /* Info associated with signal or fault */
usr/src/uts/sparc/sys/old_procfs.h
479
siginfo32_t pr_info; /* Info associated with signal or fault */
usr/src/uts/sparc/v9/os/v9dep.c
1231
siginfo32_t *sip_addr;
usr/src/uts/sparc/v9/os/v9dep.c
1264
minstacksz += sizeof (siginfo32_t);
usr/src/uts/sparc/v9/os/v9dep.c
1375
siginfo32_t si32;
usr/src/uts/sparc/v9/os/v9dep.c
1387
uzero(sp, sizeof (siginfo32_t));
usr/src/uts/sparc/v9/os/v9dep.c
1388
copyout_noerr(&si32, sp, sizeof (siginfo32_t));
usr/src/uts/sparc/v9/os/v9dep.c
1389
sip_addr = (siginfo32_t *)sp;
usr/src/uts/sparc/v9/os/v9dep.c
1390
sp += sizeof (siginfo32_t);