Home
last modified time | relevance | path

Searched defs:COPYOUT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dsupport.S742 .macro COPYOUT smap erms macro
/f-stack/tools/netstat/
H A Dunix.c132 #define COPYOUT(obj, size) do { \ in pcblist_kvm() macro
/f-stack/freebsd/contrib/ipfilter/netinet/
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