Searched refs:COPYOUT (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | unix.c | 132 #define COPYOUT(obj, size) do { \ in pcblist_kvm() macro 153 COPYOUT(&xug, sizeof xug); in pcblist_kvm() 180 COPYOUT(&xu, sizeof(xu)); in pcblist_kvm() 188 COPYOUT(&xug, sizeof xug); in pcblist_kvm() 196 #undef COPYOUT in pcblist_kvm()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_dstlist.c | 435 err = COPYOUT(next, iter->ili_data, sizeof(*next)); 445 err = COPYOUT(nextnode, iter->ili_data, sizeof(*nextnode)); 806 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats));
|
| H A D | ip_compat.h | 112 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 362 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) macro 569 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
|
| H A D | ip_pool.c | 620 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); 1362 err = COPYOUT(nextipo, ilp->ili_data, sizeof(*nextipo)); 1375 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
|
| H A D | ip_htable.c | 252 err = COPYOUT(&stats, op->iplo_struct, sizeof(stats)); 1305 err = COPYOUT(nextiph, ilp->ili_data, sizeof(*nextiph)); 1318 err = COPYOUT(nextnode, ilp->ili_data, sizeof(*nextnode));
|
| H A D | fil.c | 4210 error = COPYOUT(src, ca, size); 5026 error = COPYOUT(f->fr_data, uptr, 5456 if (COPYOUT(&res, data, sizeof(res)) != 0) { 5469 if (COPYOUT(&res, data, sizeof(res)) != 0) { 6524 error = COPYOUT(ptr, obj.ipfo_ptr, sz); 6589 error = COPYOUT(ptr, obj.ipfo_ptr, obj.ipfo_size); 6645 error = COPYOUT(ptr, obj->ipfo_ptr, obj->ipfo_size);
|
| H A D | ip_frag.c | 1259 error = COPYOUT(next, itp->igi_data, sizeof(*next));
|
| H A D | ip_nat.c | 6688 error = COPYOUT(nexthm, objp->ipfo_ptr, sizeof(*nexthm)); 7958 error = COPYOUT(softn->ipf_nat_stats.ns_side[0].ns_bucketlen, 7964 error = COPYOUT(softn->ipf_nat_stats.ns_side[1].ns_bucketlen,
|
| H A D | ip_state.c | 4942 error = COPYOUT(softs->ipf_state_stats.iss_bucketlen, table.ita_table,
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | support.S | 742 .macro COPYOUT smap erms macro 789 COPYOUT smap=0 erms=0 793 COPYOUT smap=1 erms=0 797 COPYOUT smap=0 erms=1 801 COPYOUT smap=1 erms=1
|