/netbsd-src/sys/netatalk/ |
H A D | ddp_output.c | 58 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 D | ddp_input.c | 136 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 D | deh.d | 40 module rt.deh; 56 public import gcc.deh;
|
H A D | sections.d | 68 import rt.deh, rt.minfo;
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | deh.d | 15 module rt.deh; 33 public import gcc.deh;
|
H A D | sections.d | 53 import rt.deh, rt.minfo;
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/ |
H A D | android.d | 30 import rt.deh, rt.minfo;
|
H A D | osx.d | 33 import rt.deh, rt.minfo;
|
H A D | win64.d | 30 import rt.deh, rt.minfo;
|
H A D | elf_shared.d | 86 import rt.deh;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/ |
H A D | ChangeLog | 231 * 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 D | ChangeLog-2008 | 47 * phobos/gcc/deh.d, phobos2/gcc/deh.d: Fix for sjlj exceptions.
|
H A D | ChangeLog-2007 | 104 * phobos/deh.d: Support ARM exception handling ABI. 152 * phobos/gcc/deh.d, phobos/gcc/fpcls.d, phobos/gcc/fpmath.d,
|
H A D | ChangeLog-2006 | 231 * internal/aaA.d, phobos/internal/cmath2.d, phobos/internal/deh.c,
|
H A D | ChangeLog-2011 | 623 d/druntime/core/stdc/math.d, d/phobos2/gcc/deh.d: Issue #212 - ICE
|
H A D | ChangeLog-2010 | 750 druntime/compiler/gdc/lifetime.d, phobos2/gcc/deh.d,
|
/netbsd-src/lib/librefuse/ |
H A D | refuse.c | 284 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 D | Makefile.am | 180 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 D | Makefile.in | 207 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 D | Makefile.am | 208 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 D | Makefile.in | 235 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 D | deh.d | 25 module gcc.deh;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
H A D | deh.d | 25 module gcc.deh;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/sections/ |
H A D | elf.d | 90 import rt.deh;
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 90299 8cbded4b2f28a0af2f7f5b83a7d4193d libphobos/libdruntime/gcc/deh.d 90327 1b88256983be275224fce2f52916777e libphobos/libdruntime/rt/deh.d
|