Home
last modified time | relevance | path

Searched refs:u8_p (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c1175 uchar_t *u8_p; in byte_copy_to_user_buff() local
1178 u8_p = (uchar_t *)src_addr_p; in byte_copy_to_user_buff()
1184 if (uiomove(u8_p, len, UIO_READ, uio_p)) { in byte_copy_to_user_buff()
1189 u8_p += len; in byte_copy_to_user_buff()
1208 uchar_t *u8_p; in byte_copy_from_user_buff() local
1211 u8_p = (uchar_t *)dst_addr_p; in byte_copy_from_user_buff()
1216 if (uiomove(u8_p, len, UIO_WRITE, uio_p)) { in byte_copy_from_user_buff()
1222 u8_p += len; in byte_copy_from_user_buff()