Searched defs:COPYOUT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/boot/common/
H A Dreloc_elf.c44 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
H A Dload_elf_obj.c45 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
H A Dload_elf.c44 #define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l) macro
[all...]
/freebsd-10.0-release/usr.bin/netstat/
H A Dunix.c123 #define COPYOUT(obj, size) do { \ macro
187 #undef COPYOUT macro
H A Dinet.c213 #define COPYOUT(obj, size) do { \ macro
292 #undef COPYOUT macro
/freebsd-10.0-release/sys/kern/
H A Dsys_process.c510 #define COPYOUT(k, u, s) wrap32 ? \ macro
515 #define COPYOUT(k, u, s) copyout(k, u, s) macro
608 #undef COPYOUT macro
/freebsd-10.0-release/sys/boot/fdt/
H A Dfdt_loader_cmd.c58 #define COPYOUT(s,d,l) archsw.arch_copyout(s, d, l) macro
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h141 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
377 # define COPYOUT(a,b,c) bcopywrap((a), (b), (c)) macro
588 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro

Completed in 98 milliseconds