Searched refs:PTROUT_CP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 181 PTROUT_CP(*from, *to, key); in session_op_to_32() 217 PTROUT_CP(*from, *to, src); in crypt_op_to_32() 218 PTROUT_CP(*from, *to, dst); in crypt_op_to_32() 219 PTROUT_CP(*from, *to, mac); in crypt_op_to_32() 220 PTROUT_CP(*from, *to, iv); in crypt_op_to_32() 250 PTROUT_CP(*from, *to, src); in crypt_aead_to_32() 251 PTROUT_CP(*from, *to, dst); in crypt_aead_to_32() 252 PTROUT_CP(*from, *to, aad); in crypt_aead_to_32() 253 PTROUT_CP(*from, *to, tag); in crypt_aead_to_32() 254 PTROUT_CP(*from, *to, iv); in crypt_aead_to_32() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | abi_compat.h | 53 #define PTROUT_CP(src, dst, fld) do { \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 1732 PTROUT_CP(msqbuf, msqbuf32, __msg_first); in freebsd7_freebsd32_msgctl() 1733 PTROUT_CP(msqbuf, msqbuf32, __msg_last); in freebsd7_freebsd32_msgctl() 1776 PTROUT_CP(msqbuf, msqbuf32, __msg_first); in freebsd32_msgctl() 1777 PTROUT_CP(msqbuf, msqbuf32, __msg_last); in freebsd32_msgctl()
|
| H A D | sysv_sem.c | 1925 PTROUT_CP(dsbuf, dsbuf32, __sem_base); in freebsd7_freebsd32_semctl() 1997 PTROUT_CP(dsbuf, dsbuf32, __sem_base); in freebsd32_semctl()
|