Symbol: COPYOUT
usr/src/boot/common/load_elf.c
43
#define COPYOUT(s, d, l) archsw.arch_copyout((vm_offset_t)(s), d, l)
usr/src/boot/common/load_elf_obj.c
45
#define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
usr/src/boot/common/reloc_elf.c
43
#define COPYOUT(s,d,l) archsw.arch_copyout((vm_offset_t)(s), d, l)
usr/src/uts/common/inet/ip.h
1072
#define COPYOUT 2 /* do an mi_copyout if needed */
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1001
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1120
# define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1315
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1487
# define COPYOUT(a,b,c) (bcopy((a), (b), (c)), 0)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1658
# define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
193
# undef COPYOUT
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
281
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
460
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
620
# define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0)
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
710
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
785
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
842
# define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c))