Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dsysv_ipc.c204 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 Dsysv_shm.c1626 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 Dsysv_msg.c1860 #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 Dkern_proc.c1399 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 Dsysv_sem.c1803 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 Dkern_module.c486 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 Dvfs_aio.c2791 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 Dabi_compat.h41 #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 Dcryptodev.c157 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 Dti,tpd12s015.txt8 - 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 DMakefile.am131 ${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 Darmada-8020.dtsi19 * 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 Darmada-8040.dtsi31 * 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 DMakefile.am101 ${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 Darmada-7k-8k.yaml42 - 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 Dintegratorcp.dts3 * 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 Dam57xx-beagle-x15-revc.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15-revb1.dts13 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
H A Dam57xx-beagle-x15.dts14 gpios = <&gpio7 10 GPIO_ACTIVE_HIGH>, /* gpio7_10, CT CP HPD */
/f-stack/tools/libxo/tests/xo/
H A DMakefile.am74 ${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 Darm,arm-firmware-suite.txt5 ARM reference designs: Integrator AP, Integrator CP, Versatile AB,
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dsprd-mcdt.txt4 transmission between audio subsystem and other AP/CP subsystem. It
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dmarvell,gicp.txt6 located in the Marvell CP110 to turn wired interrupts inside the CP
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Darm,syscon-icst.yaml46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
H A Dsamsung,s2mps11.txt8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz

12