Searched refs:dest32 (Results 1 – 3 of 3) sorted by relevance
210 itimerspec32_t dest32; in timerfd_copyin() local212 if (copyin((void *)addr, &dest32, sizeof (itimerspec32_t)) != 0) in timerfd_copyin()215 ITIMERSPEC32_TO_ITIMERSPEC(dest, &dest32); in timerfd_copyin()
432 uint32_t *dest32; in msix_table_write() local454 dest32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()455 *dest32 = data; in msix_table_write()477 dest32 = (uint32_t *)((uint8_t *)entry + entry_offset); in msix_table_write()478 *dest32 = data; in msix_table_write()
3480 uint32_t *dest32; in ah_auth_in_done() local3664 dest32 = (uint32_t *)(mp->b_rptr + ah_offset); in ah_auth_in_done()3665 while (--dest32 >= (uint32_t *)mp->b_rptr) in ah_auth_in_done()3666 *dest32 = *(dest32 - (newpos >> 2)); in ah_auth_in_done()