/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...] |
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...] |
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/arch/sun68k/stand/libsa/ |
saio.h | 150 int (*sif_reset)(void *devdata, struct saioreq *sip); 161 int prom_iopen (struct saioreq *sip); 162 void prom_iclose(struct saioreq *sip);
|
saio.h | 150 int (*sif_reset)(void *devdata, struct saioreq *sip); 161 int prom_iopen (struct saioreq *sip); 162 void prom_iclose(struct saioreq *sip);
|
saio.h | 150 int (*sif_reset)(void *devdata, struct saioreq *sip); 161 int prom_iopen (struct saioreq *sip); 162 void prom_iclose(struct saioreq *sip);
|
/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));
|
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));
|
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));
|
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/kern/ |
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...] |
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...] |
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...] |
/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);
|
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);
|
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/newsmips/include/ |
bootinfo.h | 61 int sip; /* APbus only */ member in struct:btinfo_bootarg
|
bootinfo.h | 61 int sip; /* APbus only */ member in struct:btinfo_bootarg
|
bootinfo.h | 61 int sip; /* APbus only */ member in struct:btinfo_bootarg
|
/src/lib/libc/rpc/ |
rpc_generic.c | 511 __rpc_fd2sockinfo(int fd, struct __rpc_sockinfo *sip) 517 _DIAGASSERT(sip != NULL); 522 sip->si_alen = len; 539 sip->si_af = ss.ss_family; 540 sip->si_proto = proto; 541 sip->si_socktype = type; 550 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip) 555 _DIAGASSERT(sip != NULL); 559 sip->si_af = na_cvt[i].af; 560 sip->si_proto = na_cvt[i].protocol [all...] |
rpc_generic.c | 511 __rpc_fd2sockinfo(int fd, struct __rpc_sockinfo *sip) 517 _DIAGASSERT(sip != NULL); 522 sip->si_alen = len; 539 sip->si_af = ss.ss_family; 540 sip->si_proto = proto; 541 sip->si_socktype = type; 550 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip) 555 _DIAGASSERT(sip != NULL); 559 sip->si_af = na_cvt[i].af; 560 sip->si_proto = na_cvt[i].protocol [all...] |
rpc_generic.c | 511 __rpc_fd2sockinfo(int fd, struct __rpc_sockinfo *sip) 517 _DIAGASSERT(sip != NULL); 522 sip->si_alen = len; 539 sip->si_af = ss.ss_family; 540 sip->si_proto = proto; 541 sip->si_socktype = type; 550 __rpc_nconf2sockinfo(const struct netconfig *nconf, struct __rpc_sockinfo *sip) 555 _DIAGASSERT(sip != NULL); 559 sip->si_af = na_cvt[i].af; 560 sip->si_proto = na_cvt[i].protocol [all...] |
/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;
|
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;
|