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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpcdisk.c253 #define COPYOUT(a, b, c, f) \ macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h188 # undef COPYOUT macro
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( macro
1480 # define COPYOUT macro
1651 # define COPYOUT macro
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip.h1068 #define COPYOUT 2 /* do an mi_copyout if needed */ macro

Completed in 116 milliseconds