| /netbsd-src/sys/dev/usb/ |
| H A D | ugen.c | 133 struct ugen_endpoint *sce; member 427 struct ugen_endpoint *sce; in ugenif_attach() local 429 sce = &sc->sc_endpoints[i][dir]; in ugenif_attach() 430 selinit(&sce->rsel); in ugenif_attach() 431 cv_init(&sce->cv, "ugensce"); in ugenif_attach() 474 struct ugen_endpoint *sce = &sc->sc_endpoints[i][dir]; in ugen_clear_endpoints() local 475 memset(sce, 0, UGEN_ENDPOINT_NONZERO_CRUFT); in ugen_clear_endpoints() 487 struct ugen_endpoint *sce; in ugen_set_config() local 546 sce = &sc->sc_endpoints[UE_GET_ADDR(endpt)][dir]; in ugen_set_config() 550 sce->sc = sc; in ugen_set_config() [all …]
|
| /netbsd-src/sys/arch/usermode/modules/syscallemu/ |
| H A D | syscallemu.c | 60 syscallemu_setsce(struct proc *p, struct syscallemu_data *sce) in syscallemu_setsce() argument 62 proc_setspecific(p, syscallemu_data_key, sce); in syscallemu_setsce() 71 struct syscallemu_data *sce = priv; in syscallemu_dtor() local 73 kmem_free(sce, sizeof(*sce)); in syscallemu_dtor() 94 struct syscallemu_data *sce; in sys_syscallemu() local 102 sce = kmem_alloc(sizeof(*sce), KM_SLEEP); in sys_syscallemu() 103 sce->sce_user_start = user_start; in sys_syscallemu() 104 sce->sce_user_end = user_end; in sys_syscallemu() 105 sce->sce_md_syscall = md_syscallemu(p); in sys_syscallemu() 106 KASSERT(sce->sce_md_syscall != NULL); in sys_syscallemu() [all …]
|
| H A D | syscallemu_x86.c | 51 struct syscallemu_data *sce; in x86_syscall_emu() local 63 sce = syscallemu_getsce(p); in x86_syscall_emu() 64 if (sce) { in x86_syscall_emu() 65 if ((rip_call >= sce->sce_user_start && in x86_syscall_emu() 66 rip_call < sce->sce_user_end) || in x86_syscall_emu() 67 (rip_call + frame->tf_err >= sce->sce_user_start && in x86_syscall_emu() 68 rip_call + frame->tf_err < sce->sce_user_end)) { in x86_syscall_emu() 71 md_syscall = sce->sce_md_syscall; in x86_syscall_emu()
|
| H A D | syscallemu_arm.c | 53 struct syscallemu_data *sce; in arm_syscall_emu() local 63 sce = syscallemu_getsce(p); in arm_syscall_emu() 64 if (sce) { in arm_syscall_emu() 65 if ((pc_call >= sce->sce_user_start && in arm_syscall_emu() 66 pc_call < sce->sce_user_end) || in arm_syscall_emu() 67 (pc_call + INSN_SIZE >= sce->sce_user_start && in arm_syscall_emu() 68 pc_call + INSN_SIZE < sce->sce_user_end)) { in arm_syscall_emu() 71 md_syscall = sce->sce_md_syscall; in arm_syscall_emu()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | nspace.d | 95 for (Scope* sce = sc; 1; sce = sce.enclosing) in addMember() local 97 ScopeDsymbol sds2 = sce.scopesym; in addMember()
|
| H A D | dsymbolsem.d | 2126 Scope* sce; in visit() local 2128 sce = sc; in visit() 2131 sce = sc.push(ed); in visit() 2132 sce.parent = ed; in visit() 2134 sce = sce.startCTFE(); in visit() 2135 sce.setNoFree(); // needed for getMaxMinValue() in visit() 2143 em._scope = sce; in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | denum.c | 200 Scope *sce; in semantic() local 202 sce = sc; in semantic() 205 sce = sc->push(this); in semantic() 206 sce->parent = this; in semantic() 208 sce = sce->startCTFE(); in semantic() 209 sce->setNoFree(); // needed for getMaxMinValue() in semantic() 217 em->_scope = sce; in semantic() 231 for (Scope *sct = sce; 1; sct = sct->enclosing) in semantic()
|
| H A D | nspace.c | 48 for (Scope *sce = sc; 1; sce = sce->enclosing) in addMember() local 50 ScopeDsymbol *sds2 = sce->scopesym; in addMember()
|
| H A D | dtemplate.c | 8473 for (Scope *sce = sc; 1; sce = sce->enclosing) in semantic() local 8475 ScopeDsymbol *sds = (ScopeDsymbol *)sce->scopesym; in semantic()
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | isakmp.c | 868 sched_schedule(&iph1->sce, 873 sched_schedule(&iph1->sce, iph1->approval->lifetime, 1953 isakmp_ph1dying(container_of(p, struct ph1handle, sce)); 1992 sched_schedule(&iph1->sce, iph1->approval->lifetime * 2002 isakmp_ph1expire(container_of(p, struct ph1handle, sce)); 2035 isakmp_ph1delete(container_of(p, struct ph1handle, sce)); 2095 isakmp_ph2expire(container_of(p, struct ph2handle, sce)); 2115 sched_schedule(&iph2->sce, 1, isakmp_ph2delete_stub); 2124 isakmp_ph2delete(container_of(p, struct ph2handle, sce)); 2207 sched_schedule(&iph2->sce, 1, isakmp_chkph1there_stub); [all …]
|
| H A D | handler.h | 148 struct sched sce; /* schedule for expire */ member 295 struct sched sce; /* schedule for expire */ member
|
| H A D | handler.c | 406 sched_cancel(&iph1->sce); 629 && p->sce.func == NULL && p->scr.func == NULL) { 724 sched_cancel(&iph2->sce);
|
| H A D | isakmp_quick.c | 110 quick_timeover(container_of(p, struct ph2handle, sce)); 168 sched_schedule(&iph2->sce, lcconf->wait_ph2complete, 1457 sched_schedule(&iph2->sce, lcconf->wait_ph2complete,
|
| H A D | pfkey.c | 1349 sched_cancel(&iph2->sce); 1368 sched_schedule(&iph2->sce, iph2->approval->lifetime, 1674 sched_cancel(&iph2->sce); 3084 sched_cancel(&iph2->sce);
|
| /netbsd-src/usr.bin/deroff/ |
| H A D | deroff.c | 249 static void sce(void); 684 sce(void) in sce() function 1321 sce(); in ce()
|
| /netbsd-src/sys/netinet/ |
| H A D | tcp_syncache.c | 359 struct syn_cache_head *scp2, *sce; in syn_cache_insert() local 372 sce = &tcp_syn_cache[tcp_syn_cache_size]; in syn_cache_insert() 374 if (scp2 >= sce) in syn_cache_insert()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsEVAInstrInfo.td | 152 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd, II_SCE>;
|
| H A D | MicroMipsInstrInfo.td | 1066 def SCE_MM : MMRel, SCEBaseMM<"sce", GPR32Opnd>, LLE_FM_MM<0xA>,
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | test_ldnsrr.1 | 4063 py. 172800 IN NS sce.cnc.una.py. 4068 sce.cnc.una.py. 172800 IN A 200.10.228.133
|
| H A D | test_ldnsrr.c1 | 8124 py. 172800 IN NS sce.cnc.una.py. 8134 sce.cnc.una.py. 172800 IN A 200.10.228.133
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 4749 Values<"gdb,lldb,sce,dbx">,
|