/freebsd/usr.bin/netstat/ |
H A D | unix.c | 120 #define COPYOUT(obj, size) do { \ in pcblist_kvm() macro 141 COPYOUT(&xug, sizeof xug); in pcblist_kvm() 168 COPYOUT(&xu, sizeof(xu)); in pcblist_kvm() 176 COPYOUT(&xug, sizeof xug); in pcblist_kvm() 184 #undef COPYOUT in pcblist_kvm()
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 41 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro 415 COPYOUT(p, &v, sizeof(v)); in __elfN() 420 COPYOUT(v, &md64, sizeof(md64)); in __elfN() 429 COPYOUT(v, &md, sizeof(md)); in __elfN() 442 COPYOUT((vm_offset_t)md.md_data, mdepend, in __elfN() 452 COPYOUT((vm_offset_t)md.md_data, &mver, sizeof(mver)); in __elfN() 537 COPYOUT(abase + j, &a, sizeof(a)); in __elfN() 550 COPYOUT(rbase + j, &r, sizeof(r)); in __elfN() 572 COPYOUT(ef->e_shdr[ef->symtabindex].sh_addr + symidx * sizeof(Elf_Sym), in __elfN()
|
H A D | load_elf.c | 41 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro 251 COPYOUT(p, &v, sizeof(v)); in is_tg_kernel_support() 258 COPYOUT(v, &vd_name, sizeof(vd_name)); in is_tg_kernel_support() 912 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets)); 913 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains)); 1136 COPYOUT(p, &v, sizeof(v)); 1143 COPYOUT(v, &md64, sizeof(md64)); 1155 COPYOUT(v, &md32, sizeof(md32)); 1167 COPYOUT(v, &md, sizeof(md)); 1186 COPYOUT((vm_offset_t)md.md_data, mdepend, [all …]
|
H A D | reloc_elf.c | 39 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
|
/freebsd/stand/fdt/ |
H A D | fdt_loader_cmd.c | 51 #define COPYOUT(s,d,l) archsw.arch_copyout(s, d, l) macro 168 COPYOUT(symtab, &sym, sizeof(sym)); in fdt_find_static_dtb() 190 COPYOUT(va, &header, sizeof(header)); in fdt_load_dtb() 218 COPYOUT(va, fdtp, fdtp_size); in fdt_load_dtb() 293 COPYOUT(bfp->f_addr, &header, sizeof(header)); in fdt_load_dtb_overlay() 467 COPYOUT(fp->f_addr, overlay, fp->f_size); in fdt_apply_overlays()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_dstlist.c | 413 err = COPYOUT(next, iter->ili_data, sizeof(*next)); in ipf_dstlist_iter_next() 423 err = COPYOUT(nextnode, iter->ili_data, sizeof(*nextnode)); in ipf_dstlist_iter_next() 771 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_dstlist_stats_get()
|
H A D | ip_compat.h | 105 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 348 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) macro 555 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
|
H A D | ip_htable.c | 238 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_htable_stats_get() 1226 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph)); in ipf_htable_iter_next() 1239 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_htable_iter_next()
|
H A D | ip_pool.c | 591 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_pool_stats_get() 1284 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo)); in ipf_pool_iter_next() 1297 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_pool_iter_next()
|
H A D | fil.c | 4103 error = COPYOUT(src, ca, size); in copyoutptr() 4906 error = COPYOUT(f->fr_data, uptr, in frrequest() 5320 if (COPYOUT(&res, data, sizeof(res)) != 0) { in ipf_resolvefunc() 5333 if (COPYOUT(&res, data, sizeof(res)) != 0) { in ipf_resolvefunc() 6333 error = COPYOUT(ptr, obj.ipfo_ptr, sz); in ipf_outobjsz() 6394 error = COPYOUT(ptr, obj.ipfo_ptr, obj.ipfo_size); in ipf_outobj() 6447 error = COPYOUT(ptr, obj->ipfo_ptr, obj->ipfo_size); in ipf_outobjk()
|
H A D | ip_frag.c | 1200 error = COPYOUT(next, itp->igi_data, sizeof(*next)); in ipf_frag_next()
|
H A D | ip_nat.c | 6550 error = COPYOUT(nexthm, objp->ipfo_ptr, sizeof(*nexthm)); in ipf_nat_getnext() 7785 error = COPYOUT(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, in ipf_nat_gettable() 7791 error = COPYOUT(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, in ipf_nat_gettable()
|
H A D | ip_state.c | 4827 error = COPYOUT(softs->ipf_state_stats.iss_bucketlen, table.ita_table, in ipf_state_gettable()
|
/freebsd/sys/amd64/amd64/ |
H A D | support.S | 798 .macro COPYOUT smap erms macro 845 COPYOUT smap=0 erms=0 849 COPYOUT smap=1 erms=0 853 COPYOUT smap=0 erms=1 857 COPYOUT smap=1 erms=1
|