| /openbsd/src/regress/sys/arch/i386/f00f/ |
| D | f00f.c | 28 handler(int sig, siginfo_t *sip, void *ctx) in handler() argument 31 sip->si_signo, sip->si_code, sip->si_errno); in handler() 34 printf("addr %p, trapno %d\n", sip->si_addr, sip->si_trapno); in handler() 36 ((uint8_t *)sip->si_addr)[0], in handler() 37 ((uint8_t *)sip->si_addr)[1], in handler() 38 ((uint8_t *)sip->si_addr)[2], in handler() 39 ((uint8_t *)sip->si_addr)[3]); in handler() 40 if (*((uint32_t *)sip->si_addr) != 0xc8c70ff0) in handler()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/ |
| D | 900210_07.C | 10 signed int *sip; variable 15 sip = uip; // ERROR - in function() 16 uip = sip; // ERROR - in function()
|
| /openbsd/src/regress/sys/kern/signal/siginfo_addr/ |
| D | siginfo_addr.c | 11 handler(int sig, siginfo_t *sip, void *scp) in handler() argument 15 if (sip == NULL) in handler() 17 if (sip->si_addr == 0) /* wrong address */ in handler()
|
| /openbsd/src/sys/sys/ |
| D | siginfo.h | 42 #define SI_FROMUSER(sip) ((sip)->si_code <= 0) argument 43 #define SI_FROMKERNEL(sip) ((sip)->si_code > 0) argument
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | sig_machdep.c | 104 siginfo_t *sip = NULL; in sendsig() local 141 sip = &fp->sf_si; in sendsig() 154 tf->tf_x[1] = (register_t)sip; in sendsig()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | sig_machdep.c | 103 siginfo_t *sip = NULL; in sendsig() local 154 sip = &fp->sf_si; in sendsig() 174 tf->tf_a[1] = (register_t)sip; in sendsig()
|
| /openbsd/src/sys/arch/sh/sh/ |
| D | sh_machdep.c | 456 siginfo_t *sip; in sendsig() local 472 sip = &fp->sf_si; in sendsig() 474 sip = NULL; in sendsig() 492 tf->tf_r5 = (int)sip; /* "sip" argument for handler */ in sendsig()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | mg.c | 1532 Perl_csighandler(int sig, Siginfo_t *sip, void *uap) in Perl_csighandler() argument 1534 Perl_csighandler3(sig, sip, uap); in Perl_csighandler() 1559 Perl_csighandler3(int sig, Siginfo_t *sip PERL_UNUSED_DECL, void *uap PERL_UNUSED_DECL) in Perl_csighandler3() 1571 PERL_UNUSED_ARG(sip); in Perl_csighandler3() 3626 Perl_sighandler(int sig, Siginfo_t *sip, void *uap) in Perl_sighandler() argument 3628 Perl_perly_sighandler(sig, sip, uap, 0); in Perl_sighandler() 3648 Perl_sighandler3(int sig, Siginfo_t *sip PERL_UNUSED_DECL, void *uap PERL_UNUSED_DECL) in Perl_sighandler3() 3650 Perl_perly_sighandler(sig, sip, uap, 0); in Perl_sighandler3() 3663 Perl_perly_sighandler(int sig, Siginfo_t *sip PERL_UNUSED_DECL, in Perl_perly_sighandler() 3742 if (sip && sigaction(sig, 0, &oact) == 0 && oact.sa_flags & SA_SIGINFO) { in Perl_perly_sighandler() [all …]
|
| /openbsd/src/regress/sys/arch/hppa/sfuid/ |
| D | sfuid.c | 23 sigill(int sig, siginfo_t *sip, void *scp) in sigill() argument
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | mipsread.c | 171 alphacoff_locate_sections (bfd *ignore_abfd, asection *sectp, void *sip) in alphacoff_locate_sections() argument 175 si = (struct alphacoff_dynsecinfo *) sip; in alphacoff_locate_sections()
|
| /openbsd/src/regress/sys/kern/rcvtimeo/ |
| D | rcvtimeo.c | 20 sigalarm(int sig, siginfo_t *sip, void *scp) in sigalarm() argument
|
| /openbsd/src/regress/sys/arch/hppa/probe/ |
| D | probe.c | 31 sigsegv(int sig, siginfo_t *sip, void *scp) in sigsegv() argument
|
| /openbsd/src/gnu/llvm/llvm/docs/_static/ |
| D | LoopOptWG_invite.ics | 34 …sip:1450672790@ibm.webex.com\nYou can also dial 173.243.2.68 and enter your meeting number.\n\n\nJ… 35 …sip:1450672790@ibm.webex.com"><FONT SIZE="2" COLOR="#005E7D" FACE="arial">1450672790@ibm.webex.com…
|
| /openbsd/src/gnu/usr.bin/cvs/diff/ |
| D | io.c | 82 sip (current, skip_test) in sip() function 668 int appears_binary = pretend_binary | sip (&filevec[0], skip_test); 671 appears_binary |= sip (&filevec[1], skip_test | appears_binary);
|
| D | diff.h | 306 int sip PARAMS((struct file_data *, int));
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | host-darwin.c | 67 siginfo_t *sip ATTRIBUTE_UNUSED, in segv_handler()
|
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | machdep.c | 1199 register_t scp, sip; in sendsig() local 1215 sip = 0; in sendsig() 1217 sip = scp + sizeof(ksc); in sendsig() 1266 tf->tf_arg1 = sip; in sendsig() 1279 if (sip) { in sendsig() 1280 if (copyout(ksip, (void *)sip, sizeof *ksip)) in sendsig()
|
| /openbsd/src/sys/netinet/ |
| D | if_ether.c | 257 arprequest(struct ifnet *ifp, u_int32_t *sip, u_int32_t *tip, u_int8_t *enaddr) in arprequest() argument 283 memcpy(ea->arp_spa, sip, sizeof(ea->arp_spa)); in arprequest() 292 arpreply(struct ifnet *ifp, struct mbuf *m, struct in_addr *sip, uint8_t *eaddr, in arpreply() argument 311 memcpy(ea->arp_spa, sip, sizeof(ea->arp_spa)); in arpreply()
|
| /openbsd/src/sys/nfs/ |
| D | nfs_serv.c | 3028 struct nfsv3_fsinfo *sip; in nfsrv_fsinfo() local 3064 sip = nfsm_build(&info.nmi_mb, NFSX_V3FSINFO); in nfsrv_fsinfo() 3075 sip->fs_rtmax = txdr_unsigned(NFS_MAXDATA); in nfsrv_fsinfo() 3076 sip->fs_rtpref = txdr_unsigned(pref); in nfsrv_fsinfo() 3077 sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE); in nfsrv_fsinfo() 3078 sip->fs_wtmax = txdr_unsigned(NFS_MAXDATA); in nfsrv_fsinfo() 3079 sip->fs_wtpref = txdr_unsigned(pref); in nfsrv_fsinfo() 3080 sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE); in nfsrv_fsinfo() 3081 sip->fs_dtpref = txdr_unsigned(pref); in nfsrv_fsinfo() 3082 sip->fs_maxfilesize.nfsuquad[0] = 0xffffffff; in nfsrv_fsinfo() [all …]
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | machdep.c | 1365 siginfo_t *sip; in sendsig() local 1416 sip = (void *)scp + kscsize; in sendsig() 1417 if (copyout(ksip, (caddr_t)sip, fsize - kscsize) != 0) in sendsig() 1420 sip = NULL; in sendsig() 1431 frame->tf_regs[FRAME_A1] = (u_int64_t)sip; in sendsig()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | machdep.c | 643 register_t sp, scp, sip; in sendsig() local 692 sip = 0; in sendsig() 694 sip = sp - ((sizeof(*ksip) + 15) & ~15); in sendsig() 697 if (copyout(ksip, (void *)sip, sizeof(*ksip))) in sendsig() 711 tf->tf_rsi = sip; in sendsig()
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | machdep.c | 922 siginfo_t *sip = NULL; in sendsig() local 969 sip = &fp->sf_si; in sendsig() 982 tf->fixreg[4] = (register_t)sip; in sendsig()
|
| /openbsd/src/regress/sys/kern/noexec/ |
| D | noexec.c | 86 sigsegv(int sig, siginfo_t *sip, void *scp) in sigsegv() argument
|
| /openbsd/src/games/quiz/datfiles/ |
| D | latin | 141 libo:sip|touch|kiss
|
| /openbsd/src/sys/arch/amd64/stand/libsa/ |
| D | pxe.c | 438 bcopy(&bootplayer.sip, &servip.s_addr, sizeof(servip.s_addr)); in pxe_init()
|