Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimerfd.c210 itimerspec32_t dest32; in timerfd_copyin() local
212 if (copyin((void *)addr, &dest32, sizeof (itimerspec32_t)) != 0) in timerfd_copyin()
215 ITIMERSPEC32_TO_ITIMERSPEC(dest, &dest32); in timerfd_copyin()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c433 uint32_t *dest32; in msix_table_write() local
455 dest32 = (uint32_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_write()
456 *dest32 = data; in msix_table_write()
478 dest32 = (uint32_t *)((uint8_t *)entry + entry_offset); in msix_table_write()
479 *dest32 = data; in msix_table_write()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c3480 uint32_t *dest32; in ah_auth_in_done() local
3664 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()