Searched defs:COPYIN (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/amd64/ |
| H A D | support.S | 808 .macro COPYIN smap erms macro
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 111 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro 361 # define COPYIN(a,b,c) bcopywrap((a), (b), (c)) macro 568 # define COPYIN(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
|