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