| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.c | 107 PTROUT_CP(pbm, pbm32, pbm_map_base); in freebsd32_ioctl_barmmap() 165 PTROUT_CP(io, io32, dxferp); in freebsd32_ioctl_sg() 166 PTROUT_CP(io, io32, cmdp); in freebsd32_ioctl_sg() 167 PTROUT_CP(io, io32, sbp); in freebsd32_ioctl_sg() 171 PTROUT_CP(io, io32, usr_ptr); in freebsd32_ioctl_sg()
|
| H A D | freebsd32_misc.c | 422 PTROUT_CP(oss, s32, ss_sp); in freebsd32_sigaltstack() 723 PTROUT_CP(*kevp, *ks32, udata); in freebsd32_kevent_to_kevent32() 862 PTROUT_CP(kevp[i], ks32[i], udata); in freebsd32_kevent11_copyout() 2844 PTROUT_CP(auio->uio_iov[i], iov32, iov_base); in freebsd32_jail_get() 3819 PTROUT_CP(*stat, *stat32, address); in freebsd32_kldstat()
|
| /freebsd/sys/opencrypto/ |
| H A D | cryptodev.c | 169 PTROUT_CP(*from, *to, key); in session_op_to_32() 171 PTROUT_CP(*from, *to, mackey); in session_op_to_32() 205 PTROUT_CP(*from, *to, src); in crypt_op_to_32() 206 PTROUT_CP(*from, *to, dst); in crypt_op_to_32() 207 PTROUT_CP(*from, *to, mac); in crypt_op_to_32() 208 PTROUT_CP(*from, *to, iv); in crypt_op_to_32() 238 PTROUT_CP(*from, *to, src); in crypt_aead_to_32() 239 PTROUT_CP(*from, *to, dst); in crypt_aead_to_32() 240 PTROUT_CP(*from, *to, aad); in crypt_aead_to_32() 241 PTROUT_CP(*from, *to, tag); in crypt_aead_to_32() [all …]
|
| /freebsd/sys/sys/ |
| H A D | abi_compat.h | 53 #define PTROUT_CP(src, dst, fld) do { \ macro
|
| /freebsd/sys/kern/ |
| H A D | subr_devstat.c | 438 PTROUT_CP(*nds, ds32, dev_links.stqe_next); in sysctl_devstat() 456 PTROUT_CP(*nds, ds32, id); in sysctl_devstat()
|
| H A D | sysv_msg.c | 1763 PTROUT_CP(msqbuf, msqbuf32, __msg_first); in freebsd7_freebsd32_msgctl() 1764 PTROUT_CP(msqbuf, msqbuf32, __msg_last); in freebsd7_freebsd32_msgctl() 1807 PTROUT_CP(msqbuf, msqbuf32, __msg_first); in freebsd32_msgctl() 1808 PTROUT_CP(msqbuf, msqbuf32, __msg_last); in freebsd32_msgctl()
|
| H A D | sysv_sem.c | 1972 PTROUT_CP(dsbuf, dsbuf32, __sem_base); in freebsd7_freebsd32___semctl() 2044 PTROUT_CP(dsbuf, dsbuf32, __sem_base); in freebsd32___semctl()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_user.c | 2573 PTROUT_CP(arg.page, *page32, buf); in mpr_ioctl32() 2582 PTROUT_CP(arg.ext, *ext32, buf); in mpr_ioctl32() 2593 PTROUT_CP(arg.raid, *raid32, buf); in mpr_ioctl32() 2603 PTROUT_CP(arg.user, *user32, req); in mpr_ioctl32() 2605 PTROUT_CP(arg.user, *user32, rpl); in mpr_ioctl32() 2607 PTROUT_CP(arg.user, *user32, buf); in mpr_ioctl32()
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_user.c | 2460 PTROUT_CP(arg.page, *page32, buf); in mps_ioctl32() 2469 PTROUT_CP(arg.ext, *ext32, buf); in mps_ioctl32() 2480 PTROUT_CP(arg.raid, *raid32, buf); in mps_ioctl32() 2490 PTROUT_CP(arg.user, *user32, req); in mps_ioctl32() 2492 PTROUT_CP(arg.user, *user32, rpl); in mps_ioctl32() 2494 PTROUT_CP(arg.user, *user32, buf); in mps_ioctl32()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_ioctl.c | 2632 PTROUT_CP(io, io32, dxferp); in linux_ioctl_sg_io() 2633 PTROUT_CP(io, io32, cmdp); in linux_ioctl_sg_io() 2634 PTROUT_CP(io, io32, sbp); in linux_ioctl_sg_io() 2638 PTROUT_CP(io, io32, usr_ptr); in linux_ioctl_sg_io()
|