Home
last modified time | relevance | path

Searched defs:COPYIN (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dsupport.S808 .macro COPYIN smap erms macro
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h111 # 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