Home
last modified time | relevance | path

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

/titanic_51/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h280 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
458 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
618 # define COPYIN(a,b,c) (bcopy((caddr_t)(a), (caddr_t)(b), (c)), 0) macro
708 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
783 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
840 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
999 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
1118 # define COPYIN(a,b,c) copy_from_user((caddr_t)(b), (caddr_t)(a), (c)) macro
1313 # define COPYIN(a,b,c) copyin((caddr_t)(a), (caddr_t)(b), (c)) macro
1484 # define COPYIN( macro
1655 # define COPYIN( global() macro
[all...]
/titanic_51/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c56 #define COPYIN(s,d,l) archsw.arch_copyin(s, d, l) macro