Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c274 uint16_t *dst16, *src16; in boot_fb_cpy() local
296 src16 = (uint16_t *)src; in boot_fb_cpy()
298 if (dst16 <= src16) { in boot_fb_cpy()
300 *dst16++ = *src16++; in boot_fb_cpy()
304 src16 += len; in boot_fb_cpy()
306 *--dst16 = *--src16; in boot_fb_cpy()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c357 uint16_t *src16; in msix_table_read() local
377 src16 = (uint16_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
378 data = *src16; in msix_table_read()
407 src16 = (uint16_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
408 data = *src16; in msix_table_read()