Home
last modified time | relevance | path

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

/titanic_51/usr/src/boot/sys/boot/common/
H A Dreloc_elf.c43 #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...]
/titanic_51/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h281 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
459 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
619 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
709 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
784 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
841 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
1000 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro
1119 # define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c)) macro
1314 # define COPYOUT( macro
1485 # define COPYOUT( global() macro
1656 # define COPYOUT( global() macro
[all...]
/titanic_51/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c55 #define COPYOUT(s,d,l) archsw.arch_copyout(s, d, l) macro
/titanic_51/usr/src/uts/common/inet/
H A Dip.h1071 #define COPYOUT 2 /* do an mi_copyout if needed */ macro