Searched refs:xcopyin (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/sun4/cpu/ |
H A D | cpu_module.c | 262 xcopyin(const void *uaddr, void *kaddr, size_t count) in xcopyin() function
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | archdep.c | 445 return (xcopyin(uaddr, kaddr, count)); in xcopyin_nta()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systm.h | 203 int xcopyin(const void *, void *, size_t);
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 1100 xcopyin(const void *uaddr, void *kaddr, size_t count) 1105 ENTRY(xcopyin) 1119 SET_SIZE(xcopyin)
|
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.c | 1164 error = xcopyin(iov->iov_base, bp, cnt); in nl7c_data() 1343 error = xcopyin((caddr_t)(uintptr_t)off, alloc, cnt); in nl7c_sendfilev()
|
H A D | socksubr.c | 1938 return (xcopyin(from, to, size)); in so_copyin()
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kshare.c | 121 error = xcopyin(arg, lmshare, sizeof (smb_share_t)); in smb_kshare_upcall()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 1536 xcopyin(const void *uaddr, void *kaddr, size_t count) in xcopyin() function
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.s | 3263 xcopyin(const void *uaddr, void *kaddr, size_t count) 3268 ENTRY(xcopyin) 3371 SET_SIZE(xcopyin)
|
H A D | opl_olympus_copy.s | 3177 xcopyin(const void *uaddr, void *kaddr, size_t count) 3182 ENTRY(xcopyin) 3285 SET_SIZE(xcopyin)
|