| /src/sys/dev/usb/ |
| ugen.c | 133 struct ugen_endpoint *sce; member in struct:isoreq 427 struct ugen_endpoint *sce; local 429 sce = &sc->sc_endpoints[i][dir]; 430 selinit(&sce->rsel); 431 cv_init(&sce->cv, "ugensce"); 474 struct ugen_endpoint *sce = &sc->sc_endpoints[i][dir]; local 475 memset(sce, 0, UGEN_ENDPOINT_NONZERO_CRUFT); 487 struct ugen_endpoint *sce; local 546 sce = &sc->sc_endpoints[UE_GET_ADDR(endpt)][dir]; 550 sce->sc = sc 577 struct ugen_endpoint *sce; local 751 struct ugen_endpoint *sce; local 851 struct ugen_endpoint *sce = &sc->sc_endpoints[endpt][IN]; local 1061 struct ugen_endpoint *sce = &sc->sc_endpoints[endpt][OUT]; local 1244 struct ugen_endpoint *sce; local 1338 struct ugen_endpoint *sce = addr; local 1376 struct ugen_endpoint *sce = req->sce; local 1437 struct ugen_endpoint *sce = addr; local 1506 struct ugen_endpoint *sce = addr; local 1576 struct ugen_endpoint *sce; local 1674 struct ugen_endpoint *sce; local 2203 struct ugen_endpoint *sce = kn->kn_hook; local 2214 struct ugen_endpoint *sce = kn->kn_hook; local 2233 struct ugen_endpoint *sce = kn->kn_hook; local 2258 struct ugen_endpoint *sce = kn->kn_hook; local 2286 struct ugen_endpoint *sce = kn->kn_hook; local 2343 struct ugen_endpoint *sce; local [all...] |
| /src/sys/arch/usermode/modules/syscallemu/ |
| syscallemu_arm.c | 53 struct syscallemu_data *sce; local 63 sce = syscallemu_getsce(p); 64 if (sce) { 65 if ((pc_call >= sce->sce_user_start && 66 pc_call < sce->sce_user_end) || 67 (pc_call + INSN_SIZE >= sce->sce_user_start && 68 pc_call + INSN_SIZE < sce->sce_user_end)) { 71 md_syscall = sce->sce_md_syscall;
|
| syscallemu_x86.c | 51 struct syscallemu_data *sce; local 63 sce = syscallemu_getsce(p); 64 if (sce) { 65 if ((rip_call >= sce->sce_user_start && 66 rip_call < sce->sce_user_end) || 67 (rip_call + frame->tf_err >= sce->sce_user_start && 68 rip_call + frame->tf_err < sce->sce_user_end)) { 71 md_syscall = sce->sce_md_syscall;
|
| syscallemu.c | 60 syscallemu_setsce(struct proc *p, struct syscallemu_data *sce) 62 proc_setspecific(p, syscallemu_data_key, sce); 71 struct syscallemu_data *sce = priv; local 73 kmem_free(sce, sizeof(*sce)); 94 struct syscallemu_data *sce; local 102 sce = kmem_alloc(sizeof(*sce), KM_SLEEP); 103 sce->sce_user_start = user_start; 104 sce->sce_user_end = user_end [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| nspace.d | 95 for (Scope* sce = sc; 1; sce = sce.enclosing) 97 ScopeDsymbol sds2 = sce.scopesym;
|
| dsymbolsem.d | 2126 Scope* sce; 2128 sce = sc; 2131 sce = sc.push(ed); 2132 sce.parent = ed; 2134 sce = sce.startCTFE(); 2135 sce.setNoFree(); // needed for getMaxMinValue() 2137 /* Each enum member gets the sce scope 2143 em._scope = sce;
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| handler.h | 148 struct sched sce; /* schedule for expire */ member in struct:ph1handle 295 struct sched sce; /* schedule for expire */ member in struct:ph2handle
|
| isakmp.c | 863 sched_schedule(&iph1->sce, 868 sched_schedule(&iph1->sce, iph1->approval->lifetime, 1926 isakmp_ph1dying(container_of(p, struct ph1handle, sce)); 1964 sched_schedule(&iph1->sce, iph1->approval->lifetime * 1973 isakmp_ph1expire(container_of(p, struct ph1handle, sce)); 2004 isakmp_ph1delete(container_of(p, struct ph1handle, sce)); 2062 isakmp_ph2expire(container_of(p, struct ph2handle, sce)); 2081 sched_schedule(&iph2->sce, 1, isakmp_ph2delete_stub); 2089 isakmp_ph2delete(container_of(p, struct ph2handle, sce)); 2170 sched_schedule(&iph2->sce, 1, isakmp_chkph1there_stub) [all...] |
| handler.c | 395 sched_cancel(&iph1->sce); 608 && p->sce.func == NULL && p->scr.func == NULL) { 700 sched_cancel(&iph2->sce);
|
| isakmp_quick.c | 109 quick_timeover(container_of(p, struct ph2handle, sce)); 166 sched_schedule(&iph2->sce, lcconf->wait_ph2complete, 1444 sched_schedule(&iph2->sce, lcconf->wait_ph2complete,
|
| pfkey.c | 1325 sched_cancel(&iph2->sce); 1344 sched_schedule(&iph2->sce, iph2->approval->lifetime, 1647 sched_cancel(&iph2->sce); 3040 sched_cancel(&iph2->sce);
|
| /src/usr.bin/deroff/ |
| deroff.c | 249 static void sce(void); 684 sce(void) function 1320 sce();
|
| /src/sys/netinet/ |
| tcp_syncache.c | 359 struct syn_cache_head *scp2, *sce; local 372 sce = &tcp_syn_cache[tcp_syn_cache_size]; 374 if (scp2 >= sce)
|