Lines Matching defs:CP
30 #define CP "(child) "
47 tst_res(TFAIL|TERRNO, CP"uname");
48 tst_res(TINFO, CP"hostname (inherited from parent): %s",
52 tst_res(TFAIL|TERRNO, CP"sethostname");
54 tst_res(TFAIL|TERRNO, CP"uname");
56 tst_res(TINFO, CP"hostname changed to: %s", uts.nodename);
58 tst_res(TFAIL, CP"expected hostname to be different");
61 tst_res(TPASS, CP"hostname is different in parent/child");
64 tst_res(TINFO, CP"attempting to switch ns back to parent ns");
66 tst_res(TFAIL|TERRNO, CP"setns");
70 tst_res(TFAIL|TERRNO, CP"uname");
72 tst_res(TINFO, CP"hostname: %s", uts.nodename);
74 tst_res(TFAIL, CP"expected hostname to match parent");
77 tst_res(TPASS, CP"hostname now as expected");
89 tst_res(TPASS|TERRNO, CP"shmat failed as expected");
91 tst_res(TFAIL, CP"shmat unexpectedly suceeded");
96 tst_res(TINFO, CP"attempting to switch ns back to parent ns");
98 tst_res(TFAIL|TERRNO, CP"setns");
104 tst_res(TFAIL|TERRNO, CP"shmat failed after setns");
107 tst_res(TPASS, CP"shmat suceeded");