/src/usr.sbin/bootp/common/ |
trygetif.c | 34 struct sockaddr_in *sip; /* Interface address */ local in function:main 63 sip = (struct sockaddr_in *) &(ifr->ifr_addr); 64 printf("Intf-addr:%s\n", inet_ntoa(sip->sin_addr));
|
getif.c | 55 struct sockaddr_in *sip; local in function:getif 94 sip = (struct sockaddr_in *) &ifrq->ifr_addr; 95 m = nmatch((u_char *)addrp, (u_char *)&(sip->sin_addr));
|
/src/sys/arch/aarch64/aarch64/ |
sig_machdep.c | 73 const vaddr_t sip = sp; local in function:sendsig_siginfo 89 int error = copyout(&ksi->ksi_info, (void *)sip, sizeof(ksi->ksi_info)); 110 tf->tf_reg[1] = sip;
|
/src/sys/compat/netbsd32/ |
netbsd32_wait.c | 96 siginfo_t si, *sip; local in function:netbsd32_wait6 106 sip = &si; 108 sip = NULL; 115 SCARG(uap, options), wrup, sip); 141 if (sip != NULL && error == 0) { 144 netbsd32_si_to_si32(&si32, sip);
|
/src/sys/arch/powerpc/powerpc/ |
sig_machdep.c | 76 vaddr_t sp, sip, ucp; local in function:sendsig_siginfo 100 sip = sp; 103 KASSERT((sip & (CALLFRAMELEN-1)) == 0); 127 error = (copyout(&ksi->ksi_info, (void *)sip, sizeof(ksi->ksi_info)) != 0 || 148 tf->tf_fixreg[4] = (register_t)sip;
|
/src/sys/arch/vax/vax/ |
sig_machdep.c | 145 vaddr_t sip; /* Pointer to siginfo_t */ member in struct:trampoline3 166 sp -= sizeof(siginfo_t); tramp.sip = sp; 184 copyout(&ksi->ksi_info, (char *)tramp.sip, sizeof(ksi->ksi_info)) != 0 ||
|
/src/sys/arch/newsmips/include/ |
bootinfo.h | 61 int sip; /* APbus only */ member in struct:btinfo_bootarg
|
/src/usr.sbin/bootp/bootpgw/ |
bootpgw.c | 538 struct sockaddr_in *sip; 551 sip = (struct sockaddr_in *) &(ifr->ifr_addr); 552 bp->bp_giaddr = sip->sin_addr; 597 struct sockaddr_in *sip; 621 sip = (struct sockaddr_in *) &(ifr->ifr_addr); 622 bp->bp_giaddr = sip->sin_addr; 593 struct sockaddr_in *sip; local in function:handle_reply
|
/src/sys/kern/ |
kern_exit.c | 775 siginfo_t si, *sip; local in function:sys_wait6 790 sip = &si; 792 sip = NULL; 799 wrup, sip);
|
tty_pty.c | 1022 struct selinfo *sip; local in function:ptckqfilter 1026 sip = &pti->pt_selr; 1030 sip = &pti->pt_selw; 1040 selrecord_knote(sip, kn);
|
sys_select.c | 743 selrecord(lwp_t *selector, struct selinfo *sip) 751 other = sip->sel_lwp; 757 KASSERT(sip->sel_cluster == sc); 767 sip->sel_lwp = selector; 768 SLIST_INSERT_HEAD(&selector->l_selwait, sip, sel_chain); 770 sip->sel_fdinfo = selector->l_selrec; 772 sip->sel_cluster = sc; 775 sip->sel_collision |= sc->sc_mask; 776 KASSERT(sip->sel_cluster != NULL); 786 selrecord_knote(struct selinfo *sip, struct knote *kn 954 struct selinfo *sip, *next; local in function:selclear [all...] |
tty.c | 1652 struct selinfo *sip; local in function:ttykqfilter 1659 sip = &tp->t_rsel; 1663 sip = &tp->t_wsel; 1673 selrecord_knote(sip, kn);
|
/src/sys/rump/librump/rumpkern/ |
intr.c | 146 struct softint_percpu *sip; local in function:sithread 160 sip = TAILQ_FIRST(&si_lvl->si_pending); 161 si = sip->sip_parent; 167 sip->sip_onlist = false; 168 TAILQ_REMOVE(&si_lvl->si_pending, sip, sip_entries); 201 struct softint_percpu *sip; local in function:sithread_cpu_bouncer 210 sip = TAILQ_FIRST(&sicpupending); 211 TAILQ_REMOVE(&sicpupending, sip, sip_entries_cpu); 212 sip->sip_onlist_cpu = false; 219 si = sip->sip_parent 342 struct softint_percpu *sip; local in function:softint_establish 380 struct softint_percpu *sip = sitosip(si, ci); local in function:softint_schedule 409 struct softint_percpu *sip; local in function:softint_schedule_cpu 445 struct softint_percpu *sip; local in function:softint_disestablish [all...] |
/src/sys/dev/sbus/ |
bpp.c | 564 struct selinfo *sip; local in function:bppkqfilter 571 sip = &sc->sc_rsel; 576 sip = &sc->sc_wsel; 587 selrecord_knote(sip, kn);
|
/src/usr.sbin/bootp/bootpd/ |
bootpd.c | 1079 struct sockaddr_in *sip; 1080 sip = (struct sockaddr_in *) &(ifr->ifr_addr); 1081 siaddr = sip->sin_addr; 1073 struct sockaddr_in *sip; local in function:sendreply
|
/src/sys/dev/usb/ |
udsir.c | 683 struct selinfo *sip; local in function:udsir_kqfilter 688 sip = &sc->sc_rd_sel; 692 sip = &sc->sc_wr_sel; 702 selrecord_knote(sip, kn);
|
ustir.c | 1115 struct selinfo *sip; local in function:ustir_kqfilter 1120 sip = &sc->sc_rd_sel; 1124 sip = &sc->sc_wr_sel; 1134 selrecord_knote(sip, kn);
|
ugen.c | 2344 struct selinfo *sip; local in function:ugenkqfilter 2363 sip = &sce->rsel; 2387 sip = &sce->rsel; 2412 selrecord_knote(sip, kn);
|
/src/sys/dev/ |
midi.c | 1826 struct selinfo *sip; local in function:midikqfilter 1834 sip = &sc->rsel; 1839 sip = &sc->wsel; 1850 selrecord_knote(sip, kn);
|
sequencer.c | 996 struct selinfo *sip; local in function:sequencerkqfilter 1003 sip = &sc->rsel; 1008 sip = &sc->wsel; 1019 selrecord_knote(sip, kn);
|
/src/sys/dev/pci/cxgb/ |
cxgb_ioctl.h | 136 uint32_t sip; member in struct:ch_filter_tuple 205 uint32_t sip; member in struct:ch_trace
|
cxgb_main.c | 159 u32 sip; member in struct:filter_info
|
/src/sys/dev/ir/ |
irframe_tty.c | 851 struct selinfo *sip; local in function:irframet_kqfilter 856 sip = &sc->sc_rsel; 860 sip = &sc->sc_wsel; 870 selrecord_knote(sip, kn);
|
/src/sys/netinet/ |
if_arp.c | 512 const struct in_addr *sip, const struct in_addr *tip, 520 KASSERT(sip != NULL); 559 memcpy(ar_spa(ah), sip, ah->ar_pln); 1353 struct in_addr tip = taddr->addr4, sip = zeroin_addr; 1362 sip = hsrc->addr4; 1367 if (sip.s_addr == INADDR_ANY) { 1377 sip = satosin(rt->rt_ifa->ifa_addr)->sin_addr; 1380 if (sip.s_addr == INADDR_ANY) { 1390 arprequest(ifp, &sip, &tip, slladdr, tlladdr); 1546 struct in_addr sip; local in function:arp_dad_output [all...] |
/src/sys/nfs/ |
nfs_serv.c | 3397 struct nfsv3_fsinfo *sip; local in function:nfsrv_fsinfo 3429 nfsm_build(sip, struct nfsv3_fsinfo *, NFSX_V3FSINFO); 3440 sip->fs_rtmax = txdr_unsigned(maxdata); 3441 sip->fs_rtpref = txdr_unsigned(maxdata); 3442 sip->fs_rtmult = txdr_unsigned(NFS_FABLKSIZE); 3443 sip->fs_wtmax = txdr_unsigned(maxdata); 3444 sip->fs_wtpref = txdr_unsigned(maxdata); 3445 sip->fs_wtmult = txdr_unsigned(NFS_FABLKSIZE); 3446 sip->fs_dtpref = txdr_unsigned(maxdata); 3447 txdr_hyper(maxfsize, &sip->fs_maxfilesize) [all...] |