Home
last modified time | relevance | path

Searched refs:COPYOUT (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/netstat/
H A Dunix.c132 #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 Dip_dstlist.c435 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 Dip_compat.h112 # 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 Dip_pool.c620 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 Dip_htable.c252 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 Dfil.c4210 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 Dip_frag.c1259 error = COPYOUT(next, itp->igi_data, sizeof(*next));
H A Dip_nat.c6688 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 Dip_state.c4942 error = COPYOUT(softs->ipf_state_stats.iss_bucketlen, table.ita_table,
/f-stack/freebsd/amd64/amd64/
H A Dsupport.S742 .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