Lines Matching defs:data32
1310 void *data32, *memp32 = NULL;
1391 data32 = memp32;
1393 data32 = (void *)stkbuf32;
1396 data32 = SCARG_P32(uap, data);
1400 error = copyin(SCARG_P32(uap, data), data32,
1411 memset((char *)data32+size32, 0,
1417 *(void **)data32 = SCARG_P32(uap, data);
1423 memset(data32, 0, alloc_size32);
1425 *(void **)data32 = SCARG_P32(uap, data);
1436 if ((tmp = *(int *)data32) != 0)
1446 if ((tmp = *(int *)data32) != 0)
1475 (struct netbsd32_if_clonereq *)data32;
1696 (const struct netbsd32_clockctl_ntp_adjtime *)data32,
1703 (struct netbsd32_clockctl_ntp_adjtime *)data32,
1757 error = netbsd32_drm_ioctl(fp, com, data32, l);
1762 error = netbsd32_md_ioctl(fp, com, data32, l);
1764 error = (*fp->f_ops->fo_ioctl)(fp, com, data32);
1777 error = copyout(data32, SCARG_P32(uap, data), size32);