Home
last modified time | relevance | path

Searched refs:deh (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/netatalk/
H A Dddp_output.c58 struct ddpehdr *deh; in ddp_output() local
64 deh = mtod(m, struct ddpehdr *); in ddp_output()
65 deh->deh_pad = 0; in ddp_output()
66 deh->deh_hops = 0; in ddp_output()
68 deh->deh_len = m->m_pkthdr.len; in ddp_output()
70 deh->deh_dnet = ddp->ddp_fsat.sat_addr.s_net; in ddp_output()
71 deh->deh_dnode = ddp->ddp_fsat.sat_addr.s_node; in ddp_output()
72 deh->deh_dport = ddp->ddp_fsat.sat_port; in ddp_output()
73 deh->deh_snet = ddp->ddp_lsat.sat_addr.s_net; in ddp_output()
74 deh->deh_snode = ddp->ddp_lsat.sat_addr.s_node; in ddp_output()
[all …]
H A Dddp_input.c136 struct ddpehdr *deh = NULL, ddpe; in ddp_input() local
186 deh = mtod(m, struct ddpehdr *); in ddp_input()
187 memcpy((void *) & ddpe, (void *) deh, sizeof(struct ddpehdr)); in ddp_input()
285 memcpy((void *) deh, (void *) & ddpe, sizeof(u_short));/*XXX*/ in ddp_input()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddeh.d40 module rt.deh;
56 public import gcc.deh;
H A Dsections.d68 import rt.deh, rt.minfo;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Ddeh.d15 module rt.deh;
33 public import gcc.deh;
H A Dsections.d53 import rt.deh, rt.minfo;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dandroid.d30 import rt.deh, rt.minfo;
H A Dosx.d33 import rt.deh, rt.minfo;
H A Dwin64.d30 import rt.deh, rt.minfo;
H A Delf_shared.d86 import rt.deh;
/netbsd-src/external/gpl3/gcc/dist/libphobos/
H A DChangeLog231 * libdruntime/gcc/deh.d (_d_isbaseof): Update signature.
334 * libdruntime/gcc/deh.d (ExceptionHeader.free): Use memset to reset
339 * libdruntime/gcc/deh.d (ExceptionHeader.getClassInfo): Move to...
347 * libdruntime/gcc/deh.d (_d_print_throwable): Declare.
414 * libdruntime/gcc/deh.d (scanLSDA): Update calls to read_uleb128 and
448 * libdruntime/gcc/deh.d (FuncTable): Remove definition.
463 * libdruntime/gcc/deh.d (__gdc_personality_seh0): Fix call to
550 * libdruntime/gcc/deh.d: Update imports.
1160 * libdruntime/gcc/deh.d: Import gcc.attribute.
1546 * libdruntime/gcc/deh.d: New file.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-200847 * phobos/gcc/deh.d, phobos2/gcc/deh.d: Fix for sjlj exceptions.
H A DChangeLog-2007104 * phobos/deh.d: Support ARM exception handling ABI.
152 * phobos/gcc/deh.d, phobos/gcc/fpcls.d, phobos/gcc/fpmath.d,
H A DChangeLog-2006231 * internal/aaA.d, phobos/internal/cmath2.d, phobos/internal/deh.c,
H A DChangeLog-2011623 d/druntime/core/stdc/math.d, d/phobos2/gcc/deh.d: Issue #212 - ICE
H A DChangeLog-2010750 druntime/compiler/gdc/lifetime.d, phobos2/gcc/deh.d,
/netbsd-src/lib/librefuse/
H A Drefuse.c284 struct puffs_fuse_dirh *deh = buf; in puffs_fuse_fill_dir() local
305 return fill_dirbuf(deh, name, dino, dtype); in puffs_fuse_fill_dir()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A DMakefile.am180 gc/proxy.d gcc/attribute.d gcc/backtrace.d gcc/builtins.d gcc/deh.d \
187 rt/cast_.d rt/config.d rt/critical_.d rt/deh.d rt/dmain2.d \
H A DMakefile.in207 gcc/builtins.lo gcc/deh.lo gcc/emutls.lo gcc/gthread.lo \
215 rt/config.lo rt/critical_.lo rt/deh.lo rt/dmain2.lo \
800 gc/proxy.d gcc/attribute.d gcc/backtrace.d gcc/builtins.d gcc/deh.d \
807 rt/cast_.d rt/config.d rt/critical_.d rt/deh.d rt/dmain2.d \
1182 gcc/deh.lo: gcc/$(am__dirstamp)
1216 rt/deh.lo: rt/$(am__dirstamp)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A DMakefile.am208 gcc/backtrace.d gcc/builtins.d gcc/deh.d gcc/emutls.d gcc/gthread.d \
214 rt/config.d rt/critical_.d rt/deh.d rt/dmain2.d rt/ehalloc.d \
H A DMakefile.in235 gcc/attributes.lo gcc/backtrace.lo gcc/builtins.lo gcc/deh.lo \
243 rt/critical_.lo rt/deh.lo rt/dmain2.lo rt/ehalloc.lo \
873 gcc/backtrace.d gcc/builtins.d gcc/deh.d gcc/emutls.d gcc/gthread.d \
879 rt/config.d rt/critical_.d rt/deh.d rt/dmain2.d rt/ehalloc.d \
1328 gcc/deh.lo: gcc/$(am__dirstamp)
1360 rt/deh.lo: rt/$(am__dirstamp)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d25 module gcc.deh;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d25 module gcc.deh;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/
H A Delf.d90 import rt.deh;
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS90299 8cbded4b2f28a0af2f7f5b83a7d4193d libphobos/libdruntime/gcc/deh.d
90327 1b88256983be275224fce2f52916777e libphobos/libdruntime/rt/deh.d

12