Searched defs:COPYOUT (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 281 # 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(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 1485 # define COPYOUT(a,b,c) (bcopy((a), (b), (c)), 0) macro [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip.h | 1071 #define COPYOUT 2 /* do an mi_copyout if needed */ macro
|