/src/sys/arch/luna68k/dev/ |
omrasops.c | 715 uint32_t *d32 = (uint32_t *)dst; local in function:om_rascopy_single 717 *d32++ = *s32++; 718 *d32++ = *s32++; 721 dst = (uint8_t *)d32 + step8;
|
omrasops.c | 715 uint32_t *d32 = (uint32_t *)dst; local in function:om_rascopy_single 717 *d32++ = *s32++; 718 *d32++ = *s32++; 721 dst = (uint8_t *)d32 + step8;
|
/src/sys/compat/netbsd32/ |
netbsd32_drm.c | 541 dma64to32(drm_dma32_t *d32, const struct drm_dma *d64) 543 d32->send_count = d64->send_count; 544 NETBSD32PTR32(d32->send_indices, d64->send_indices); 545 NETBSD32PTR32(d32->send_sizes, d64->send_sizes); 546 d32->flags = d64->flags; 547 NETBSD32PTR32(d32->request_count, (void *)(long)d64->request_count); 548 NETBSD32PTR32(d32->request_indices, d64->request_indices); 549 NETBSD32PTR32(d32->request_sizes, d64->request_sizes); 554 dma32to64(struct drm_dma *d64, const drm_dma32_t *d32) 556 d64->request_size = d32->request_size 563 drm_dma32_t d32; local in function:compat_drm_dma [all...] |
netbsd32_drm.c | 541 dma64to32(drm_dma32_t *d32, const struct drm_dma *d64) 543 d32->send_count = d64->send_count; 544 NETBSD32PTR32(d32->send_indices, d64->send_indices); 545 NETBSD32PTR32(d32->send_sizes, d64->send_sizes); 546 d32->flags = d64->flags; 547 NETBSD32PTR32(d32->request_count, (void *)(long)d64->request_count); 548 NETBSD32PTR32(d32->request_indices, d64->request_indices); 549 NETBSD32PTR32(d32->request_sizes, d64->request_sizes); 554 dma32to64(struct drm_dma *d64, const drm_dma32_t *d32) 556 d64->request_size = d32->request_size 563 drm_dma32_t d32; local in function:compat_drm_dma [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_ioc32.c | 595 drm_dma32_t d32; local in function:compat_drm_dma 600 if (copy_from_user(&d32, argp, sizeof(d32))) 603 d.context = d32.context; 604 d.send_count = d32.send_count; 605 d.send_indices = compat_ptr(d32.send_indices); 606 d.send_sizes = compat_ptr(d32.send_sizes); 607 d.flags = d32.flags; 608 d.request_count = d32.request_count; 609 d.request_indices = compat_ptr(d32.request_indices) [all...] |
drm_ioc32.c | 595 drm_dma32_t d32; local in function:compat_drm_dma 600 if (copy_from_user(&d32, argp, sizeof(d32))) 603 d.context = d32.context; 604 d.send_count = d32.send_count; 605 d.send_indices = compat_ptr(d32.send_indices); 606 d.send_sizes = compat_ptr(d32.send_sizes); 607 d.flags = d32.flags; 608 d.request_count = d32.request_count; 609 d.request_indices = compat_ptr(d32.request_indices) [all...] |
/src/sys/external/bsd/dwc2/dist/ |
dwc2_core.h | 745 u32 d32; member in union:dwc2_hsotg::dwc2_hcd_internal_flags
|
dwc2_core.h | 745 u32 d32; member in union:dwc2_hsotg::dwc2_hcd_internal_flags
|