Lines Matching refs:CP

1448 			CP(tmsqk, tmsqk32, u.msg_cbytes);  in sysctl_msqids()
1449 CP(tmsqk, tmsqk32, u.msg_qnum); in sysctl_msqids()
1450 CP(tmsqk, tmsqk32, u.msg_qbytes); in sysctl_msqids()
1451 CP(tmsqk, tmsqk32, u.msg_lspid); in sysctl_msqids()
1452 CP(tmsqk, tmsqk32, u.msg_lrpid); in sysctl_msqids()
1453 CP(tmsqk, tmsqk32, u.msg_stime); in sysctl_msqids()
1454 CP(tmsqk, tmsqk32, u.msg_rtime); in sysctl_msqids()
1455 CP(tmsqk, tmsqk32, u.msg_ctime); in sysctl_msqids()
1717 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1718 CP(msqbuf32, msqbuf, msg_qnum); in freebsd7_freebsd32_msgctl()
1719 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd7_freebsd32_msgctl()
1720 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl()
1721 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl()
1722 CP(msqbuf32, msqbuf, msg_stime); in freebsd7_freebsd32_msgctl()
1723 CP(msqbuf32, msqbuf, msg_rtime); in freebsd7_freebsd32_msgctl()
1724 CP(msqbuf32, msqbuf, msg_ctime); in freebsd7_freebsd32_msgctl()
1734 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1735 CP(msqbuf, msqbuf32, msg_qnum); in freebsd7_freebsd32_msgctl()
1736 CP(msqbuf, msqbuf32, msg_qbytes); in freebsd7_freebsd32_msgctl()
1737 CP(msqbuf, msqbuf32, msg_lspid); in freebsd7_freebsd32_msgctl()
1738 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd7_freebsd32_msgctl()
1739 CP(msqbuf, msqbuf32, msg_stime); in freebsd7_freebsd32_msgctl()
1740 CP(msqbuf, msqbuf32, msg_rtime); in freebsd7_freebsd32_msgctl()
1741 CP(msqbuf, msqbuf32, msg_ctime); in freebsd7_freebsd32_msgctl()
1762 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1763 CP(msqbuf32, msqbuf, msg_qnum); in freebsd32_msgctl()
1764 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd32_msgctl()
1765 CP(msqbuf32, msqbuf, msg_lspid); in freebsd32_msgctl()
1766 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd32_msgctl()
1767 CP(msqbuf32, msqbuf, msg_stime); in freebsd32_msgctl()
1768 CP(msqbuf32, msqbuf, msg_rtime); in freebsd32_msgctl()
1769 CP(msqbuf32, msqbuf, msg_ctime); in freebsd32_msgctl()
1778 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1779 CP(msqbuf, msqbuf32, msg_qnum); in freebsd32_msgctl()
1780 CP(msqbuf, msqbuf32, msg_qbytes); in freebsd32_msgctl()
1781 CP(msqbuf, msqbuf32, msg_lspid); in freebsd32_msgctl()
1782 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd32_msgctl()
1783 CP(msqbuf, msqbuf32, msg_stime); in freebsd32_msgctl()
1784 CP(msqbuf, msqbuf32, msg_rtime); in freebsd32_msgctl()
1785 CP(msqbuf, msqbuf32, msg_ctime); in freebsd32_msgctl()
1860 #ifndef CP
1861 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0) macro
1885 CP(msqold, msqbuf, __msg_first); in freebsd7_msgctl()
1886 CP(msqold, msqbuf, __msg_last); in freebsd7_msgctl()
1887 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
1888 CP(msqold, msqbuf, msg_qnum); in freebsd7_msgctl()
1889 CP(msqold, msqbuf, msg_qbytes); 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()
1902 CP(msqbuf, msqold, __msg_first); in freebsd7_msgctl()
1903 CP(msqbuf, msqold, __msg_last); in freebsd7_msgctl()
1904 CP(msqbuf, msqold, msg_cbytes); in freebsd7_msgctl()
1905 CP(msqbuf, msqold, msg_qnum); in freebsd7_msgctl()
1906 CP(msqbuf, msqold, msg_qbytes); in freebsd7_msgctl()
1907 CP(msqbuf, msqold, msg_lspid); in freebsd7_msgctl()
1908 CP(msqbuf, msqold, msg_lrpid); in freebsd7_msgctl()
1909 CP(msqbuf, msqold, msg_stime); in freebsd7_msgctl()
1910 CP(msqbuf, msqold, msg_rtime); in freebsd7_msgctl()
1911 CP(msqbuf, msqold, msg_ctime); in freebsd7_msgctl()
1917 #undef CP