Home
last modified time | relevance | path

Searched refs:siginfo32_t (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A DP32ton.h52 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 Dpr_waitid.c53 siginfo32_t siginfo32; in pr_waitid()
H A DP32ton.c98 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 Dsiginfo.h370 } 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 Dprocfs.h585 siginfo32_t pr_info; /* info associated with signal or fault */
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsendsig.c400 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 Dv9dep.c1230 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 Dsigtimedwait.c70 siginfo32_t si32; in copyout_siginfo()
H A Dsignotify.c54 siginfo32_t si32; in copyin_siginfo()
/titanic_41/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c134 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 Dold_procfs.h480 siginfo32_t pr_info; /* Info associated with signal or fault */
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h479 siginfo32_t pr_info; /* Info associated with signal or fault */
/titanic_41/usr/src/lib/libc/inc/
H A Dthr_uberdata.h1107 siginfo32_t ul_siginfo; /* deferred siginfo */
/titanic_41/usr/src/uts/common/os/
H A Dexit.c1157 siginfo32_t info32; in waitsys32()
H A Dsig.c2732 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 Dprcontrol.c504 siginfo32_t siginfo; /* PCSSIG */
544 size += sizeof (siginfo32_t); in ctlsize32()
H A Dprioctl.c1722 siginfo32_t info; in prioctl32()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c2112 siginfo32_t si32; in elfcore()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2802 print_siginfo32(private_t *pri, const siginfo32_t *sip) in print_siginfo32()