Searched refs:u8_p (Results 1 – 1 of 1) sorted by relevance
1141 uchar_t *u8_p; in byte_copy_to_user_buff() local1144 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() local1177 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()