| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ip_fil_compat.c | 3088 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3094 error = COPYOUT(fr->fr_data, dst, 3112 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3128 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3148 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3163 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3185 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3200 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3219 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); 3234 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); [all …]
|
| H A D | ip_dstlist.c | 445 err = COPYOUT(next, iter->ili_data, sizeof(*next)); 455 err = COPYOUT(nextnode, iter->ili_data, sizeof(*nextnode)); 815 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
|
| H A D | ip_pool.c | 628 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); 1370 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo)); 1383 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
|
| H A D | ip_htable.c | 256 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); 1309 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph)); 1322 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_fil_compat.c | 3021 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3027 error = COPYOUT(fr->fr_data, dst, in ipf_out_compat() 3045 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3061 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3081 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3096 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3118 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3133 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3152 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() 3167 error = COPYOUT(old, obj->ipfo_ptr, sizeof(*old)); in ipf_out_compat() [all …]
|
| H A D | ip_dstlist.c | 424 err = COPYOUT(next, iter->ili_data, sizeof(*next)); in ipf_dstlist_iter_next() 434 err = COPYOUT(nextnode, iter->ili_data, sizeof(*nextnode)); in ipf_dstlist_iter_next() 781 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_dstlist_stats_get()
|
| H A D | ip_htable.c | 262 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_htable_stats_get() 1246 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph)); in ipf_htable_iter_next() 1259 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_htable_iter_next()
|
| H A D | ip_pool.c | 619 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); in ipf_pool_stats_get() 1312 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo)); in ipf_pool_iter_next() 1325 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode)); in ipf_pool_iter_next()
|
| H A D | ip_compat.h | 258 # define COPYOUT(a,b,c) copyout((void *)(a), (void *)(b), (c)) macro 442 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) macro 661 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
|
| H A D | fil.c | 4158 error = COPYOUT(src, ca, size); in copyoutptr() 4917 error = COPYOUT(f->fr_data, uptr, in frrequest() 5333 if (COPYOUT(&res, data, sizeof(res)) != 0) { in ipf_resolvefunc() 5346 if (COPYOUT(&res, data, sizeof(res)) != 0) { in ipf_resolvefunc() 6357 error = COPYOUT(ptr, obj.ipfo_ptr, sz); in ipf_outobjsz() 6418 error = COPYOUT(ptr, obj.ipfo_ptr, obj.ipfo_size); in ipf_outobj() 6471 error = COPYOUT(ptr, obj->ipfo_ptr, obj->ipfo_size); in ipf_outobjk()
|
| H A D | ip_frag.c | 1195 error = COPYOUT(next, itp->igi_data, sizeof(*next)); in ipf_frag_next()
|
| H A D | ip_nat.c | 6604 error = COPYOUT(nexthm, objp->ipfo_ptr, sizeof(*nexthm)); in ipf_nat_getnext() 7830 error = COPYOUT(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, in ipf_nat_gettable() 7836 error = COPYOUT(softn->ipf_nat_stats.ns_side[1].ns_bucketlen, in ipf_nat_gettable()
|
| H A D | ip_state.c | 4839 error = COPYOUT(softs->ipf_state_stats.iss_bucketlen, table.ita_table, in ipf_state_gettable()
|
| /netbsd-src/sys/dist/pf/net/ |
| H A D | pf_table.c | 67 #define COPYOUT(from, to, size, flags) \ macro 322 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_add_addrs() 418 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_del_addrs() 506 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_set_addrs() 519 if (COPYOUT(&ad, addr+size+i, sizeof(ad), flags)) in pfr_set_addrs() 584 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_tst_addrs() 708 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_clr_astats() 973 if (COPYOUT(&ad, addr+i, sizeof(ad), flags)) in pfr_reset_feedback() 1114 if (COPYOUT(&as, w->pfrw_astats, sizeof(as), flags)) in pfr_walktree() 1330 if (COPYOUT(&p->pfrkt_t, tbl++, sizeof(*tbl), flags)) in pfr_get_tables() [all …]
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | if-bsd.c | 66 #define COPYOUT(sin, sa) \ macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2018 | 2393 PRAGMA_OACC_CLAUSE_{COPY,COPYIN,COPYOUT,CREATE,DELETE}. Remove
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | ChangeLog | 2915 PRAGMA_OACC_CLAUSE_{COPY,COPYIN,COPYOUT,CREATE,DELETE}. Remove
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | ChangeLog | 4243 PRAGMA_OACC_CLAUSE_PRESENT_OR_{COPY,COPYIN,COPYOUT,CREATE}.
|