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