Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dsupport.S864 .macro COPYIN smap erms macro
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h104 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
347 # define COPYIN(a,b,c) bcopywrap((a), (b), (c)) macro
554 # define COPYIN(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c52 #define COPYIN(s,d,l) archsw.arch_copyin(s, d, l) macro