| /f-stack/freebsd/kern/ |
| H A D | sysv_ipc.c | 204 CP(*ip32, *ip, uid); in freebsd32_ipcperm_old_in() 205 CP(*ip32, *ip, gid); in freebsd32_ipcperm_old_in() 207 CP(*ip32, *ip, seq); in freebsd32_ipcperm_old_in() 208 CP(*ip32, *ip, key); in freebsd32_ipcperm_old_in() 217 CP(*ip, *ip32, uid); in freebsd32_ipcperm_old_out() 218 CP(*ip, *ip32, gid); in freebsd32_ipcperm_old_out() 220 CP(*ip, *ip32, seq); in freebsd32_ipcperm_old_out() 221 CP(*ip, *ip32, key); in freebsd32_ipcperm_old_out() 231 CP(*ip32, *ip, uid); in freebsd32_ipcperm_in() 232 CP(*ip32, *ip, gid); in freebsd32_ipcperm_in() [all …]
|
| H A D | sysv_shm.c | 1626 CP(old, buf, shm_segsz); in freebsd7_shmctl() 1627 CP(old, buf, shm_lpid); in freebsd7_shmctl() 1628 CP(old, buf, shm_cpid); in freebsd7_shmctl() 1630 CP(old, buf, shm_atime); in freebsd7_shmctl() 1631 CP(old, buf, shm_dtime); in freebsd7_shmctl() 1632 CP(old, buf, shm_ctime); in freebsd7_shmctl() 1648 CP(buf, old, shm_lpid); in freebsd7_shmctl() 1649 CP(buf, old, shm_cpid); in freebsd7_shmctl() 1654 CP(buf, old, shm_atime); in freebsd7_shmctl() 1655 CP(buf, old, shm_dtime); in freebsd7_shmctl() [all …]
|
| H A D | sysv_msg.c | 1860 #ifndef CP 1888 CP(msqold, msqbuf, msg_qnum); in freebsd7_msgctl() 1890 CP(msqold, msqbuf, msg_lspid); in freebsd7_msgctl() 1891 CP(msqold, msqbuf, msg_lrpid); in freebsd7_msgctl() 1892 CP(msqold, msqbuf, msg_stime); in freebsd7_msgctl() 1893 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl() 1894 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl() 1905 CP(msqbuf, msqold, msg_qnum); in freebsd7_msgctl() 1907 CP(msqbuf, msqold, msg_lspid); in freebsd7_msgctl() 1908 CP(msqbuf, msqold, msg_lrpid); in freebsd7_msgctl() [all …]
|
| H A D | kern_proc.c | 1399 CP(*ki, *ki32, ki_pid); in freebsd32_kinfo_proc_out() 1400 CP(*ki, *ki32, ki_ppid); in freebsd32_kinfo_proc_out() 1401 CP(*ki, *ki32, ki_pgid); in freebsd32_kinfo_proc_out() 1403 CP(*ki, *ki32, ki_sid); in freebsd32_kinfo_proc_out() 1404 CP(*ki, *ki32, ki_tsid); in freebsd32_kinfo_proc_out() 1405 CP(*ki, *ki32, ki_jobc); in freebsd32_kinfo_proc_out() 1412 CP(*ki, *ki32, ki_uid); in freebsd32_kinfo_proc_out() 1432 CP(*ki, *ki32, ki_cow); in freebsd32_kinfo_proc_out() 1462 CP(*ki, *ki32, ki_jid); in freebsd32_kinfo_proc_out() 1464 CP(*ki, *ki32, ki_tid); in freebsd32_kinfo_proc_out() [all …]
|
| H A D | sysv_sem.c | 1803 CP(dsold, dsbuf, __sem_base); in freebsd7___semctl() 1804 CP(dsold, dsbuf, sem_nsems); in freebsd7___semctl() 1805 CP(dsold, dsbuf, sem_otime); in freebsd7___semctl() 1806 CP(dsold, dsbuf, sem_ctime); in freebsd7___semctl() 1828 CP(dsbuf, dsold, __sem_base); in freebsd7___semctl() 1829 CP(dsbuf, dsold, sem_nsems); in freebsd7___semctl() 1830 CP(dsbuf, dsold, sem_otime); in freebsd7___semctl() 1831 CP(dsbuf, dsold, sem_ctime); in freebsd7___semctl() 1901 CP(dsbuf32, dsbuf, sem_nsems); in freebsd7_freebsd32_semctl() 1902 CP(dsbuf32, dsbuf, sem_otime); in freebsd7_freebsd32_semctl() [all …]
|
| H A D | kern_module.c | 486 CP(mod->data, data32, intval); in freebsd32_modstat() 487 CP(mod->data, data32, uintval); in freebsd32_modstat() 488 CP(mod->data, data32, longval); in freebsd32_modstat() 489 CP(mod->data, data32, ulongval); in freebsd32_modstat()
|
| H A D | vfs_aio.c | 2791 CP(job32, *kcb, aio_fildes); in aiocb32_copyin_old_sigevent() 2792 CP(job32, *kcb, aio_offset); in aiocb32_copyin_old_sigevent() 2794 CP(job32, *kcb, aio_nbytes); in aiocb32_copyin_old_sigevent() 2796 CP(job32, *kcb, aio_reqprio); in aiocb32_copyin_old_sigevent() 2816 CP(job32, *kcb, aio_fildes); in aiocb32_copyin() 2817 CP(job32, *kcb, aio_offset); in aiocb32_copyin() 2821 CP(job32, *kcb, aio_iovcnt); in aiocb32_copyin() 2937 CP(ts32, ts, tv_sec); in freebsd32_aio_suspend() 2938 CP(ts32, ts, tv_nsec); in freebsd32_aio_suspend() 3039 CP(ts32, ts, tv_sec); in freebsd32_aio_waitcomplete() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | abi_compat.h | 41 #define CP(src, dst, fld) do { \ macro 58 CP((src).fld, (dst).fld, tv_sec); \ 59 CP((src).fld, (dst).fld, tv_usec); \ 63 CP((src).fld, (dst).fld, tv_sec); \ 64 CP((src).fld, (dst).fld, tv_nsec); \ 73 CP((src).fld, (dst).fld, sec); \
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 157 CP(*from, *to, mac); in session_op_from_32() 162 CP(*from, *to, ses); in session_op_from_32() 179 CP(*from, *to, mac); in session_op_to_32() 184 CP(*from, *to, ses); in session_op_to_32() 199 CP(*from, *to, ses); in crypt_op_from_32() 200 CP(*from, *to, op); in crypt_op_from_32() 202 CP(*from, *to, len); in crypt_op_from_32() 213 CP(*from, *to, ses); in crypt_op_to_32() 214 CP(*from, *to, op); in crypt_op_to_32() 228 CP(*from, *to, op); in crypt_aead_from_32() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ti/ |
| H A D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 20 gpios = <&gpio2 28 GPIO_ACTIVE_HIGH>, /* 60, CT CP HPD */
|
| /f-stack/tools/libxo/tests/core/ |
| H A D | Makefile.am | 131 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \ 132 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \ 137 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \ 138 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8020.dtsi | 19 * in CP master is not connected (by package) to the oscillator. So 20 * disable it. However, the RTC clock in CP slave is connected to the
|
| H A D | armada-8040.dtsi | 31 * in CP master is not connected (by package) to the oscillator. So 32 * disable it. However, the RTC clock in CP slave is connected to the
|
| /f-stack/tools/libxo/tests/gettext/ |
| H A D | Makefile.am | 101 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \ 102 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \ 145 ${CP} $$base.pot.new ${srcdir}/$$base.pot ; \ 184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \ 194 (${DB} ${CP} $$base.pot po/$$lang/$$base.po ); \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/ |
| H A D | armada-7k-8k.yaml | 42 - description: Armada CN9130 SoC with no external CP 48 - description: Armada CN9131 SoC with one external CP
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | integratorcp.dts | 3 * Device Tree for the ARM Integrator/CP platform 10 model = "ARM Integrator/CP"; 44 * The Integrator/CP overall clocking architecture can be found in 235 * the same interrupts in all Integrators, but in the CP 269 * These PrimeCells are only available on the Integrator/CP
|
| H A D | am57xx-beagle-x15-revc.dts | 13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| H A D | am57xx-beagle-x15-revb1.dts | 13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| H A D | am57xx-beagle-x15.dts | 14 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
|
| /f-stack/tools/libxo/tests/xo/ |
| H A D | Makefile.am | 74 ${CP} out/$$base.$$fmt.out ${srcdir}/saved/$$base.$$fmt.out ; \ 75 ${CP} out/$$base.$$fmt.err ${srcdir}/saved/$$base.$$fmt.err ; \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | arm,arm-firmware-suite.txt | 5 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | sprd-mcdt.txt | 4 transmission between audio subsystem and other AP/CP subsystem. It
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,gicp.txt | 6 located in the Marvell CP110 to turn wired interrupts inside the CP
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | arm,syscon-icst.yaml | 46 Integrator/CP 22 variable Bit 8 0, rest variable 49 Integrator/CP 22 variable Bit 8 0, rest variable
|
| H A D | samsung,s2mps11.txt | 8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
|