/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 | 390 PTROUT_CP(oss, s32, ss_sp); in freebsd32_sigaltstack() 699 PTROUT_CP(*kevp, *ks32, udata); in freebsd32_kevent_to_kevent32() 882 PTROUT_CP(kevp[i], ks32[i], udata); in freebsd32_kevent11_copyout() 2861 PTROUT_CP(auio->uio_iov[i], iov32, iov_base); in freebsd32_jail_get() 3836 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 | 51 #define PTROUT_CP(src, dst, fld) do { \ macro
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_user.c | 2574 PTROUT_CP(arg.page, *page32, buf); in mpr_ioctl32() 2583 PTROUT_CP(arg.ext, *ext32, buf); in mpr_ioctl32() 2594 PTROUT_CP(arg.raid, *raid32, buf); in mpr_ioctl32() 2604 PTROUT_CP(arg.user, *user32, req); in mpr_ioctl32() 2606 PTROUT_CP(arg.user, *user32, rpl); in mpr_ioctl32() 2608 PTROUT_CP(arg.user, *user32, buf); in mpr_ioctl32()
|
/freebsd/sys/dev/mps/ |
H A D | mps_user.c | 2461 PTROUT_CP(arg.page, *page32, buf); in mps_ioctl32() 2470 PTROUT_CP(arg.ext, *ext32, buf); in mps_ioctl32() 2481 PTROUT_CP(arg.raid, *raid32, buf); in mps_ioctl32() 2491 PTROUT_CP(arg.user, *user32, req); in mps_ioctl32() 2493 PTROUT_CP(arg.user, *user32, rpl); in mps_ioctl32() 2495 PTROUT_CP(arg.user, *user32, buf); in mps_ioctl32()
|
/freebsd/sys/kern/ |
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/compat/linux/ |
H A D | linux_ioctl.c | 2548 PTROUT_CP(io, io32, dxferp); in linux_ioctl_sg_io() 2549 PTROUT_CP(io, io32, cmdp); in linux_ioctl_sg_io() 2550 PTROUT_CP(io, io32, sbp); in linux_ioctl_sg_io() 2554 PTROUT_CP(io, io32, usr_ptr); in linux_ioctl_sg_io()
|