Searched defs:COPYOUT (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 276 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 454 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 614 # define COPYOUT(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro 704 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 779 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 836 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 995 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 1114 # define COPYOUT(a,b,c) copy_to_user((caddr_t)(b), (caddr_t)(a), (c)) macro 1309 # define COPYOUT(a,b,c) copyout((caddr_t)(a), (caddr_t)(b), (c)) macro 1480 # define COPYOUT(a,b,c) (bcopy((a), (b), (c)), 0) macro [all …]
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | ip.h | 1071 #define COPYOUT 2 /* do an mi_copyout if needed */ macro
|