Searched refs:siginfo32_t (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 52 extern void siginfo_32_to_n(const siginfo32_t *, siginfo_t *); 70 extern void siginfo_n_to_32(const siginfo_t *, siginfo32_t *);
|
H A D | pr_waitid.c | 53 siginfo32_t siginfo32; in pr_waitid()
|
H A D | P32ton.c | 98 siginfo_32_to_n(const siginfo32_t *src, siginfo_t *dst) in siginfo_32_to_n() 472 siginfo_n_to_32(const siginfo_t *src, siginfo32_t *dst) in siginfo_n_to_32() 474 (void) memset(dst, 0, sizeof (siginfo32_t)); in siginfo_n_to_32()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | siginfo.h | 370 } siginfo32_t; typedef 484 extern void siginfo_kto32(const k_siginfo_t *, siginfo32_t *); 485 extern void siginfo_32tok(const siginfo32_t *, k_siginfo_t *);
|
H A D | procfs.h | 585 siginfo32_t pr_info; /* info associated with signal or fault */
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | sendsig.c | 400 siginfo32_t *sip_addr; in sendsig32() 408 minstacksz += SA32(sizeof (siginfo32_t)); in sendsig32() 467 siginfo32_t si32; in sendsig32() 482 sip_addr = (siginfo32_t *)fp; in sendsig32()
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 1230 siginfo32_t *sip_addr; in sendsig32() 1263 minstacksz += sizeof (siginfo32_t); in sendsig32() 1374 siginfo32_t si32; in sendsig32() 1386 uzero(sp, sizeof (siginfo32_t)); in sendsig32() 1387 copyout_noerr(&si32, sp, sizeof (siginfo32_t)); in sendsig32() 1388 sip_addr = (siginfo32_t *)sp; in sendsig32() 1389 sp += sizeof (siginfo32_t); in sendsig32()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 134 s2 = s1 + sizeof (siginfo32_t); in dtrace_getustack_common() 338 s2 = s1 + sizeof (siginfo32_t); in dtrace_getufpstack()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | old_procfs.h | 480 siginfo32_t pr_info; /* Info associated with signal or fault */
|
/titanic_41/usr/src/uts/sparc/sys/ |
H A D | old_procfs.h | 479 siginfo32_t pr_info; /* Info associated with signal or fault */
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1107 siginfo32_t ul_siginfo; /* deferred siginfo */
|
/titanic_41/usr/src/uts/common/os/ |
H A D | exit.c | 1157 siginfo32_t info32; in waitsys32()
|
H A D | sig.c | 2732 siginfo_kto32(const k_siginfo_t *src, siginfo32_t *dest) in siginfo_kto32() 2803 siginfo_32tok(const siginfo32_t *src, k_siginfo_t *dest) in siginfo_32tok()
|
/titanic_41/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 504 siginfo32_t siginfo; /* PCSSIG */ 544 size += sizeof (siginfo32_t); in ctlsize32()
|
H A D | prioctl.c | 1722 siginfo32_t info; in prioctl32()
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 2112 siginfo32_t si32; in elfcore()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 2802 print_siginfo32(private_t *pri, const siginfo32_t *sip) in print_siginfo32()
|