Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c1141 uchar_t *u8_p; in byte_copy_to_user_buff() local
1144 u8_p = (uchar_t *)src_addr_p; in byte_copy_to_user_buff()
1150 if (uiomove(u8_p, len, UIO_READ, uio_p)) { in byte_copy_to_user_buff()
1155 u8_p += len; in byte_copy_to_user_buff()
1174 uchar_t *u8_p; in byte_copy_from_user_buff() local
1177 u8_p = (uchar_t *)dst_addr_p; in byte_copy_from_user_buff()
1182 if (uiomove(u8_p, len, UIO_WRITE, uio_p)) { in byte_copy_from_user_buff()
1188 u8_p += len; in byte_copy_from_user_buff()