Lines Matching refs:CP

1445 			CP(tmsqk, tmsqk32, u.msg_cbytes);  in sysctl_msqids()
1446 CP(tmsqk, tmsqk32, u.msg_qnum); in sysctl_msqids()
1447 CP(tmsqk, tmsqk32, u.msg_qbytes); in sysctl_msqids()
1448 CP(tmsqk, tmsqk32, u.msg_lspid); in sysctl_msqids()
1449 CP(tmsqk, tmsqk32, u.msg_lrpid); in sysctl_msqids()
1450 CP(tmsqk, tmsqk32, u.msg_stime); in sysctl_msqids()
1451 CP(tmsqk, tmsqk32, u.msg_rtime); in sysctl_msqids()
1452 CP(tmsqk, tmsqk32, u.msg_ctime); in sysctl_msqids()
1748 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd7_freebsd32_msgctl()
1749 CP(msqbuf32, msqbuf, msg_qnum); in freebsd7_freebsd32_msgctl()
1750 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd7_freebsd32_msgctl()
1751 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl()
1752 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl()
1753 CP(msqbuf32, msqbuf, msg_stime); in freebsd7_freebsd32_msgctl()
1754 CP(msqbuf32, msqbuf, msg_rtime); in freebsd7_freebsd32_msgctl()
1755 CP(msqbuf32, msqbuf, msg_ctime); in freebsd7_freebsd32_msgctl()
1765 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd7_freebsd32_msgctl()
1766 CP(msqbuf, msqbuf32, msg_qnum); in freebsd7_freebsd32_msgctl()
1767 CP(msqbuf, msqbuf32, msg_qbytes); in freebsd7_freebsd32_msgctl()
1768 CP(msqbuf, msqbuf32, msg_lspid); in freebsd7_freebsd32_msgctl()
1769 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd7_freebsd32_msgctl()
1770 CP(msqbuf, msqbuf32, msg_stime); in freebsd7_freebsd32_msgctl()
1771 CP(msqbuf, msqbuf32, msg_rtime); in freebsd7_freebsd32_msgctl()
1772 CP(msqbuf, msqbuf32, msg_ctime); in freebsd7_freebsd32_msgctl()
1793 CP(msqbuf32, msqbuf, msg_cbytes); in freebsd32_msgctl()
1794 CP(msqbuf32, msqbuf, msg_qnum); in freebsd32_msgctl()
1795 CP(msqbuf32, msqbuf, msg_qbytes); in freebsd32_msgctl()
1796 CP(msqbuf32, msqbuf, msg_lspid); in freebsd32_msgctl()
1797 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd32_msgctl()
1798 CP(msqbuf32, msqbuf, msg_stime); in freebsd32_msgctl()
1799 CP(msqbuf32, msqbuf, msg_rtime); in freebsd32_msgctl()
1800 CP(msqbuf32, msqbuf, msg_ctime); in freebsd32_msgctl()
1809 CP(msqbuf, msqbuf32, msg_cbytes); in freebsd32_msgctl()
1810 CP(msqbuf, msqbuf32, msg_qnum); in freebsd32_msgctl()
1811 CP(msqbuf, msqbuf32, msg_qbytes); in freebsd32_msgctl()
1812 CP(msqbuf, msqbuf32, msg_lspid); in freebsd32_msgctl()
1813 CP(msqbuf, msqbuf32, msg_lrpid); in freebsd32_msgctl()
1814 CP(msqbuf, msqbuf32, msg_stime); in freebsd32_msgctl()
1815 CP(msqbuf, msqbuf32, msg_rtime); in freebsd32_msgctl()
1816 CP(msqbuf, msqbuf32, msg_ctime); in freebsd32_msgctl()
1891 #ifndef CP
1892 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0) macro
1916 CP(msqold, msqbuf, __msg_first); in freebsd7_msgctl()
1917 CP(msqold, msqbuf, __msg_last); in freebsd7_msgctl()
1918 CP(msqold, msqbuf, msg_cbytes); in freebsd7_msgctl()
1919 CP(msqold, msqbuf, msg_qnum); in freebsd7_msgctl()
1920 CP(msqold, msqbuf, msg_qbytes); in freebsd7_msgctl()
1921 CP(msqold, msqbuf, msg_lspid); in freebsd7_msgctl()
1922 CP(msqold, msqbuf, msg_lrpid); in freebsd7_msgctl()
1923 CP(msqold, msqbuf, msg_stime); in freebsd7_msgctl()
1924 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl()
1925 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl()
1933 CP(msqbuf, msqold, __msg_first); in freebsd7_msgctl()
1934 CP(msqbuf, msqold, __msg_last); in freebsd7_msgctl()
1935 CP(msqbuf, msqold, msg_cbytes); in freebsd7_msgctl()
1936 CP(msqbuf, msqold, msg_qnum); in freebsd7_msgctl()
1937 CP(msqbuf, msqold, msg_qbytes); in freebsd7_msgctl()
1938 CP(msqbuf, msqold, msg_lspid); in freebsd7_msgctl()
1939 CP(msqbuf, msqold, msg_lrpid); in freebsd7_msgctl()
1940 CP(msqbuf, msqold, msg_stime); in freebsd7_msgctl()
1941 CP(msqbuf, msqold, msg_rtime); in freebsd7_msgctl()
1942 CP(msqbuf, msqold, msg_ctime); in freebsd7_msgctl()
1948 #undef CP