Home
last modified time | relevance | path

Searched defs:sce (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/usermode/modules/syscallemu/
H A Dsyscallemu.c60 syscallemu_setsce(struct proc *p, struct syscallemu_data *sce) in syscallemu_setsce()
71 struct syscallemu_data *sce = priv; in syscallemu_dtor() local
94 struct syscallemu_data *sce; in sys_syscallemu() local
H A Dsyscallemu_x86.c51 struct syscallemu_data *sce; in x86_syscall_emu() local
H A Dsyscallemu_arm.c53 struct syscallemu_data *sce; in arm_syscall_emu() local
/netbsd-src/sys/dev/usb/
H A Dugen.c133 struct ugen_endpoint *sce; member
427 struct ugen_endpoint *sce; in ugenif_attach() local
474 struct ugen_endpoint *sce = &sc->sc_endpoints[i][dir]; in ugen_clear_endpoints() local
487 struct ugen_endpoint *sce; in ugen_set_config() local
577 struct ugen_endpoint *sce; in ugenopen() local
751 struct ugen_endpoint *sce; in ugen_do_close() local
851 struct ugen_endpoint *sce = &sc->sc_endpoints[endpt][IN]; in ugen_do_read() local
1061 struct ugen_endpoint *sce = &sc->sc_endpoints[endpt][OUT]; in ugen_do_write() local
1244 struct ugen_endpoint *sce; in ugen_detach() local
1338 struct ugen_endpoint *sce = addr; in ugenintr() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnspace.d95 for (Scope* sce = sc; 1; sce = sce.enclosing) in addMember() local
H A Ddsymbolsem.d2126 Scope* sce; in visit() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnspace.c48 for (Scope *sce = sc; 1; sce = sce->enclosing) in addMember() local
H A Ddenum.c200 Scope *sce; in semantic() local
H A Ddtemplate.c8473 for (Scope *sce = sc; 1; sce = sce->enclosing) in semantic() local
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dhandler.h148 struct sched sce; /* schedule for expire */ member
295 struct sched sce; /* schedule for expire */ member
/netbsd-src/sys/netinet/
H A Dtcp_syncache.c359 struct syn_cache_head *scp2, *sce; in syn_cache_insert() local
/netbsd-src/usr.bin/deroff/
H A Dderoff.c684 sce(void) in sce() function